Request Timestamp
Current Server Time:
January 11, 2026 03:37:02 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": 72.8479,
"lat": 19.0144
},
"weather": [
{
"id": 711,
"main": "Smoke",
"description": "smoke",
"icon": "50d"
}
],
"base": "stations",
"main": {
"temp": 29.99,
"feels_like": 29.16,
"temp_min": 27.94,
"temp_max": 29.99,
"pressure": 1013,
"humidity": 35,
"sea_level": 1013,
"grnd_level": 1012
},
"visibility": 3500,
"wind": {
"speed": 5.66,
"deg": 270
},
"clouds": {
"all": 1
},
"dt": 1768125640,
"sys": {
"type": 1,
"id": 9052,
"country": "IN",
"sunrise": 1768095846,
"sunset": 1768135693
},
"timezone": 19800,
"id": 1275339,
"name": "Mumbai",
"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