Public Datasets
List datasets
GET /api/v1/datasets
| Parameter | Type | Description |
|---|---|---|
q | string | Full-text search |
category | string | Filter by category |
source | string | Filter by data source |
cadence | string | daily, weekly, monthly, quarterly |
limit | integer | Max results (default 50) |
offset | integer | Pagination offset |
curl "https://policynumbers.com/api/v1/datasets?q=inflation&limit=5"
Dataset series
GET /api/v1/datasets/{slug}/series
| Parameter | Type | Description |
|---|---|---|
limit | integer | Points to return (default 100) |
direction | string | latest or earliest |