ATMOS — Climate & Air Quality Intelligence
ATMOS turns fragmented environmental data into one simple, fast API. Instead of integrating three different data sources — each with its own formats, station IDs, and units — you call a single endpoint and get clean, consistent JSON for any city name or coordinate on Earth. THE SIGNATURE ENDPOINT: /v1/risk/score A composite 0–100 climate-risk score with A–F graded subscores for heat, air…
ATMOS — Climate & Air Quality Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| Air Quality | ||
| GET |
getAirHistory /v1/air/history |
Historical air quality over a 7–365 day window (default 30). Returns daily AQI and PM2.5 averages, min/max, the count of unhealthy days (AQI > 100), and the trend direction… |
| GET |
getAirForecast /v1/air/forecast |
5-day air-quality forecast with daily max AQI, per-pollutant breakdown, and health guidance per day. US locations are enriched with EPA AirNow forecast data. |
| GET |
getAirCurrent /v1/air/current |
Current air quality for any location. Returns US AQI + European AQI, full pollutant concentrations (PM2.5, PM10, O3, NO2, SO2, CO), the dominant pollutant, and plain-English… |
| Climate | ||
| GET |
getClimateCurrent /v1/climate/current |
Current weather: temperature, feels-like, humidity, wind speed and direction, precipitation, and UV index. A convenience endpoint so ATMOS can be your single environmental… |
| GET |
getClimateTrends /v1/climate/trends |
Computed climate trends: warming rate in °C per decade, precipitation trend, and extreme-heat-day trend — each with a direction label and a confidence note based on the… |
| GET |
getClimateHistory /v1/climate/history |
Per-year historical climate aggregates: mean temperature, max temperature, extreme-heat days (Tmax ≥ 32°C and ≥ 35°C), total precipitation, and longest dry spell. Bounded… |
| Risk | ||
| GET |
getCompare /v1/compare |
Compare 2–5 locations side by side in one call: current AQI + composite risk score for each. Perfect for "which city / site / property?" decisions. |
| GET |
getRiskScore /v1/risk/score |
SIGNATURE ENDPOINT. Composite 0–100 climate-risk score with three graded subscores: heat_risk (20 years of extreme-heat days + warming trend), air_quality_risk (12 months of… |
| Meta | ||
| GET |
getHealth /health |
Unauthenticated service health: uptime, database status, scheduler status, and upstream reachability. Use for monitoring. |
ATMOS — Climate & Air Quality Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / minute |
|
| PRO | $9 / month | 10 / second |
|
| ULTRA | $29 / month | 10 / second |
|
| MEGA | $99 / month | 10 / second |
|