Launcher Config List
API endpoint that allows Launcher Configurations to be viewed.
GET: Return a list of all the existing launcher configurations.
MODE: Normal and Detailed /2.0.0/config/launcher/?mode=detailed
FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'manufacturer__launch_library_id'
Get all Launchers with the Launch Library ID of 44. Example - /2.0.0/config/launcher/?manufacturer__launch_library_id=44
Get all Launchers with the Agency with name NASA. Example - /2.0.0/config/launcher/?manufacturer__name=NASA
GET /2.0.0/config/launcher/?format=api&offset=510&ordering=-gto_capacity
{ "count": 511, "next": null, "previous": "https://ll.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=500&ordering=-gto_capacity", "results": [ { "id": 85, "launch_library_id": 110, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/85/?format=api", "name": "Minotaur IV", "manufacturer": { "id": 100, "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api", "name": "Orbital Sciences Corporation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "OSC", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, "program": [], "family": "Minotaur", "full_name": "Minotaur IV+", "variant": "+", "reusable": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520iv_image_20190222030607.jpeg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Minotaur_IV" } ] }