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=-flight_proven
{ "count": 184, "next": null, "previous": "https://lldev.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=-flight_proven", "results": [ { "id": 154, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/154/?format=api", "flight_proven": false, "serial_number": "B1089", "is_placeholder": false, "status": "expended", "details": "Falcon Heavy core booster expended during the Europa Clipper 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/falcon_heavy_la_image_20250912154542.jpeg", "flights": 1, "last_launch_date": "2024-10-14T16:06:00Z", "first_launch_date": "2024-10-14T16:06:00Z" }, { "id": 81, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/81/?format=api", "flight_proven": false, "serial_number": "SN7", "is_placeholder": false, "status": "destroyed", "details": "Intentionally destroyed during a pressurization test.", "launcher_config": { "id": 207, "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/207/?format=api", "name": "Starship Prototype", "family": "Starship", "full_name": "Starship Prototype", "variant": "Prototype" }, "image_url": null, "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 147, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/147/?format=api", "flight_proven": false, "serial_number": "B1087", "is_placeholder": false, "status": "expended", "details": "Falcon Heavy core booster expended during the GOES-U 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/b1086_liftoff__image_20240626195956.jpeg", "flights": 1, "last_launch_date": "2024-06-25T21:26:00Z", "first_launch_date": "2024-06-25T21:26:00Z" }, { "id": 237, "url": "https://lldev.thespacedevs.com/2.2.0/launcher/237/?format=api", "flight_proven": false, "serial_number": "Callisto", "is_placeholder": false, "status": "active", "details": "Callisto flight model", "launcher_config": { "id": 524, "url": "https://lldev.thespacedevs.com/2.2.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 } ] }