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:26:21 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
26 °C

Clear sky

Feels like: 25°C
Humidity: 44%
Wind: 1.09 m/s
Pressure: 1013 hPa

Complete Weather Data

Location: Pune
Coordinates: 18.5196, 73.8553
Temperature: 25.64°C
Min/Max: 25.64°C / 26.89°C
Humidity: 44%
Pressure: 1013 hPa
Wind Speed: 1.09 m/s at 329°
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": 25.64, "feels_like": 25.41, "temp_min": 25.64, "temp_max": 26.89, "pressure": 1013, "humidity": 44, "sea_level": 1013, "grnd_level": 941 }, "visibility": 10000, "wind": { "speed": 1.09, "deg": 329, "gust": 0.98 }, "clouds": { "all": 0 }, "dt": 1773284111, "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