Launcher List
API endpoint that allows Launcher instances to be viewed.
GET: Return a list of all the existing launcher instances.
FILTERS: Parameters - 'id', 'serial_number', 'flight_proven', 'launcher_config', 'launcher_config__ids', 'launcher_config__manufacturer__name', 'is_placeholder' Example - /2.2.0/launcher/?serial_number=B1046
SEARCH EXAMPLE: /2.2.0/launcher/?search=expended Searches through serial number or status
ORDERING: Fields - 'id', 'flight_proven', Example - /2.2.0/launcher/?order=flight_proven
GET /2.2.0/launcher/?format=api&offset=140&ordering=flight_proven
{ "count": 183, "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150&ordering=flight_proven", "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=130&ordering=flight_proven", "results": [ { "id": 240, "url": "https://ll.thespacedevs.com/2.2.0/launcher/240/?format=api", "flight_proven": true, "serial_number": "B1101", "is_placeholder": false, "status": "active", "details": "Falcon 9 booster.", "launcher_config": { "id": 164, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1101_at_slc-40_image_20260208171031.jpg", "flights": 2, "last_launch_date": "2026-02-13T10:15:56Z", "first_launch_date": "2026-01-04T06:48:10Z" }, { "id": 60, "url": "https://ll.thespacedevs.com/2.2.0/launcher/60/?format=api", "flight_proven": true, "serial_number": "NS-1", "is_placeholder": false, "status": "destroyed", "details": "New Shepard 1 was destroyed on landing during its first flight.", "launcher_config": { "id": 137, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api", "name": "New Shepard", "family": "", "full_name": "New Shepard", "variant": "" }, "image_url": null, "flights": 1, "last_launch_date": "2015-04-29T17:06:00Z", "first_launch_date": "2015-04-29T17:06:00Z" }, { "id": 196, "url": "https://ll.thespacedevs.com/2.2.0/launcher/196/?format=api", "flight_proven": true, "serial_number": "B1095", "is_placeholder": false, "status": "active", "details": "Falcon 9 booster debuting on Starlink Group 12-15.", "launcher_config": { "id": 164, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" }, "image_url": null, "flights": 5, "last_launch_date": "2026-01-30T07:22:00Z", "first_launch_date": "2025-05-21T03:19:10Z" }, { "id": 239, "url": "https://ll.thespacedevs.com/2.2.0/launcher/239/?format=api", "flight_proven": true, "serial_number": "B1100", "is_placeholder": false, "status": "active", "details": "Falcon 9 booster, with a special “100” logo in lieu of the usual serial number style painted on the booster.", "launcher_config": { "id": 164, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" }, "image_url": null, "flights": 3, "last_launch_date": "2026-02-11T17:11:29Z", "first_launch_date": "2025-11-23T08:48:00Z" }, { "id": 197, "url": "https://ll.thespacedevs.com/2.2.0/launcher/197/?format=api", "flight_proven": true, "serial_number": "B1096", "is_placeholder": false, "status": "active", "details": "Falcon 9 booster.", "launcher_config": { "id": 164, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1096_landing_a_image_20251219190526.jpg", "flights": 5, "last_launch_date": "2026-01-28T04:53:16Z", "first_launch_date": "2025-07-16T06:30:00Z" }, { "id": 108, "url": "https://ll.thespacedevs.com/2.2.0/launcher/108/?format=api", "flight_proven": true, "serial_number": "B1068", "is_placeholder": false, "status": "expended", "details": "Falcon Heavy core booster expended on its first flight as part of the ViaSat-3 Americas mission.", "launcher_config": { "id": 161, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api", "name": "Falcon Heavy", "family": "Falcon", "full_name": "Falcon Heavy", "variant": "Heavy" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520heav_image_20230426123306.jpeg", "flights": 1, "last_launch_date": "2023-05-01T00:26:00Z", "first_launch_date": "2023-05-01T00:26:00Z" }, { "id": 97, "url": "https://ll.thespacedevs.com/2.2.0/launcher/97/?format=api", "flight_proven": true, "serial_number": "20", "is_placeholder": false, "status": "retired", "details": "Booster used for Electron's 20th flight (Running Out Of Toes). Successfully splashed down offshore.", "launcher_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api", "name": "Electron", "family": "", "full_name": "Electron", "variant": "" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/97_image_20210511100944.jpg", "flights": 1, "last_launch_date": "2021-05-15T11:11:00Z", "first_launch_date": "2021-05-15T11:11:00Z" }, { "id": 104, "url": "https://ll.thespacedevs.com/2.2.0/launcher/104/?format=api", "flight_proven": true, "serial_number": "22", "is_placeholder": false, "status": "retired", "details": "Booster used for Electron's 22nd flight (Love At First Insight)", "launcher_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api", "name": "Electron", "family": "", "full_name": "Electron", "variant": "" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20211109093154.jpg", "flights": 1, "last_launch_date": "2021-11-18T01:38:13Z", "first_launch_date": "2021-11-18T01:38:13Z" }, { "id": 143, "url": "https://ll.thespacedevs.com/2.2.0/launcher/143/?format=api", "flight_proven": true, "serial_number": "24", "is_placeholder": false, "status": "expended", "details": "Booster used during the \"The Owl's Night Continues\" mission", "launcher_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api", "name": "Electron", "family": "", "full_name": "Electron", "variant": "" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231125063340.jpeg", "flights": 1, "last_launch_date": "2022-02-28T20:37:25Z", "first_launch_date": "2022-02-28T20:37:25Z" }, { "id": 142, "url": "https://ll.thespacedevs.com/2.2.0/launcher/142/?format=api", "flight_proven": true, "serial_number": "25", "is_placeholder": false, "status": "expended", "details": "Booster used during the \" Without Mission A Beat\" mission.", "launcher_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api", "name": "Electron", "family": "", "full_name": "Electron", "variant": "" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231125062800.jpg", "flights": 1, "last_launch_date": "2022-04-02T12:41:38Z", "first_launch_date": "2022-04-02T12:41:38Z" } ] }