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:51:18 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
few clouds
19 °C

Few clouds

Feels like: 19°C
Humidity: 87%
Wind: 2.24 m/s
Pressure: 1013 hPa

Complete Weather Data

Location: Bengaluru
Coordinates: 12.9762, 77.6033
Temperature: 18.55°C
Min/Max: 18.34°C / 19.62°C
Humidity: 87%
Pressure: 1013 hPa
Wind Speed: 2.24 m/s at 50°
Weather: Clouds - few clouds
Cloudiness: 13%
Visibility: 10000 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": 801, "main": "Clouds", "description": "few clouds", "icon": "02d" } ], "base": "stations", "main": { "temp": 18.55, "feels_like": 18.73, "temp_min": 18.34, "temp_max": 19.62, "pressure": 1013, "humidity": 87, "sea_level": 1013, "grnd_level": 915 }, "visibility": 10000, "wind": { "speed": 2.24, "deg": 50, "gust": 6.26 }, "clouds": { "all": 13 }, "dt": 1773278307, "sys": { "type": 2, "id": 2105374, "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