Request Timestamp
Current Server Time:
March 12, 2026 06:51:38 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": 73.8553,
"lat": 18.5196
},
"weather": [
{
"id": 800,
"main": "Clear",
"description": "clear sky",
"icon": "01n"
}
],
"base": "stations",
"main": {
"temp": 23.41,
"feels_like": 23.06,
"temp_min": 23.41,
"temp_max": 25.22,
"pressure": 1012,
"humidity": 48,
"sea_level": 1012,
"grnd_level": 939
},
"visibility": 10000,
"wind": {
"speed": 1.28,
"deg": 283,
"gust": 0.97
},
"clouds": {
"all": 0
},
"dt": 1773277936,
"sys": {
"type": 2,
"id": 2107474,
"country": "IN",
"sunrise": 1773278137,
"sunset": 1773321206
},
"timezone": 19800,
"id": 1259229,
"name": "Pune",
"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