Loading…
Loading contentLoading…
Loading contentRead-only search endpoints, backed by the Scientific Data Engine.
Deterministic, non-semantic entity search over name, aliases, and id. Ranking is fixed (exact > prefix > alias > substring); there is no AI or fuzzy relevance.
| Parameter | In | Type | Description |
|---|---|---|---|
| q* | query | string | Search query. |
| 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 20, max 100). |
Returns
{ query, count, results: SearchHit[] }