Skip to content
AsteriaStar
Open Data API · v0

Citations API

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

GET/api/v0/citations
Implemented

The real citation registry — source-backed references across flagship entities and datasets, with DOIs where verified. Filter by type, source, entity, or dataset.

ParameterInTypeDescription
typequerystringFilter by citation type (e.g. peer_reviewed_paper, dataset).
sourcequerystringFilter by source-registry key (e.g. nasa, esa).
entityquerystringFilter to citations supporting an entity id.
datasetquerystringFilter to citations supporting a dataset slug.
limitqueryintegerMaximum results (default 200, max 500).
offsetqueryintegerPagination offset.

Returns

{ total, offset, limit, count, items: Citation[] }

Try it

/api/v0/citations?type=peer_reviewed_paper
GET/api/v0/citations/{id}
Implemented

A single citation by id, including its type, DOI (if verified), links to entities/datasets/provenance, and formatted references.

ParameterInTypeDescription
id*pathstringCitation id.

Returns

Citation & { formats }

Try it

/api/v0/citations/cite:mayor-queloz-1995

← All endpoints