LaunchDetect — Real-time space launch detection from geostationary satellites

— LIVE · No launches
Academy

Operational Timeline

Launch Schedule

Loading launches...
Already a member?
Your LaunchDetect account
Sign in to reach the live dashboard, the message bus and your API keys.
The 3D globe, launch schedule and upcoming-launch timeline are open to everyone — no account needed.
Never miss a launch.
Every rocket on Earth. The moment it lifts off.
Silver
$4.99 /mo
✓ 7-day free trial · cancel anytime
See launches before the news does.
Prelaunch predictions + windows
Live thermal imagery + confidence
Access to community features
Free
$0 /mo
The live 3D globe. Forever.
Live launches on the globe
What’s free, what’s paid
The live 3D globe, launch schedule, and upcoming-launch timeline are always free — no account required. Silver and Gold are optional subscriptions that unlock LaunchDetect’s proprietary thermal detection data: live launch predictions, confidence scores, plume imagery, historical archive, community sightings, and AR Sky View.
Auto-renewal. Silver and Gold are auto-renewing subscriptions. Your payment method is charged at confirmation of purchase. Subscriptions renew for the same price and term until auto-renew is turned off at least 24 hours before the end of the current period. Manage or cancel anytime in Settings → Apple ID → Subscriptions.Manage or cancel anytime from your billing portal after sign-in.
No card required · upgrade anytime
Evaluating for your org? connect@launchdetect.com
Tour & briefing
New here, or just want a refresher? Replay the mission briefing.
Bookmark auto-play
On detection frames the tour circles the view in a full 360°. Turn off to hold the frame still instead.
Language
Switches the app's UI text to your language. Translations are machine-generated; brand names + technical identifiers (Falcon 9, ISS, Starlink) stay in English. Choice syncs across your devices.
API KEYS
Manage your LaunchDetect API keys for programmatic access.
0/3 keys used
Loading API keys...
API DOCUMENTATION
REST API reference for programmatic access to launch data products.
BASE URL
https://launchdetect.com/api/data
AUTHENTICATION
Include your API key in the x-api-key request header.
Rate limit: 100 requests/minute (Premium) | 10,000 requests/minute (Enterprise)
ENDPOINTS
METHOD
PATH
DESCRIPTION
GET
/api/data/events
List all launch events with prediction summaries
GET
/api/data/events/{id}/prediction
Get launch prediction for a specific event
GET
/api/data/events/{id}/event
Get detection result for a specific event
GET
/api/data/events/{id}/thermal
Get thermal frame inventory for an event
GET
/api/data/events/{id}/thermal/{n}
Get presigned URL for raw thermal data (NPZ)
EXAMPLE
curl -H "x-api-key: YOUR_KEY" \ https://launchdetect.com/api/data/events
RESPONSE FORMAT
{ "data": { ... }, "meta": { "requestId": "...", "generatedAt": "..." } }
Error responses: { "error": { "code": "...", "message": "..." } }