TheSpaceDevs LL2 API · Example Payload
Thespacedevs List Upcoming Launches Example
SpaceSatellitesLaunchesRocketsAstronauts
Thespacedevs List Upcoming Launches Example is an example object payload from TheSpaceDevs LL2 API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://ll.thespacedevs.com/2.3.0/launches/upcoming/",
"params": {
"limit": 5,
"format": "json"
}
},
"response": {
"status": 200,
"body": {
"count": 342,
"next": "https://ll.thespacedevs.com/2.3.0/launches/upcoming/?limit=5&offset=5",
"previous": null,
"results": [
{
"id": "a8c9e7d2-b12f-4e5a-8c0d-f1e2a3b4c5d6",
"name": "Falcon 9 Block 5 | Starlink Group 12-1",
"status": {
"id": 1,
"name": "Go for Launch",
"abbrev": "Go",
"description": "Current T-0 confirmed by official or reliable sources."
},
"net": "2026-05-05T02:30:00Z",
"window_start": "2026-05-05T02:30:00Z",
"window_end": "2026-05-05T06:30:00Z",
"probability": 85,
"rocket": {
"id": 12345,
"configuration": {
"id": 164,
"name": "Falcon 9 Block 5",
"family": "Falcon",
"full_name": "Falcon 9 Block 5"
}
},
"mission": {
"id": 6789,
"name": "Starlink Group 12-1",
"description": "A batch of Starlink broadband internet satellites to low Earth orbit.",
"type": "Communications",
"orbit": {
"id": 8,
"name": "Low Earth Orbit",
"abbrev": "LEO"
}
},
"pad": {
"id": 80,
"name": "Space Launch Complex 40",
"latitude": "28.56194122",
"longitude": "-80.57735736",
"location": {
"id": 12,
"name": "Cape Canaveral, FL, USA",
"country_code": "USA"
}
},
"launch_service_provider": {
"id": 121,
"name": "SpaceX",
"abbrev": "SpaceX",
"type": "Commercial"
}
}
]
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/thespacedevs-list-upcoming-launches-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.