Developers
Asteria Star is designed to be consumed by applications, researchers, and AI. The read-only Open Data API v0 is live today; broader API surfaces are planned and clearly labelled.
Open Data API (v0)
ImplementedRead-only, deterministic, engine-backed JSON. 134 datasets are catalogued; every response is a projection of the knowledge graph.
- GET /api/v0/entities
- GET /api/v0/entities/{id}
- GET /api/v0/relationships
- GET /api/v0/search
- GET /api/v0/traversal
- GET /api/v0/assistant/explain
- GET /api/v0/assistant/compare
- GET /api/v0/assistant/path
- GET /api/v0/datasets
- GET /api/v0/datasets/{id}
- GET /api/v0/citations
- GET /api/v0/citations/{id}
- GET /api/v0/images
- GET /api/v0/sources
- GET /api/v0/live-sky/providers
- GET /api/v0/live-sky/moon
- GET /api/v0/live-sky/sun
- GET /api/v0/live-sky/planets
- GET /api/v0/live-sky/tonight
- GET /api/v0/openapi.json
- GET /api/v0/contribution-types
- GET /api/v0/review-states
- GET /api/v0/contribution-guidelines
Planned API surface
PlannedDesigned, not yet implemented. Listed for transparency and never exposed as fake endpoints.
Timeline API
Curated, sourced chronologies.
Comparison API
Compare two entities or concepts.
Discovery API
Graph-derived recommendations for an entity.
Learning Path API
Structured learning journeys.
Live Sky API
Real observational data — once a provider is connected and its licensing verified.
Citation engine
Reusable citation formatting generated from structured metadata — never fabricated. One real reference, every supported style:
APA
NASA Goddard Space Flight Center (2024). Mars Fact Sheet. NASA Goddard Space Flight Center. https://nssdc.gsfc.nasa.gov/planetary/factsheet/marsfact.html
Chicago
NASA Goddard Space Flight Center. "Mars Fact Sheet." NASA Goddard Space Flight Center, 2024. https://nssdc.gsfc.nasa.gov/planetary/factsheet/marsfact.html.
MLA
NASA Goddard Space Flight Center. "Mars Fact Sheet." NASA Goddard Space Flight Center, 2024, https://nssdc.gsfc.nasa.gov/planetary/factsheet/marsfact.html.
Harvard
NASA Goddard Space Flight Center (2024) 'Mars Fact Sheet'. NASA Goddard Space Flight Center. Available at: https://nssdc.gsfc.nasa.gov/planetary/factsheet/marsfact.html.
BibTeX
@misc{nasa-mars-fact-sheet,
title = {Mars Fact Sheet},
organization = {NASA Goddard Space Flight Center},
year = {2024},
url = {https://nssdc.gsfc.nasa.gov/planetary/factsheet/marsfact.html}
}RIS
TY - GEN TI - Mars Fact Sheet PB - NASA Goddard Space Flight Center PY - 2024 UR - https://nssdc.gsfc.nasa.gov/planetary/factsheet/marsfact.html ER -
Developer portal
API Reference
LiveEvery implemented endpoint, its parameters, and runnable examples.
API reference →OpenAPI 3.1
LiveMachine-readable spec of the live API.
openapi.json →API Status
LiveWhat is implemented, prepared, and planned.
Status →Data Portal
LiveDatasets, exports, schemas, licensing, provenance, and quality.
Data portal →Entity Documentation
LiveEvery entity self-documents its metadata, provenance, and connections.
Entity index →Schema & Registry
LiveEntity and relation types, identifiers, and the registry.
Registry →SDK
PlannedTyped client libraries for the public API.
SDK →Rate limits
ArchitectureNone today — read-only, static, cacheable.
Rate limits →