Launcher List
Modes
Levels of detail in the response - list, normal, detailed
Example - /launchers/?mode=list
Filters
Parameters - attempted_landings, attempted_landings__gt, attempted_landings__gte, attempted_landings__lt, attempted_landings__lte, first_launch_date, flight_proven, flights, flights__gt, flights__gte, flights__lt, flights__lte, id, id__contains, is_placeholder, last_launch_date, launcher_config__ids, launcher_config__manufacturer__name, launcher_config__manufacturer__name__contains, serial_number, serial_number__contains, status, successful_landings, successful_landings__gt, successful_landings__gte, successful_landings__lt, successful_landings__lte
Example - /launchers/?is_placeholder=True
Search
Fields searched - serial_number, status__name
Example - /launchers/?search=B1048
Ordering
Fields - attempted_landings, flight_proven, flights, id, successful_landings
Example - /launchers/?ordering=-flights
Number of results
Use limit to control the number of objects in the response (max 100)
Example - /launchers/?limit=2
Format
Switch to JSON output - /launchers/?format=json
Help
Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs
GET /2.3.0/launchers/?format=api&offset=180&ordering=-flight_proven
{ "count": 184, "next": null, "previous": "https://lldev.thespacedevs.com/2.3.0/launchers/?format=api&limit=10&offset=170&ordering=-flight_proven", "results": [ { "response_mode": "normal", "id": 154, "url": "https://lldev.thespacedevs.com/2.3.0/launchers/154/?format=api", "flight_proven": false, "serial_number": "B1089", "is_placeholder": false, "status": { "id": 2, "name": "expended" }, "image": { "id": 2466, "name": "Falcon Heavy launch with Europa Clipper (Side View)", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_la_image_20250912154542.jpeg", "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_la_image_thumbnail_20250912154542.jpeg", "credit": "SpaceX", "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": false, "variants": [] }, "details": "Falcon Heavy core booster expended during the Europa Clipper mission.", "successful_landings": 0, "attempted_landings": 0, "flights": 1, "last_launch_date": "2024-10-14T16:06:00Z", "first_launch_date": "2024-10-14T16:06:00Z", "fastest_turnaround": null }, { "response_mode": "normal", "id": 100, "url": "https://lldev.thespacedevs.com/2.3.0/launchers/100/?format=api", "flight_proven": false, "serial_number": "SN16", "is_placeholder": false, "status": { "id": 5, "name": "scrapped" }, "image": { "id": 1393, "name": "Starship SN10 in flight", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship2520sn_image_20210413205503.jpeg", "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192625.jpeg", "credit": "SpaceX", "license": { "id": 5, "name": "CC BY-NC 2.0", "priority": 1, "link": "https://creativecommons.org/licenses/by-nc/2.0/" }, "single_use": false, "variants": [] }, "details": "Last suborbital Starship prototype built after SN15, to which it is similar in design. SN16 was later scrapped as SpaceX gathered all data necessary through SN9-15 and shifted focus to the Orbital Flight Test.", "successful_landings": 0, "attempted_landings": 0, "flights": 0, "last_launch_date": null, "first_launch_date": null, "fastest_turnaround": null }, { "response_mode": "normal", "id": 147, "url": "https://lldev.thespacedevs.com/2.3.0/launchers/147/?format=api", "flight_proven": false, "serial_number": "B1087", "is_placeholder": false, "status": { "id": 2, "name": "expended" }, "image": { "id": 2121, "name": "B1087 liftoff (GOES-U)", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1086_liftoff__image_20240626195956.jpeg", "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1086_liftoff__image_thumbnail_20240626195956.jpeg", "credit": "SpaceX", "license": { "id": 5, "name": "CC BY-NC 2.0", "priority": 1, "link": "https://creativecommons.org/licenses/by-nc/2.0/" }, "single_use": true, "variants": [] }, "details": "Falcon Heavy core booster expended during the GOES-U mission.", "successful_landings": 0, "attempted_landings": 0, "flights": 1, "last_launch_date": "2024-06-25T21:26:00Z", "first_launch_date": "2024-06-25T21:26:00Z", "fastest_turnaround": null }, { "response_mode": "normal", "id": 237, "url": "https://lldev.thespacedevs.com/2.3.0/launchers/237/?format=api", "flight_proven": false, "serial_number": "Callisto", "is_placeholder": false, "status": { "id": 3, "name": "active" }, "image": { "id": 2476, "name": "Callisto render", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/callisto_render_image_20250916093902.webp", "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/callisto_render_image_thumbnail_20250916093902.jpeg", "credit": "CNES/Orbital Dreams", "license": { "id": 26, "name": "CNES Image Use Policy", "priority": 2, "link": "https://phototheque.cnes.fr/cnes/info2.do" }, "single_use": true, "variants": [] }, "details": "Callisto flight model", "successful_landings": 0, "attempted_landings": 0, "flights": 0, "last_launch_date": null, "first_launch_date": null, "fastest_turnaround": null } ] }