Satellite Tracking Pro
Professional satellite data API providing real-time TLE data, orbital predictions, collision detection, and ground station pass predictions. Includes catalog search, propagated positions, conjunction events, bulk exports, and WebSocket streaming for real-time position and alert delivery. **Features:** - 📡 Real-time TLE data with quality scores - 🛰️ Searchable satellite catalog (25,000+ objects)…
Satellite Tracking Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| TLE Data | ||
| GET |
getTLE /v1/tle/{norad_id} |
Retrieve the latest Two-Line Element (TLE) data for a specific satellite by NORAD ID. TLE data is updated every 15 minutes from multiple authoritative sources including… |
| Position Tracking | ||
| GET |
getPositions /v1/positions/{norad_id} |
Calculate satellite positions over a specified time range using SGP4/SDP4 propagation models. **Output formats:** - JSON (default): Array of position objects - CSV:… |
| Catalog | ||
| GET |
searchCatalog /v1/satellites/catalog |
Search and browse the complete satellite catalog with filtering options. **Catalog includes:** - Active satellites (500+) - Operator information - Country of origin - Launch… |
| Pass Predictions | ||
| GET |
getPasses /v1/passes/{norad_id} |
Calculate upcoming visible passes of a satellite over a ground location. **Pass criteria:** - Minimum elevation angle (default: 10°) - Maximum solar elevation for visibility… |
| Collision Detection | ||
| GET |
getConjunctions /v1/conjunctions |
Retrieve predicted conjunction events between satellites with collision risk analysis. **Analysis includes:** - Time of closest approach (TCA) - Miss distance in kilometers -… |
| Export | ||
| GET |
exportData /v1/export |
Export large datasets in CSV or JSON format for offline analysis. **Available datasets:** - positions: Satellite position history - satellites: Complete satellite catalog -… |
| Streaming | ||
| GET |
streamPositions /v1/stream |
Establish WebSocket connection for real-time satellite position updates. **Connection details:** - Protocol: WebSocket (ws:// or wss://) - Authentication: Include API key in… |
Satellite Tracking Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $9.99 / month | 10 / second |
|
| PRO Recommended | $19.9 / month | 9978 / second |
|
| ULTRA | $49.99 / month | 19972 / second |
|
| MEGA | $100 / month | — |
|