System

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.

get/status

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 1 of the 13 revisions of this API.66

  • 529d7d36d7d666See the full diff
    • removed the optional property data/epheFiles from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/ephemerisLoaded from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/status from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/uptime from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/version from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/wasmReady from the response with the 200 status

      response-optional-property-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added

    • added the optional property data/daily to the response with the 200 status

      response-optional-property-added

    • added the optional property data/endpoints to the response with the 200 status

      response-optional-property-added

    • added the optional property data/key to the response with the 200 status

      response-optional-property-added

    • added the optional property data/limits to the response with the 200 status

      response-optional-property-added

    • added the optional property data/usage to the response with the 200 status

      response-optional-property-added