Request Timestamp
Current Server Time:
January 11, 2026 03:36:00 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": 73.8553,
"lat": 18.5196
},
"weather": [
{
"id": 801,
"main": "Clouds",
"description": "few clouds",
"icon": "02d"
}
],
"base": "stations",
"main": {
"temp": 28,
"feels_like": 26.93,
"temp_min": 28,
"temp_max": 28,
"pressure": 1014,
"humidity": 26,
"sea_level": 1014,
"grnd_level": 941
},
"visibility": 10000,
"wind": {
"speed": 4.17,
"deg": 115,
"gust": 4.37
},
"clouds": {
"all": 22
},
"dt": 1768125837,
"sys": {
"type": 2,
"id": 2104163,
"country": "IN",
"sunrise": 1768095552,
"sunset": 1768135503
},
"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