Current temperature
31 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 32 C
Low 25 C
Wed, Jul 29
High 29 C
Low 25 C
Thu, Jul 30
High 30 C
Low 24 C
Fri, Jul 31
High 30 C
Low 24 C
Sat, Aug 1
High 30 C
Low 24 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": "default preset",
"resolvedLocation": "Manila, Philippines"
},
"location": {
"city": "Manila",
"country": "Philippines",
"admin1": null,
"latitude": 14.5995,
"longitude": 120.9842,
"timeZone": "Asia/Manila"
},
"current": {
"temperature": 31.1,
"windSpeed": 4.5,
"weatherCode": 95,
"condition": "Thunderstorm",
"observedAt": "2026-07-28T13:30"
},
"forecast": [
{
"date": "2026-07-28",
"condition": "Thunderstorm",
"maxTemperature": 31.5,
"minTemperature": 24.7
},
{
"date": "2026-07-29",
"condition": "Thunderstorm",
"maxTemperature": 28.8,
"minTemperature": 24.8
},
{
"date": "2026-07-30",
"condition": "Thunderstorm",
"maxTemperature": 30.2,
"minTemperature": 24.1
},
{
"date": "2026-07-31",
"condition": "Thunderstorm",
"maxTemperature": 30,
"minTemperature": 24.1
},
{
"date": "2026-08-01",
"condition": "Thunderstorm",
"maxTemperature": 29.5,
"minTemperature": 24.2
}
],
"rawResponsePreview": {
"latitude": 14.586995,
"longitude": 121.002785,
"generationtime_ms": 10.437965393066406,
"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-28T13:30",
"interval": 900,
"temperature_2m": 31.1,
"weather_code": 95,
"wind_speed_10m": 4.5
},
"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,
95,
95,
95
],
"temperature_2m_max": [
31.5,
28.8,
30.2,
30,
29.5
],
"temperature_2m_min": [
24.7,
24.8,
24.1,
24.1,
24.2
]
}
}
}