API Status
Status of the key you authenticate with: its plan and rate limit, request counts for today, this week and this month, the top endpoints it calls, and a daily series. Authenticate with the X-Api-Key header; without one the answer is 400 MISSING_KEY. The ?key= query parameter still works but is deprecated and answers carry a Deprecation header: a URL ends up in access logs, CDN logs and browser history, so a key passed that way stops being secret.
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 1 of the 13 revisions of this API.66
- ●
removed the optional property
data/epheFilesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/ephemerisLoadedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/statusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/uptimefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/versionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/wasmReadyfrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
added the optional property
data/dailyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/endpointsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/keyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/limitsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/usageto the response with the200statusresponse-optional-property-added
- ●