Skip to content

gatos://celestials/{id}

resource Resource templates

One complete celestial by raw id.

Use when
Reading a known body through resources/read.
Availability
Body telemetry must be enabled.
Equivalent interface
gatos.get_celestial

Input

FieldTypeRequirementDescription
idURI template variableRequiredRaw body id, URI-encoded by the client.

Resource URI example

gatos://celestials/Kerbin

Result

Complete BodySnapshot with freshness metadata.

Errors

  • ENOENT data when the current snapshot has no matching body.