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 08:27:15 AM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

London

GB
scattered clouds
7 °C

Scattered clouds

Feels like: 4°C
Humidity: 81%
Wind: 3.6 m/s
Pressure: 1016 hPa

Complete Weather Data

Location: London
Coordinates: 51.5085, -0.1257
Temperature: 6.75°C
Min/Max: 5.98°C / 7.36°C
Humidity: 81%
Pressure: 1016 hPa
Wind Speed: 3.6 m/s at 220°
Weather: Clouds - scattered clouds
Cloudiness: 31%
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": 802, "main": "Clouds", "description": "scattered clouds", "icon": "03n" } ], "base": "stations", "main": { "temp": 6.75, "feels_like": 4.23, "temp_min": 5.98, "temp_max": 7.36, "pressure": 1016, "humidity": 81, "sea_level": 1016, "grnd_level": 1012 }, "visibility": 10000, "wind": { "speed": 3.6, "deg": 220 }, "clouds": { "all": 31 }, "dt": 1773284235, "sys": { "type": 2, "id": 2091269, "country": "GB", "sunrise": 1773296515, "sunset": 1773338332 }, "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