Request Timestamp
Current Server Time:
March 12, 2026 08:26:20 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": "01d"
}
],
"base": "stations",
"main": {
"temp": 25.64,
"feels_like": 25.41,
"temp_min": 25.64,
"temp_max": 26.89,
"pressure": 1013,
"humidity": 44,
"sea_level": 1013,
"grnd_level": 941
},
"visibility": 10000,
"wind": {
"speed": 1.09,
"deg": 329,
"gust": 0.98
},
"clouds": {
"all": 0
},
"dt": 1773284111,
"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