Request Timestamp
Current Server Time:
March 12, 2026 06:50:11 AM (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.2167,
"lat": 28.6667
},
"weather": [
{
"id": 721,
"main": "Haze",
"description": "haze",
"icon": "50d"
}
],
"base": "stations",
"main": {
"temp": 21.05,
"feels_like": 20.99,
"temp_min": 21.05,
"temp_max": 21.05,
"pressure": 1009,
"humidity": 68,
"sea_level": 1009,
"grnd_level": 983
},
"visibility": 3000,
"wind": {
"speed": 0,
"deg": 0
},
"clouds": {
"all": 20
},
"dt": 1773278406,
"sys": {
"type": 1,
"id": 9165,
"country": "IN",
"sunrise": 1773277489,
"sunset": 1773320241
},
"timezone": 19800,
"id": 1273294,
"name": "Delhi",
"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