Current temperature
30 C
Singapore, Singapore
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
Singapore, Singapore
Wind speed
10m wind speed
Condition
WMO code 3
Local time
Updates the minute live for Singapore
Forecast preview
Daily high, low, and condition
Tue, Jul 28
High 32 C
Low 25 C
Wed, Jul 29
High 31 C
Low 25 C
Thu, Jul 30
High 30 C
Low 23 C
Fri, Jul 31
High 32 C
Low 25 C
Sat, Aug 1
High 32 C
Low 25 C
API preview
https://api.open-meteo.com/v1/forecast?latitude=1.3521&longitude=103.8198¤t=temperature_2m,weather_code,wind_speed_10m&daily=weather_code,temperature_2m_max,temperature_2m_min&forecast_days=5&timezone=auto200{
"query": {
"input": "Singapore",
"resolvedLocation": "Singapore, Singapore"
},
"location": {
"city": "Singapore",
"country": "Singapore",
"admin1": null,
"latitude": 1.3521,
"longitude": 103.8198,
"timeZone": "Asia/Singapore"
},
"current": {
"temperature": 29.8,
"windSpeed": 11.5,
"weatherCode": 3,
"condition": "Partly cloudy",
"observedAt": "2026-07-28T15:00"
},
"forecast": [
{
"date": "2026-07-28",
"condition": "Rain",
"maxTemperature": 31.8,
"minTemperature": 25.4
},
{
"date": "2026-07-29",
"condition": "Rain",
"maxTemperature": 30.8,
"minTemperature": 25.2
},
{
"date": "2026-07-30",
"condition": "Thunderstorm",
"maxTemperature": 29.6,
"minTemperature": 23
},
{
"date": "2026-07-31",
"condition": "Drizzle",
"maxTemperature": 31.6,
"minTemperature": 24.6
},
{
"date": "2026-08-01",
"condition": "Drizzle",
"maxTemperature": 31.8,
"minTemperature": 25.2
}
],
"rawResponsePreview": {
"latitude": 1.3708259,
"longitude": 103.80237,
"generationtime_ms": 19.58751678466797,
"utc_offset_seconds": 28800,
"timezone": "Asia/Singapore",
"timezone_abbreviation": "GMT+8",
"elevation": 46,
"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": 29.8,
"weather_code": 3,
"wind_speed_10m": 11.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": [
80,
80,
95,
53,
51
],
"temperature_2m_max": [
31.8,
30.8,
29.6,
31.6,
31.8
],
"temperature_2m_min": [
25.4,
25.2,
23,
24.6,
25.2
]
}
}
}