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=520&ordering=-gto_capacity
{ "count": 523, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=510&ordering=-gto_capacity", "results": [ { "id": 13, "launch_library_id": 20, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/13/?format=api", "name": "Minotaur V", "manufacturer": { "id": 100, "url": "https://lldev.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 V", "variant": "", "reusable": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Minotaur_V" }, { "id": 40, "launch_library_id": 50, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/40/?format=api", "name": "Rokot/Briz-KM", "manufacturer": { "id": 163, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/163/?format=api", "name": "Russian Aerospace Defence Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "VKO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null }, "program": [], "family": "Rokot", "full_name": "Rokot/Briz-KM", "variant": "Briz-KM", "reusable": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Rokot" }, { "id": 465, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/465/?format=api", "name": "SpaceShipTwo", "manufacturer": { "id": 1024, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1024/?format=api", "name": "Virgin Galactic", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "VG", "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.", "administrator": "Founder: Richard Branson", "founding_year": "2004", "launchers": "VMS Eve", "spacecraft": "VSS Enterprise | VSS Unity", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg" }, "program": [], "family": "", "full_name": "SpaceShipTwo", "variant": "", "reusable": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/SpaceShipTwo" } ] }