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:53:20 PM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Pune

IN
clear sky
21 °C

Clear sky

Feels like: 20°C
Humidity: 32%
Wind: 1.89 m/s
Pressure: 1018 hPa

Complete Weather Data

Location: Pune
Coordinates: 18.5196, 73.8553
Temperature: 21.34°C
Min/Max: 21.34°C / 21.34°C
Humidity: 32%
Pressure: 1018 hPa
Wind Speed: 1.89 m/s at 100°
Weather: Clear - clear sky
Cloudiness: 0%
Visibility: 10000 meters

Raw API Response (JSON)

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

{ "coord": { "lon": 73.8553, "lat": 18.5196 }, "weather": [ { "id": 800, "main": "Clear", "description": "clear sky", "icon": "01n" } ], "base": "stations", "main": { "temp": 21.34, "feels_like": 20.37, "temp_min": 21.34, "temp_max": 21.34, "pressure": 1018, "humidity": 32, "sea_level": 1018, "grnd_level": 944 }, "visibility": 10000, "wind": { "speed": 1.89, "deg": 100, "gust": 2.4 }, "clouds": { "all": 0 }, "dt": 1768151999, "sys": { "type": 2, "id": 2104163, "country": "IN", "sunrise": 1768095552, "sunset": 1768135503 }, "timezone": 19800, "id": 1259229, "name": "Pune", "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