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__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046
SEARCH EXAMPLE: /2.0.0/launcher/?search=expended Searches through serial number or status
ORDERING: Fields - 'id', 'flight_proven', Example - /2.0.0/launcher/?order=flight_proven
GET /2.0.0/launcher/?format=api&offset=10&ordering=-id
{ "count": 186, "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=20&ordering=-id", "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&ordering=-id", "results": [ { "id": 241, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/241/?format=api", "flight_proven": false, "serial_number": "Unknown12A", "status": "N/A", "details": "Booster serial number unknown.", "launcher_config": { "id": 538, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/538/?format=api", "name": "Long March 12A", "family": "Long March", "full_name": "Long March 12A", "variant": "" }, "image_url": null, "flights": null, "last_launch_date": null, "first_launch_date": null }, { "id": 240, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/240/?format=api", "flight_proven": true, "serial_number": "B1101", "status": "active", "details": "Falcon 9 booster.", "launcher_config": { "id": 164, "launch_library_id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" }, "image_url": "https://thespacedevs-dev.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": 239, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/239/?format=api", "flight_proven": true, "serial_number": "B1100", "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, "launch_library_id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" }, "image_url": null, "flights": 6, "last_launch_date": "2026-05-26T14:50:34Z", "first_launch_date": "2025-11-23T08:48:00Z" }, { "id": 238, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/238/?format=api", "flight_proven": true, "serial_number": "GS1-SN002", "status": "active", "details": "Second New Glenn first stage booster. Named \"Never Tell Me The Odds\". Used for the second New Glenn launch with EscaPADE, becoming the first New Glenn Stage 1 booster (GS1) to be recovered. \r\n\r\nCurrently it's slated for re-use on New Glenn's third launch with AST SpaceMobile's BlueBird Block 2 FM2.", "launcher_config": { "id": 138, "launch_library_id": 1001, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/138/?format=api", "name": "New Glenn", "family": "New Glenn", "full_name": "New Glenn", "variant": "" }, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_20251119073646.jpg", "flights": 2, "last_launch_date": "2026-04-19T11:25:00Z", "first_launch_date": "2025-11-13T20:55:01Z" }, { "id": 237, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/237/?format=api", "flight_proven": false, "serial_number": "Callisto", "status": "active", "details": "Callisto flight model", "launcher_config": { "id": 524, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/524/?format=api", "name": "Callisto", "family": "", "full_name": "Callisto", "variant": "" }, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/callisto_render_image_20250916093902.webp", "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 236, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/236/?format=api", "flight_proven": false, "serial_number": "T1E", "status": "active", "details": "T1E, which stands for Themis 1-Engine Evolution, is the second Themis demonstrator flight model, designed for medium-altitude hop tests at the Esrange Space Center in Sweden.", "launcher_config": { "id": 523, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/523/?format=api", "name": "Themis Demonstrator", "family": "", "full_name": "Themis Demonstrator", "variant": "" }, "image_url": null, "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 235, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/235/?format=api", "flight_proven": false, "serial_number": "T1H", "status": "active", "details": "T1H, which stands for Themis 1-Engine Hop, is the first Themis demonstrator flight model, designed for low-altitude hop tests at the Esrange Space Center in Sweden.", "launcher_config": { "id": 523, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/523/?format=api", "name": "Themis Demonstrator", "family": "", "full_name": "Themis Demonstrator", "variant": "" }, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg", "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 234, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/234/?format=api", "flight_proven": false, "serial_number": "Booster 18", "status": "destroyed", "details": "First Block 3 Super Heavy booster with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Originally planned for usage on the 12th Starship flight test, but was written off after severely damaged during gas system pressure testing on 21 November 2025.", "launcher_config": { "id": 522, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/522/?format=api", "name": "Starship", "family": "Starship", "full_name": "Starship V3", "variant": "V3" }, "image_url": null, "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 201, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/201/?format=api", "flight_proven": false, "serial_number": "B1098", "status": "expended", "details": "Falcon Heavy core booster expended during the ViaSat-3 F3 mission.", "launcher_config": { "id": 161, "launch_library_id": 58, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api", "name": "Falcon Heavy", "family": "Falcon", "full_name": "Falcon Heavy", "variant": "Heavy" }, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/viasat-3_f3_lau_image_20260429200823.jpg", "flights": 1, "last_launch_date": "2026-04-29T14:13:00Z", "first_launch_date": "2026-04-29T14:13:00Z" }, { "id": 200, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/200/?format=api", "flight_proven": false, "serial_number": "Unknown SH", "status": "N/A", "details": "Super Heavy for this launch is not yet known.", "launcher_config": { "id": 464, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api", "name": "Starship", "family": "Starship", "full_name": "Starship V1", "variant": "V1" }, "image_url": null, "flights": null, "last_launch_date": null, "first_launch_date": null } ] }