Public catalogOpen APIa source on every field

Every object in orbit, on the record.

Search 16,022 tracked objects, inspect the source behind every field, and pull the same records through a read-only API. CelesTrak orbit data, GCAT launch records, and Wikidata enrichment, fused into one cited catalog.

16,022
Tracked objects
15,620
Active payloads
3
Primary sources
6
Orbit regimes
#01Catalog by orbit regime

Where the catalog is crowded.

Counts run against the live table, not a static graphic. Low Earth orbit dominates because active mega-constellations live there.

Orbit distribution
Live table count / normalized band
UTC
  • LEO: 11,528 objects, 72.0% of catalog
  • SSO: 3,382 objects, 21.1% of catalog
  • GEO: 586 objects, 3.7% of catalog
  • VLEO: 299 objects, 1.9% of catalog
  • MEO: 184 objects, 1.1% of catalog
  • HEO: 42 objects, 0.3% of catalog
#02Provenance model

A register, not scraped trivia.

Claim

A source on every field

Operator, launch mass, orbit class, and status are stored as source claims with confidence levels. Unknown data stays unknown.

Fuse

Three catalogs, reconciled

CelesTrak orbital elements, GCAT launch records, and Wikidata metadata join on COSPAR and NORAD identifiers.

Open

Open data, open API

The compiled database is ODbL licensed. Developers can inspect records in the UI or query them through the same API.

API v1source claims included
# fetch one object with source-backed fields
$ curl -H "Authorization: Bearer ow_..." \
  https://www.orbitalwiki.com/api/v1/satellites/25544

{
  "name": "ISS (ZARYA)",
  "orbit_class": "LEO",
  "claims": [{ "source": "WIKIDATA",
    "confidence": "CONFIRMED" }]
}