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": 186, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/186/?format=api", "flight_proven": false, "serial_number": "GS1-SN001", "status": "lost", "details": "First New Glenn first stage booster. Named \"So You’re Telling Me There’s a Chance\". Lost on its first flight during descent towards LPV1 Jacklyn.", "launcher_config": { "id": 138, "launch_library_id": 1001, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/138/?format=api", "name": "New Glenn", "family": "New Glenn", "full_name": "New Glenn", "variant": "" }, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn001_on_th_image_20250111175829.jpg", "flights": 1, "last_launch_date": "2025-01-16T07:03:00Z", "first_launch_date": "2025-01-16T07:03:00Z" } ] }