POST /co/siata/v1
latitude + longitude narrows the response to nearby stations, sorted
nearest first with distance_km populated on each station.
The response groups stations by kind: meteorology, rain and air_quality.
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, all response fields, and an interactive playground.