Request Timestamp
Current Server Time:
January 11, 2026 03:35:56 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": "04d"
}
],
"base": "stations",
"main": {
"temp": 23.02,
"feels_like": 23.26,
"temp_min": 21.94,
"temp_max": 24.01,
"pressure": 1014,
"humidity": 72,
"sea_level": 1014,
"grnd_level": 916
},
"visibility": 6000,
"wind": {
"speed": 10.28,
"deg": 105,
"gust": 27.72
},
"clouds": {
"all": 75
},
"dt": 1768125950,
"sys": {
"type": 2,
"id": 2017753,
"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