Request Timestamp
Current Server Time:
January 11, 2026 10:54:36 PM (Asia/Kolkata)
PHP Timezone: Asia/Kolkata
Raw API Response (JSON)
This is the actual response from OpenWeatherMap API. Refresh this page to get new data.
{
"coord": {
"lon": 77.6033,
"lat": 12.9762
},
"weather": [
{
"id": 803,
"main": "Clouds",
"description": "broken clouds",
"icon": "04n"
}
],
"base": "stations",
"main": {
"temp": 18.82,
"feels_like": 18.98,
"temp_min": 18.34,
"temp_max": 19.62,
"pressure": 1018,
"humidity": 85,
"sea_level": 1018,
"grnd_level": 920
},
"visibility": 6000,
"wind": {
"speed": 8.49,
"deg": 75,
"gust": 19.67
},
"clouds": {
"all": 75
},
"dt": 1768152029,
"sys": {
"type": 2,
"id": 2105374,
"country": "IN",
"sunrise": 1768094079,
"sunset": 1768135177
},
"timezone": 19800,
"id": 1277333,
"name": "Bengaluru",
"cod": 200
}
How to Verify Real-Time Data
1. Check Timestamp: The "Request Timestamp" and "API Response" times should match the current time
3. Refresh Multiple Times: Click "Refresh & Get New Data" - you'll see the timestamp updates
4. Test Different Cities: Try the city buttons above to fetch data for different locations
✅ This is LIVE DATA: Not stored in database - fetched directly from OpenWeatherMap API on each page load