Request Timestamp
Current Server Time:
March 12, 2026 08:27:15 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": -0.1257,
"lat": 51.5085
},
"weather": [
{
"id": 802,
"main": "Clouds",
"description": "scattered clouds",
"icon": "03n"
}
],
"base": "stations",
"main": {
"temp": 6.75,
"feels_like": 4.23,
"temp_min": 5.98,
"temp_max": 7.36,
"pressure": 1016,
"humidity": 81,
"sea_level": 1016,
"grnd_level": 1012
},
"visibility": 10000,
"wind": {
"speed": 3.6,
"deg": 220
},
"clouds": {
"all": 31
},
"dt": 1773284235,
"sys": {
"type": 2,
"id": 2091269,
"country": "GB",
"sunrise": 1773296515,
"sunset": 1773338332
},
"timezone": 0,
"id": 2643743,
"name": "London",
"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