LIVE API TEST MODE

Real-Time Weather API Test

This page fetches LIVE data directly from OpenWeatherMap API

Request Timestamp

Current Server Time: January 11, 2026 03:37:21 PM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

Data fetched directly from OpenWeatherMap API - This is REAL-TIME data

Chennai

IN
overcast clouds
23 °C

Overcast clouds

Feels like: 24°C
Humidity: 86%
Wind: 0.89 m/s
Pressure: 1014 hPa

Complete Weather Data

Location: Chennai
Coordinates: 13.0878, 80.2785
Temperature: 23.03°C
Min/Max: 22.76°C / 24.02°C
Humidity: 86%
Pressure: 1014 hPa
Wind Speed: 0.89 m/s at 105°
Weather: Clouds - overcast clouds
Cloudiness: 100%
Visibility: 10000 meters

Raw API Response (JSON)

This is the actual response from OpenWeatherMap API. Refresh this page to get new data.

{ "coord": { "lon": 80.2785, "lat": 13.0878 }, "weather": [ { "id": 804, "main": "Clouds", "description": "overcast clouds", "icon": "04d" } ], "base": "stations", "main": { "temp": 23.03, "feels_like": 23.63, "temp_min": 22.76, "temp_max": 24.02, "pressure": 1014, "humidity": 86, "sea_level": 1014, "grnd_level": 1013 }, "visibility": 10000, "wind": { "speed": 0.89, "deg": 105, "gust": 0.89 }, "clouds": { "all": 100 }, "dt": 1768125910, "sys": { "type": 2, "id": 2104103, "country": "IN", "sunrise": 1768093448, "sunset": 1768134523 }, "timezone": 19800, "id": 1264527, "name": "Chennai", "cod": 200 }
Refresh & Get New Data Go to Add Page to Save This Data

How to Verify Real-Time Data

1. Check Timestamp: The "Request Timestamp" and "API Response" times should match the current time
2. Compare with Official Site: Visit OpenWeatherMap.org and compare the temperature
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