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=180&ordering=-flight_proven
{ "count": 182, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=170&ordering=-flight_proven", "results": [ { "id": 128, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/128/?format=api", "flight_proven": false, "serial_number": "Booster 9", "status": "destroyed", "details": "Super Heavy booster that was used for the second Starship integrated flight test and lost after separation.", "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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/128_image_20230824083027.jpeg", "flights": 1, "last_launch_date": "2023-11-18T13:02:50Z", "first_launch_date": "2023-11-18T13:02:50Z" }, { "id": 103, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/103/?format=api", "flight_proven": false, "serial_number": "Booster 4", "status": "retired", "details": "First Super Heavy booster to complete a cryogenic proof test at the Orbital Launch Pad, as well as the first full stack cryogenic proof test for a Starship vehicle. Booster 4 is now on display at SpaceX's Rocket Garden in Boca Chica.", "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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/103_image_20210807065411.jpg", "flights": 0, "last_launch_date": null, "first_launch_date": null } ] }