KeepTrack website screenshot

KeepTrack

Keep Track is the free, open source tool that makes space exploration accessible to all - professionals and amateurs alike. With its user-friendly interface, you can simulate satellite launches, visualize debris patterns, and explore a catalog of 30,000+ real satellites and debris. Zoom through geosynchronous orbits, run collision scenarios, and track debris fragmentation over time.

1 APIs 0 Features
SatellitesSpace

APIs

KeepTrack

Keep Track is the free, open source tool that makes space exploration accessible to all - professionals and amateurs alike. With its user-friendly interface, you can simulate sa...

Collections

Pricing Plans

Keeptrack Plans Pricing

3 plans

PLANS

Rate Limits

Keeptrack Rate Limits

5 limits

RATE LIMITS

FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: KeepTrack Space API
  version: 4.2.0
request:
  auth:
    type: apikey
    key: X-Api-Key
    value: '{{X-Api-Key}}'
    placement: header
items:
- info:
    name: Satellites
    type: folder
  items:
  - info:
      name: Search the satellite catalog
      type: http
    http:
      method: GET
      url: https://api.keeptrack.space/v4/satellites/search
      params:
      - name: q
        value: ''
        type: query
        description: NORAD Catalog ID, International Designator, or partial name.
      - name: limit
        value: ''
        type: query
    docs: Search the satellite catalog
  - info:
      name: Get a tracked object by NORAD Catalog ID
      type: http
    http:
      method: GET
      url: https://api.keeptrack.space/v4/satellites/:noradId
      params:
      - name: noradId
        value: ''
        type: path
        description: NORAD Catalog ID of the tracked object.
    docs: Get a tracked object by NORAD Catalog ID
- info:
    name: Positions
    type: folder
  items:
  - info:
      name: Compute the current position of a tracked object
      type: http
    http:
      method: GET
      url: https://api.keeptrack.space/v4/satellites/:noradId/position
      params:
      - name: noradId
        value: ''
        type: path
      - name: epoch
        value: ''
        type: query
        description: ISO-8601 UTC epoch. Defaults to now.
    docs: Compute the current position of a tracked object
- info:
    name: Orbits
    type: folder
  items:
  - info:
      name: Get the most recent Two-Line Element set for an object
      type: http
    http:
      method: GET
      url: https://api.keeptrack.space/v4/satellites/:noradId/tle
      params:
      - name: noradId
        value: ''
        type: path
    docs: Get the most recent Two-Line Element set for an object
- info:
    name: Catalog
    type: folder
  items:
  - info:
      name: List the satellite catalog with pagination
      type: http
    http:
      method: GET
      url: https://api.keeptrack.space/v4/catalog
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: List the satellite catalog with pagination
bundled: true