Breeva Developer API
The Breeva Developer API exposes the engine behind breeva.site as REST: calibrated per-road air quality (AQI), pollution-aware routing, and PM2.5 exposure for Indonesian cities.
Base URL https://breeva.site/api/v1. Authenticate with Authorization: Bearer brv_live_… or the x-api-key header. Three endpoints: GET /road-aqi (per-road AQI GeoJSON for a bounding box), POST /route-score (clean / balanced / fast routes, scored by air quality), and POST /exposure (cumulative inhaled PM2.5 dose and cigarette-equivalents).
Free tier: 1,000 requests/day; pro: 50,000/day; enterprise: custom. Create a free API key at /developers; full machine-readable spec at /openapi.json.