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 10:54:24 PM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

London

GB
overcast clouds
7 °C

Overcast clouds

Feels like: 4°C
Humidity: 90%
Wind: 5.66 m/s
Pressure: 1008 hPa

Complete Weather Data

Location: London
Coordinates: 51.5085, -0.1257
Temperature: 7.18°C
Min/Max: 6.67°C / 7.92°C
Humidity: 90%
Pressure: 1008 hPa
Wind Speed: 5.66 m/s at 170°
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": -0.1257, "lat": 51.5085 }, "weather": [ { "id": 804, "main": "Clouds", "description": "overcast clouds", "icon": "04n" } ], "base": "stations", "main": { "temp": 7.18, "feels_like": 3.79, "temp_min": 6.67, "temp_max": 7.92, "pressure": 1008, "humidity": 90, "sea_level": 1008, "grnd_level": 1004 }, "visibility": 10000, "wind": { "speed": 5.66, "deg": 170, "gust": 10.8 }, "clouds": { "all": 100 }, "dt": 1768151920, "sys": { "type": 2, "id": 2075535, "country": "GB", "sunrise": 1768118546, "sunset": 1768148030 }, "timezone": 0, "id": 2643743, "name": "London", "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