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=flight_proven
{ "count": 191, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=180&ordering=flight_proven", "results": [ { "id": 80, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/80/?format=api", "flight_proven": true, "serial_number": "SN6", "status": "scrapped", "details": "Starship SN6 first flew on Sept. 3rd in Boca Chica, Texas with a single Raptor engine. It flew to height of 150m before landing safely. SN6 was scrapped in January 2021.", "launcher_config": { "id": 207, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api", "name": "Starship Prototype", "family": "Starship", "full_name": "Starship Prototype", "variant": "Prototype" }, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/80_image_20210421034912.png", "flights": 1, "last_launch_date": "2020-09-03T17:48:00Z", "first_launch_date": "2020-09-03T17:48:00Z" } ] }