API Documentation (Mock)
This v2 package is frontend-only. The endpoints below show the planned API shape for when you add a backend.
Base URL
https://api.acceleratedata.org (recommended subdomain)
List datasets
GET /v1/datasets
Returns dataset metadata, categories, formats, and update timestamps.
Fetch a dataset
GET /v1/datasets/{id}
Returns dataset info + signed download URLs (or streamed rows).
Auth (planned)
API keys for partners and commercial users with rate limits. Public endpoints remain available for core open datasets.
Next step: I can generate a Node (Express) or Python (FastAPI) starter backend to make these endpoints real.