Base structure
The public API is organized under one base URL:/v1, except the health route at /health.
Main route groups
Authentication model
Public routes accept API keys in two forms:x-api-keyheaderapi_keyquery parameter
Response patterns
Most list and query routes return JSON responses with:datafor rows or itemsmetafor pagination details
return_format=csv.
How to approach the API
- Discover the dataset you want.
- Inspect its metadata.
- Query it with time filters and selected columns.
- Switch to CSV download if you need file export.