Current temperature
26 C
Manila, Philippines
API Pulse Dashboard
Public dashboards for GitHub, crypto, and weather APIs.
Weather Pulse
Search locations, switch between presets, and inspect current temperature, wind speed, WMO condition summaries, forecast preview, and raw Open-Meteo response data.
Current temperature
Manila, Philippines
Wind speed
10m wind speed
Condition
WMO code 95
Local time
Updates the minute live for Manila
Forecast preview
Daily high, low, and condition
Tue, Jul 28
High 31 C
Low 25 C
Wed, Jul 29
High 28 C
Low 24 C
Thu, Jul 30
High 29 C
Low 24 C
Fri, Jul 31
High 30 C
Low 24 C
Sat, Aug 1
High 31 C
Low 25 C
API preview
https://api.open-meteo.com/v1/forecast?latitude=14.5995&longitude=120.9842¤t=temperature_2m,weather_code,wind_speed_10m&daily=weather_code,temperature_2m_max,temperature_2m_min&forecast_days=5&timezone=auto200{
"query": {
"input": "Manila",
"resolvedLocation": "Manila, Philippines"
},
"location": {
"city": "Manila",
"country": "Philippines",
"admin1": null,
"latitude": 14.5995,
"longitude": 120.9842,
"timeZone": "Asia/Manila"
},
"current": {
"temperature": 25.7,
"windSpeed": 11.9,
"weatherCode": 95,
"condition": "Thunderstorm",
"observedAt": "2026-07-28T15:00"
},
"forecast": [
{
"date": "2026-07-28",
"condition": "Thunderstorm",
"maxTemperature": 31.4,
"minTemperature": 24.6
},
{
"date": "2026-07-29",
"condition": "Thunderstorm",
"maxTemperature": 28,
"minTemperature": 24.2
},
{
"date": "2026-07-30",
"condition": "Rain",
"maxTemperature": 28.6,
"minTemperature": 24.1
},
{
"date": "2026-07-31",
"condition": "Thunderstorm",
"maxTemperature": 29.8,
"minTemperature": 24.2
},
{
"date": "2026-08-01",
"condition": "Thunderstorm",
"maxTemperature": 30.5,
"minTemperature": 24.9
}
],
"rawResponsePreview": {
"latitude": 14.586995,
"longitude": 121.002785,
"generationtime_ms": 72.71301746368408,
"utc_offset_seconds": 28800,
"timezone": "Asia/Manila",
"timezone_abbreviation": "GMT+8",
"elevation": 9,
"current_units": {
"time": "iso8601",
"interval": "seconds",
"temperature_2m": "°C",
"weather_code": "wmo code",
"wind_speed_10m": "km/h"
},
"current": {
"time": "2026-07-28T15:00",
"interval": 900,
"temperature_2m": 25.7,
"weather_code": 95,
"wind_speed_10m": 11.9
},
"daily_units": {
"time": "iso8601",
"weather_code": "wmo code",
"temperature_2m_max": "°C",
"temperature_2m_min": "°C"
},
"daily": {
"time": [
"2026-07-28",
"2026-07-29",
"2026-07-30",
"2026-07-31",
"2026-08-01"
],
"weather_code": [
95,
95,
80,
95,
95
],
"temperature_2m_max": [
31.4,
28,
28.6,
29.8,
30.5
],
"temperature_2m_min": [
24.6,
24.2,
24.1,
24.2,
24.9
]
}
}
}