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:38:24 PM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Mumbai

IN
smoke
30 °C

Smoke

Feels like: 29°C
Humidity: 35%
Wind: 5.66 m/s
Pressure: 1013 hPa

Complete Weather Data

Location: Mumbai
Coordinates: 19.0144, 72.8479
Temperature: 29.99°C
Min/Max: 27.94°C / 29.99°C
Humidity: 35%
Pressure: 1013 hPa
Wind Speed: 5.66 m/s at 270°
Weather: Smoke - smoke
Cloudiness: 1%
Visibility: 3500 meters

Raw API Response (JSON)

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

{ "coord": { "lon": 72.8479, "lat": 19.0144 }, "weather": [ { "id": 711, "main": "Smoke", "description": "smoke", "icon": "50d" } ], "base": "stations", "main": { "temp": 29.99, "feels_like": 29.16, "temp_min": 27.94, "temp_max": 29.99, "pressure": 1013, "humidity": 35, "sea_level": 1013, "grnd_level": 1012 }, "visibility": 3500, "wind": { "speed": 5.66, "deg": 270 }, "clouds": { "all": 1 }, "dt": 1768125640, "sys": { "type": 1, "id": 9052, "country": "IN", "sunrise": 1768095846, "sunset": 1768135693 }, "timezone": 19800, "id": 1275339, "name": "Mumbai", "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