LIVE API TEST MODE

Real-Time Weather API Test

This page fetches LIVE data directly from OpenWeatherMap API

Request Timestamp

Current Server Time: March 12, 2026 06:51:23 AM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Chennai

IN
fog
26 °C

Fog

Feels like: 27°C
Humidity: 85%
Wind: 2.06 m/s
Pressure: 1012 hPa

Complete Weather Data

Location: Chennai
Coordinates: 13.0878, 80.2785
Temperature: 25.86°C
Min/Max: 24.49°C / 26.09°C
Humidity: 85%
Pressure: 1012 hPa
Wind Speed: 2.06 m/s at 270°
Weather: Fog - fog
Cloudiness: 20%
Visibility: 1000 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": 741, "main": "Fog", "description": "fog", "icon": "50d" } ], "base": "stations", "main": { "temp": 25.86, "feels_like": 26.72, "temp_min": 24.49, "temp_max": 26.09, "pressure": 1012, "humidity": 85, "sea_level": 1012, "grnd_level": 1011 }, "visibility": 1000, "wind": { "speed": 2.06, "deg": 270 }, "clouds": { "all": 20 }, "dt": 1773278373, "sys": { "type": 2, "id": 2104103, "country": "IN", "sunrise": 1773276517, "sunset": 1773319743 }, "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