Loading…
Loading contentLoading…
Loading contentRead-only citations endpoints, backed by the Scientific Data Engine.
The real citation registry — source-backed references across flagship entities and datasets, with DOIs where verified. Filter by type, source, entity, or dataset.
| Parameter | In | Type | Description |
|---|---|---|---|
| type | query | string | Filter by citation type (e.g. peer_reviewed_paper, dataset). |
| source | query | string | Filter by source-registry key (e.g. nasa, esa). |
| entity | query | string | Filter to citations supporting an entity id. |
| dataset | query | string | Filter to citations supporting a dataset slug. |
| limit | query | integer | Maximum results (default 200, max 500). |
| offset | query | integer | Pagination offset. |
Returns
{ total, offset, limit, count, items: Citation[] }
A single citation by id, including its type, DOI (if verified), links to entities/datasets/provenance, and formatted references.
| Parameter | In | Type | Description |
|---|---|---|---|
| id* | path | string | Citation id. |
Returns
Citation & { formats }