— LIVE · No launches
28 events

Operational Timeline

Launch Sites

Browse launch complexes worldwide and view site details.

0 / 20 monitoring

Launch Schedule

Loading launches...
Space Predictions
Live prediction markets from Polymarket — space launches, SpaceX, and orbital events.
VIEW ON POLYMARKET
Loading prediction markets...
Data sourced from Polymarket Gamma API. Markets are decentralized prediction markets — prices reflect crowd-estimated probabilities. Not financial advice. LaunchDetect is not affiliated with Polymarket.

Data Gateway

Launch event catalog with curated data products.

MISSION VEHICLE LAUNCH TIME VERDICT FRAMES ACTIONS
State of the Orbital Economy
Market Sentiment: BULLISH Global Spaceport Anomalies: 0 DETECTED

Retrieving Latest Breakout Transmission From Satellite Uplink Directory...

LaunchDetect's global weather satellite tracking array is processing live geospatial intelligence data streams. Real-time unclassified detection prevents latency in critical operational maneuvers for commercial and defense applications worldwide.

Awaiting Sector Analytics And Operator Reports...

Private sector constellations face increasing scrutiny as insurers and investors demand higher fidelity space situational awareness and unclassified tracking capabilities independent of government sources.

🔴 Global Live Feed Tape

Alerts

Control which push notifications you receive. All toggles are saved locally and honored by the server when sending notifications.

Push permission
checking…
Send a test notification
Get a push on this device right now to confirm everything's wired.
Launch alerts
Already a member?
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
LaunchDetect for Business
Custom enterprise pricing
✓ Volume pricing · annual contracts · SLA
Pipe the feed into your stack.
Data Gateway — publish to UDL / SpaceTrack
REST API + API keys
SLA + priority support
CONTACT SALES →
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
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": "..." } }