Endpoints
Base URL: https://orbital-data-api.davidhsu.cc/api/v1
All endpoints require an API key via the X-Api-Key header, except /status, /explore/*, and /feedback.
Current GP
| Method |
Path |
Description |
GET |
/gp/{norad_id} |
Latest element set for one object |
GET |
/gp |
Search/filter current element sets |
Historical GP
Catalog
Explorer (no auth required)
| Method |
Path |
Description |
GET |
/explore/catalog |
Browse satellite catalog |
GET |
/explore/gp/{norad_id} |
Current GP + metadata for one object |
Feedback
| Method |
Path |
Description |
POST |
/feedback |
Submit feedback (Turnstile captcha required) |
System
| Method |
Path |
Description |
GET |
/status |
API health and data freshness (no auth required) |