Skip to content
AsteriaStar
Open Data API · v0

Datasets API

Read-only datasets endpoints, backed by the Scientific Data Engine.

GET/api/v0/datasets
Implemented

The 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/datasets
GET/api/v0/datasets/{id}
Implemented

Metadata for a single dataset by id, including its formats and (where a pre-generated file exists) real size and sha256.

ParameterInTypeDescription
id*pathstringDataset id.

Returns

CatalogueEntry

Try it

/api/v0/datasets/stars

← All endpoints