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=180&ordering=-successful_landings
{ "count": 184, "next": null, "previous": "https://lldev.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=-successful_landings", "results": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/121/?format=api", "flight_proven": true, "serial_number": "B1079", "is_placeholder": false, "status": "expended", "details": "Falcon Heavy core booster expended during the Psyche mission.", "launcher_config": { "id": 161, "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/121_image_20231014091824.jpg", "flights": 1, "last_launch_date": "2023-10-13T14:19:43Z", "first_launch_date": "2023-10-13T14:19:43Z" }, { "id": 127, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/127/?format=api", "flight_proven": false, "serial_number": "B1084", "is_placeholder": false, "status": "expended", "details": "Falcon Heavy core booster expended during the USSF-52 mission.", "launcher_config": { "id": 161, "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/127_image_20231229222119.jpeg", "flights": 1, "last_launch_date": "2023-12-29T01:07:00Z", "first_launch_date": "2023-12-29T01:07:00Z" }, { "id": 93, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/93/?format=api", "flight_proven": false, "serial_number": "BN1", "is_placeholder": false, "status": "scrapped", "details": "BN1 was the first Super Heavy prototype built by SpaceX in Boca Chica, TX. It was used as a production and ground operations pathfinder.", "launcher_config": { "id": 463, "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/463/?format=api", "name": "Super Heavy Prototype", "family": "Starship", "full_name": "Super Heavy Prototype", "variant": "Prototype" }, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20210401104946.jpg", "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 137, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/137/?format=api", "flight_proven": false, "serial_number": "Booster 10", "is_placeholder": false, "status": "destroyed", "details": "Super Heavy booster used for the third Starship integrated flight test. It was lost to a hard water landing due to multiple Raptor engines failing to reignite.", "launcher_config": { "id": 464, "url": "https://lldev.thespacedevs.com/2.2.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/137_image_20231229222125.jpeg", "flights": 1, "last_launch_date": "2024-03-14T13:25:00Z", "first_launch_date": "2024-03-14T13:25:00Z" } ] }