Loading…
Loading contentLoading…
Loading contentRead-only entities endpoints, backed by the Scientific Data Engine.
Paginated list of canonical entities, sorted by stable id. Every item carries its id, type, name, domain, and canonical path.
| Parameter | In | Type | Description |
|---|---|---|---|
| type | query | string | Filter by entity type (e.g. star, planet, galaxy). |
| domain | query | string | Filter by domain (science, culture, astrology). |
| limit | query | integer | Maximum results to return (default 100, max 1000). |
| offset | query | integer | Number of results to skip for pagination. |
Returns
{ total, offset, limit, count, items: Entity[] }
Resolve a single entity by its stable id, including its typed relationships (with direction and the entity on the other end).
| Parameter | In | Type | Description |
|---|---|---|---|
| id* | path | string | Stable entity id (type:slug). |
Returns
Entity & { relationships: RelationshipEdge[] }