/api/batch
Launches and news together for homepage dashboards.
curl https://orbtlapp.com/api/batch
Explore and interact with the Orbital Server API. Access comprehensive space launch data through our REST endpoints.
REST API
Use Orbital when you need upcoming launches, recent mission history, space news, agency metadata, weather, or cached media without wiring together multiple upstream APIs.
Quickstart
Start with upcoming launches, then use the url, image,
pad, mission, and provider fields to build launch cards,
timelines, or detail pages.
curl https://orbtlapp.com/api/launches/upcoming?limit=5
Common Endpoints
Launches and news together for homepage dashboards.
curl https://orbtlapp.com/api/batch
Upcoming launch list with mission, vehicle, pad, provider, image, and status data.
?limit=25
Recent historical launches, optionally filtered to successful launches.
?status=success
Recent spaceflight articles with source, summary, image, and publish time.
?limit=10
Weather by location or coordinates for launch context and conditions.
?lat=28.6&lon=-80.6
Cached image proxy with X-Cache, source, and long-lived cache headers.
/api/images/maps/{path}