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 03:36:00 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
few clouds
28 °C

Few clouds

Feels like: 27°C
Humidity: 26%
Wind: 4.17 m/s
Pressure: 1014 hPa

Complete Weather Data

Location: Pune
Coordinates: 18.5196, 73.8553
Temperature: 28°C
Min/Max: 28°C / 28°C
Humidity: 26%
Pressure: 1014 hPa
Wind Speed: 4.17 m/s at 115°
Weather: Clouds - few clouds
Cloudiness: 22%
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": 801, "main": "Clouds", "description": "few clouds", "icon": "02d" } ], "base": "stations", "main": { "temp": 28, "feels_like": 26.93, "temp_min": 28, "temp_max": 28, "pressure": 1014, "humidity": 26, "sea_level": 1014, "grnd_level": 941 }, "visibility": 10000, "wind": { "speed": 4.17, "deg": 115, "gust": 4.37 }, "clouds": { "all": 22 }, "dt": 1768125837, "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