Open Data API · v0
Datasets API
Read-only datasets endpoints, backed by the Scientific Data Engine.
GET/api/v0/datasets
ImplementedThe full open-data catalogue — domain datasets and graph-level datasets — with real record counts, licenses, formats, and status.
Returns
{ count, datasets: CatalogueEntry[] }
Try it
/api/v0/datasetsGET/api/v0/datasets/{id}
ImplementedMetadata for a single dataset by id, including its formats and (where a pre-generated file exists) real size and sha256.
| Parameter | In | Type | Description |
|---|---|---|---|
| id* | path | string | Dataset id. |
Returns
CatalogueEntry
Try it
/api/v0/datasets/stars