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=160&ordering=-attempted_landings
{ "count": 164, "next": null, "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150&ordering=-attempted_landings", "results": [ { "id": 135, "url": "https://ll.thespacedevs.com/2.2.0/launcher/135/?format=api", "flight_proven": true, "serial_number": "33", "is_placeholder": false, "status": "expended", "details": "Booster used during the \"Virginia Is For Launch Lovers\" mission. First to launch from Wallops.", "launcher_config": { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api", "name": "Electron", "family": "", "full_name": "Electron", "variant": "" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230824193823.jpg", "flights": 1, "last_launch_date": "2023-01-24T23:00:00Z", "first_launch_date": "2023-01-24T23:00:00Z" }, { "id": 197, "url": "https://ll.thespacedevs.com/2.2.0/launcher/197/?format=api", "flight_proven": false, "serial_number": "B1096", "is_placeholder": false, "status": "active", "details": "Falcon 9 booster.", "launcher_config": { "id": 164, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" }, "image_url": null, "flights": 0, "last_launch_date": null, "first_launch_date": null }, { "id": 5, "url": "https://ll.thespacedevs.com/2.2.0/launcher/5/?format=api", "flight_proven": true, "serial_number": "F1 B0003", "is_placeholder": false, "status": "lost", "details": "Residual stage-1 thrust led to collision between stage 1 and stage 2.", "launcher_config": { "id": 133, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api", "name": "Falcon 1", "family": "Falcon", "full_name": "Falcon 1", "variant": "1" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/5_image_20230707190424.jpg", "flights": 1, "last_launch_date": "2008-08-03T03:34:00Z", "first_launch_date": "2008-08-03T03:34:00Z" }, { "id": 6, "url": "https://ll.thespacedevs.com/2.2.0/launcher/6/?format=api", "flight_proven": true, "serial_number": "F1 B0004", "is_placeholder": false, "status": "lost", "details": "Initially scheduled for 23–25 Sep, carried dummy payload – mass simulator, 165 kg (originally intended to be RazakSAT.", "launcher_config": { "id": 133, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api", "name": "Falcon 1", "family": "Falcon", "full_name": "Falcon 1", "variant": "1" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/6_image_20230707190325.jpg", "flights": 1, "last_launch_date": "2008-09-28T23:15:00Z", "first_launch_date": "2008-09-28T23:15:00Z" } ] }