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:36:21 PM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Delhi

IN
haze
16 °C

Haze

Feels like: 15°C
Humidity: 48%
Wind: 3.6 m/s
Pressure: 1020 hPa

Complete Weather Data

Location: Delhi
Coordinates: 28.6667, 77.2167
Temperature: 16.05°C
Min/Max: 16.05°C / 16.05°C
Humidity: 48%
Pressure: 1020 hPa
Wind Speed: 3.6 m/s at 290°
Weather: Haze - haze
Cloudiness: 0%
Visibility: 2300 meters

Raw API Response (JSON)

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

{ "coord": { "lon": 77.2167, "lat": 28.6667 }, "weather": [ { "id": 721, "main": "Haze", "description": "haze", "icon": "50d" } ], "base": "stations", "main": { "temp": 16.05, "feels_like": 14.96, "temp_min": 16.05, "temp_max": 16.05, "pressure": 1020, "humidity": 48, "sea_level": 1020, "grnd_level": 994 }, "visibility": 2300, "wind": { "speed": 3.6, "deg": 290 }, "clouds": { "all": 0 }, "dt": 1768125293, "sys": { "type": 1, "id": 9165, "country": "IN", "sunrise": 1768095909, "sunset": 1768133532 }, "timezone": 19800, "id": 1273294, "name": "Delhi", "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