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://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=180&ordering=flight_proven", "results": [ { "id": 187, "url": "https://ll.thespacedevs.com/2.0.0/launcher/187/?format=api", "flight_proven": true, "serial_number": "NS-5", "status": "active", "details": "5th New Shepard booster.", "launcher_config": { "id": 137, "launch_library_id": 9999, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api", "name": "New Shepard", "family": "", "full_name": "New Shepard", "variant": "" }, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg", "flights": 6, "last_launch_date": "2025-12-20T14:15:00Z", "first_launch_date": "2024-10-23T15:27:00Z" } ] }