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:55:20 AM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Mumbai

IN
mist
27 °C

Mist

Feels like: 31°C
Humidity: 89%
Wind: 1.54 m/s
Pressure: 1011 hPa

Complete Weather Data

Location: Mumbai
Coordinates: 19.0144, 72.8479
Temperature: 26.99°C
Min/Max: 26.99°C / 26.99°C
Humidity: 89%
Pressure: 1011 hPa
Wind Speed: 1.54 m/s at 100°
Weather: Mist - mist
Cloudiness: 20%
Visibility: 2100 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": 701, "main": "Mist", "description": "mist", "icon": "50d" } ], "base": "stations", "main": { "temp": 26.99, "feels_like": 30.6, "temp_min": 26.99, "temp_max": 26.99, "pressure": 1011, "humidity": 89, "sea_level": 1011, "grnd_level": 1010 }, "visibility": 2100, "wind": { "speed": 1.54, "deg": 100 }, "clouds": { "all": 20 }, "dt": 1773278410, "sys": { "type": 1, "id": 9052, "country": "IN", "sunrise": 1773278386, "sunset": 1773321441 }, "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