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=-leo_capacity
{ "count": 523, "next": null, "previous": "https://ll.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=510&ordering=-leo_capacity", "results": [ { "id": 168, "launch_library_id": 60, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/168/?format=api", "name": "GSLV Mk II", "manufacturer": { "id": 31, "url": "https://ll.thespacedevs.com/2.0.0/agencies/31/?format=api", "name": "Indian Space Research Organization", "featured": true, "type": "Government", "country_code": "IND", "abbrev": "ISRO", "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"", "administrator": "Chairman: V. Narayanan", "founding_year": "1969", "launchers": "PSLV | GSLV", "spacecraft": "Gaganyaan", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg" }, "program": [], "family": "GSLV", "full_name": "GSLV Mk. II", "variant": "", "reusable": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520ii_image_20190825171642.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Geosynchronous_Satellite_Launch_Vehicle" }, { "id": 65, "launch_library_id": 84, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/65/?format=api", "name": "Kuaizhou", "manufacturer": { "id": 184, "url": "https://ll.thespacedevs.com/2.0.0/agencies/184/?format=api", "name": "China Aerospace Science and Industry Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASIC", "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png" }, "program": [], "family": "Kuaizhou", "full_name": "Kuaizhou", "variant": "", "reusable": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou-1_lift_image_20240411121350.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Kuaizhou" }, { "id": 465, "launch_library_id": null, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api", "name": "SpaceShipTwo", "manufacturer": { "id": 1024, "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg" }, "program": [], "family": "", "full_name": "SpaceShipTwo", "variant": "", "reusable": true, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/SpaceShipTwo" } ] }