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:29:04 AM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Bengaluru

IN
mist
23 °C

Mist

Feels like: 23°C
Humidity: 76%
Wind: 2.06 m/s
Pressure: 1014 hPa

Complete Weather Data

Location: Bengaluru
Coordinates: 12.9762, 77.6033
Temperature: 22.84°C
Min/Max: 22.8°C / 23.05°C
Humidity: 76%
Pressure: 1014 hPa
Wind Speed: 2.06 m/s at 120°
Weather: Mist - mist
Cloudiness: 55%
Visibility: 4000 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": 701, "main": "Mist", "description": "mist", "icon": "50d" } ], "base": "stations", "main": { "temp": 22.84, "feels_like": 23.16, "temp_min": 22.8, "temp_max": 23.05, "pressure": 1014, "humidity": 76, "sea_level": 1014, "grnd_level": 917 }, "visibility": 4000, "wind": { "speed": 2.06, "deg": 120 }, "clouds": { "all": 55 }, "dt": 1773284109, "sys": { "type": 1, "id": 9205, "country": "IN", "sunrise": 1773277158, "sunset": 1773320387 }, "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