Request Timestamp
Current Server Time:
January 11, 2026 10:57:08 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": -0.1257,
"lat": 51.5085
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04n"
}
],
"base": "stations",
"main": {
"temp": 7.18,
"feels_like": 3.79,
"temp_min": 6.67,
"temp_max": 7.92,
"pressure": 1008,
"humidity": 90,
"sea_level": 1008,
"grnd_level": 1004
},
"visibility": 10000,
"wind": {
"speed": 5.66,
"deg": 170,
"gust": 10.8
},
"clouds": {
"all": 100
},
"dt": 1768151920,
"sys": {
"type": 2,
"id": 2075535,
"country": "GB",
"sunrise": 1768118546,
"sunset": 1768148030
},
"timezone": 0,
"id": 2643743,
"name": "London",
"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