Request Timestamp
Current Server Time:
March 12, 2026 06:52:51 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.6033,
"lat": 12.9762
},
"weather": [
{
"id": 801,
"main": "Clouds",
"description": "few clouds",
"icon": "02d"
}
],
"base": "stations",
"main": {
"temp": 18.55,
"feels_like": 18.73,
"temp_min": 18.34,
"temp_max": 19.62,
"pressure": 1013,
"humidity": 87,
"sea_level": 1013,
"grnd_level": 915
},
"visibility": 10000,
"wind": {
"speed": 2.24,
"deg": 50,
"gust": 6.26
},
"clouds": {
"all": 13
},
"dt": 1773278307,
"sys": {
"type": 2,
"id": 2105374,
"country": "IN",
"sunrise": 1773277158,
"sunset": 1773320387
},
"timezone": 19800,
"id": 1277333,
"name": "Bengaluru",
"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