Skip to main content
Queries SIATA (Sistema de Alerta Temprana de Medellín y el Valle de Aburrá) for the current readings of every monitoring station in the Aburrá Valley: weather (temperature, humidity, wind, pressure), rainfall (accumulated and intensity), and air quality (24-hour PM2.5 and ICA index). POST /co/siata/v1 All fields are optional. An empty body returns every station in the valley; latitude + longitude narrows the response to nearby stations, sorted nearest first with distance_km populated on each station.
The response groups stations by kind:
Individual readings are null when a station hasn’t reported them. Air-quality values are 24-hour averages; updated_at marks the end of the averaging window. Without a location filter, distance_km is null on every station.
Coverage is the Medellín metropolitan area (Valle de Aburrá) only. Points outside the valley return empty arrays rather than an error.

Full reference

Schemas, response fields, and an interactive playground.