Request Timestamp
Current Server Time:
January 11, 2026 03:37:21 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": 80.2785,
"lat": 13.0878
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04d"
}
],
"base": "stations",
"main": {
"temp": 23.03,
"feels_like": 23.63,
"temp_min": 22.76,
"temp_max": 24.02,
"pressure": 1014,
"humidity": 86,
"sea_level": 1014,
"grnd_level": 1013
},
"visibility": 10000,
"wind": {
"speed": 0.89,
"deg": 105,
"gust": 0.89
},
"clouds": {
"all": 100
},
"dt": 1768125910,
"sys": {
"type": 2,
"id": 2104103,
"country": "IN",
"sunrise": 1768093448,
"sunset": 1768134523
},
"timezone": 19800,
"id": 1264527,
"name": "Chennai",
"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