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:52:56 AM (Asia/Kolkata)

PHP Timezone: Asia/Kolkata

Live Weather Data Retrieved Successfully!

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

Kolkata

IN
mist
25 °C

Mist

Feels like: 26°C
Humidity: 94%
Wind: 2.06 m/s
Pressure: 1011 hPa

Complete Weather Data

Location: Kolkata
Coordinates: 22.5697, 88.3697
Temperature: 24.97°C
Min/Max: 24.97°C / 24.97°C
Humidity: 94%
Pressure: 1011 hPa
Wind Speed: 2.06 m/s at 110°
Weather: Mist - mist
Cloudiness: 40%
Visibility: 1600 meters

Raw API Response (JSON)

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

{ "coord": { "lon": 88.3697, "lat": 22.5697 }, "weather": [ { "id": 701, "main": "Mist", "description": "mist", "icon": "50d" } ], "base": "stations", "main": { "temp": 24.97, "feels_like": 25.98, "temp_min": 24.97, "temp_max": 24.97, "pressure": 1011, "humidity": 94, "sea_level": 1011, "grnd_level": 1010 }, "visibility": 1600, "wind": { "speed": 2.06, "deg": 110 }, "clouds": { "all": 40 }, "dt": 1773278370, "sys": { "type": 1, "id": 9114, "country": "IN", "sunrise": 1773274717, "sunset": 1773317661 }, "timezone": 19800, "id": 1275004, "name": "Kolkata", "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