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=190&ordering=id
{ "count": 192, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=180&ordering=id", "results": [ { "id": 256, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/256/?format=api", "flight_proven": false, "serial_number": "Booster 20", "status": "destroyed", "details": "Second Block 3 Super Heavy booster to fly with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Used on the 13th Starship flight test. It was lost at splashdown, having completed a nominal boostback burn, but performed its landing burn with fewer engines than planned.", "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": 1, "last_launch_date": "2026-07-24T22:51:00Z", "first_launch_date": "2026-07-24T22:51:00Z" }, { "id": 257, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/257/?format=api", "flight_proven": true, "serial_number": "ZQ-3 F2", "status": "lost", "details": "First stage booster used on the 2nd flight of LandSpace's Zhuque-3 rocket, which resulted in a successful landing, however it was damaged after tipped over due to post-landing fire induced landing leg failure.", "launcher_config": { "id": 539, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/539/?format=api", "name": "Zhuque-3", "family": "Zhuque", "full_name": "Zhuque-3", "variant": "" }, "image_url": null, "flights": 1, "last_launch_date": "2026-08-18T23:35:20Z", "first_launch_date": "2026-08-18T23:35:20Z" } ] }