Orbital Data APIModern REST API for satellite GP record integration
Current and historical orbital data for every tracked object, with time-point queries no other API offers. Built for developers who need reliable satellite data in their applications.
Get started in 60 seconds
- Sign up at /account — instant, no approval wait
- Copy your API key from the dashboard
- Add
X-Api-Keyto your requests
Capabilities
Historical Archive
167M+ element sets back to 1959 — the full arc of the Space Age. Query by time range, find the nearest element set to any epoch, or get the bracketing pair around a specific event — with nearest-epoch and adjacent-pair queries you won't find elsewhere.
Current GP Data
Latest general perturbations data for 27,000+ tracked objects, updated daily from Space-Track. Full OMM records with derived orbital parameters — period, apogee, perigee, semi-major axis.
Satellite Catalog
68K+ objects with launch info, orbit regime, type, and status.
6 Output Formats
JSON, 3LE, TLE, CSV, OMM-XML, and OMM-KVN. All free for all users.
Live Explorer
Browse the catalog in your browser. No API key needed.
Free & Open
No ads, no tracking, no vendor lock-in. Open to all.
What you can do
Browse the complete orbital history of any tracked satellite — page through years of element sets or filter by date range. Check available coverage with the range endpoint first.
GET /gp/25544/history?start=2024-01-01&end=2024-12-31
Find the element set closest to any moment in history — or get the bracketing pair before and after an event for interpolation.
GET /gp/25544/nearest?epoch=2024-06-15T12:00:00Z
Get the nearest element set for every tracked object at a given epoch. One request returns the entire catalog — filtered by orbit type or object class.
GET /gp/epoch?epoch=2024-06-15T00:00:00Z&orbit_regime=LEO
Every endpoint supports JSON, 3LE, TLE, CSV, OMM-XML, and OMM-KVN. Use the format parameter or Accept header — no extra configuration needed.
GET /gp/25544?format=tle