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:54:19 AM (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
23 °C

Clear sky

Feels like: 22°C
Humidity: 48%
Wind: 1.28 m/s
Pressure: 1012 hPa

Complete Weather Data

Location: Pune
Coordinates: 18.5196, 73.8553
Temperature: 22.86°C
Min/Max: 22.86°C / 25.22°C
Humidity: 48%
Pressure: 1012 hPa
Wind Speed: 1.28 m/s at 283°
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": "01d" } ], "base": "stations", "main": { "temp": 22.86, "feels_like": 22.45, "temp_min": 22.86, "temp_max": 25.22, "pressure": 1012, "humidity": 48, "sea_level": 1012, "grnd_level": 939 }, "visibility": 10000, "wind": { "speed": 1.28, "deg": 283, "gust": 0.97 }, "clouds": { "all": 0 }, "dt": 1773278659, "sys": { "type": 2, "id": 2107474, "country": "IN", "sunrise": 1773278137, "sunset": 1773321206 }, "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