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": 183, "next": null, "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=-flight_proven", "results": [ { "id": 75, "url": "https://ll.thespacedevs.com/2.2.0/launcher/75/?format=api", "flight_proven": false, "serial_number": "Mk1", "is_placeholder": false, "status": "destroyed", "details": "Starship Mk1 was partially destroyed during max pressure tank testing, when the forward LOX tank ruptured along a weld line of the craft's steel structure, propelling the bulkhead several meters upwards.", "launcher_config": { "id": 207, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/207/?format=api", "name": "Starship Prototype", "family": "Starship", "full_name": "Starship Prototype", "variant": "Prototype" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_mk1_at_image_20240307091751.jpeg", "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 236, "url": "https://ll.thespacedevs.com/2.2.0/launcher/236/?format=api", "flight_proven": false, "serial_number": "T1E", "is_placeholder": false, "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, "url": "https://ll.thespacedevs.com/2.2.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": 81, "url": "https://ll.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://ll.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 } ] }