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=190&ordering=flights
{ "count": 191, "next": null, "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=180&ordering=flights", "results": [ { "id": 255, "url": "https://ll.thespacedevs.com/2.2.0/launcher/255/?format=api", "flight_proven": false, "serial_number": "Unknown10B", "is_placeholder": true, "status": "N/A", "details": "Booster serial number unknown.", "launcher_config": { "id": 554, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/554/?format=api", "name": "Long March 10B", "family": "Long March", "full_name": "Long March 10B", "variant": "" }, "image_url": null, "flights": null, "last_launch_date": null, "first_launch_date": null } ] }