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:35:56 PM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Bengaluru

IN
broken clouds
23 °C

Broken clouds

Feels like: 23°C
Humidity: 72%
Wind: 10.28 m/s
Pressure: 1014 hPa

Complete Weather Data

Location: Bengaluru
Coordinates: 12.9762, 77.6033
Temperature: 23.02°C
Min/Max: 21.94°C / 24.01°C
Humidity: 72%
Pressure: 1014 hPa
Wind Speed: 10.28 m/s at 105°
Weather: Clouds - broken clouds
Cloudiness: 75%
Visibility: 6000 meters

Raw API Response (JSON)

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

{ "coord": { "lon": 77.6033, "lat": 12.9762 }, "weather": [ { "id": 803, "main": "Clouds", "description": "broken clouds", "icon": "04d" } ], "base": "stations", "main": { "temp": 23.02, "feels_like": 23.26, "temp_min": 21.94, "temp_max": 24.01, "pressure": 1014, "humidity": 72, "sea_level": 1014, "grnd_level": 916 }, "visibility": 6000, "wind": { "speed": 10.28, "deg": 105, "gust": 27.72 }, "clouds": { "all": 75 }, "dt": 1768125950, "sys": { "type": 2, "id": 2017753, "country": "IN", "sunrise": 1768094079, "sunset": 1768135177 }, "timezone": 19800, "id": 1277333, "name": "Bengaluru", "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