Launcher Config Instance
API endpoint that allows Launcher Configurations to be viewed.
GET: Return a list of all the existing launcher configurations.
MODE: Normal and Detailed /2.2.0/config/launcher/?mode=detailed
FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'program', 'maiden_flight' 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings'
ORDERING: Fields - 'name', 'launch_mass', 'leo_capacity', 'gto_capacity', 'launch_cost', 'maiden_flight', 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings' Example - /2.2.0/config/launcher/?ordering=maiden_flight
Get all Launchers with the Agency with name NASA. Example - /2.2.0/config/launcher/?manufacturer__name=NASA
GET /2.2.0/config/launcher/531/?format=api
{ "id": 531, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/531/?format=api", "name": "SL1", "active": true, "reusable": false, "description": "3-stage orbital launch vehicle developed by German private company HyImpulse, with capability of up to 600 kg to Low Earth Orbit. All 3 stages are powered by hybrid rocket motors using paraffin and liquid oxygen as fuel.", "family": "", "full_name": "SL1", "manufacturer": { "id": 1066, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1066/?format=api", "name": "HyImpulse", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "HYI", "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.", "administrator": "CEO: Mario Kobald", "founding_year": "2018", "launchers": "SR75 | SL1", "spacecraft": "", "launch_library_url": null, "total_launch_count": 1, "consecutive_successful_launches": 1, "successful_launches": 1, "failed_launches": 0, "pending_launches": 1, "consecutive_successful_landings": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "info_url": "https://hyimpulse.de/en/", "wiki_url": "https://en.wikipedia.org/wiki/HyImpulse", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyimpulse_logo_20230818080330.png", "image_url": null, "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyimpulse_nation_20230818080330.png" }, "program": [], "variant": "", "alias": "", "min_stage": 3, "max_stage": 3, "length": 33.0, "diameter": 2.2, "maiden_flight": null, "launch_cost": null, "launch_mass": null, "leo_capacity": 600, "gto_capacity": null, "to_thrust": null, "apogee": null, "vehicle_range": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sl1_artist_impr_image_20251115042045.png", "info_url": "https://www.hyimpulse.de/en/products/5-project-3-mini-launcher", "wiki_url": "https://en.wikipedia.org/wiki/HyImpulse#Rockets", "total_launch_count": 0, "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 0, "pending_launches": 1, "attempted_landings": 0, "successful_landings": 0, "failed_landings": 0, "consecutive_successful_landings": 0 }