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=530&ordering=leo_capacity
{ "count": 532, "next": null, "previous": "https://ll.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=520&ordering=leo_capacity", "results": [ { "id": 149, "launch_library_id": 174, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/149/?format=api", "name": "Ariane 5 GS", "manufacturer": { "id": 1044, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1044/?format=api", "name": "ArianeGroup", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "AG", "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.", "administrator": "CEO: Christophe Bruneau", "founding_year": "2015", "launchers": "Ariane", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg" }, "program": [], "family": "Ariane", "full_name": "Ariane 5 GS", "variant": "GS", "reusable": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_gs_image_20240307183745.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Ariane_5" }, { "id": 54, "launch_library_id": 72, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/54/?format=api", "name": "Long March 6", "manufacturer": { "id": 88, "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api", "name": "China Aerospace Science and Technology Corporation", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.", "administrator": "Chairman & President: Lei Fanpei", "founding_year": "1999", "launchers": "Long March", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg" }, "program": [], "family": "Long March", "full_name": "Long March 6", "variant": "", "reusable": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_6_image_20210709074933.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Long_March_6" } ] }