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/533/?format=api
{ "id": 533, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/533/?format=api", "name": "Nova", "active": true, "reusable": true, "description": "Stoke Space’s Nova launch vehicle is a planned fully reusable 2-stage rocket.\r\n\r\nThe 1st stage uses 7 Zenith Full-flow staged-combustion (FFSC) engines using Liquified natural gas/liquid oxygen (LNG/LOX) as fuel, with restartable capability and landing legs for landing. \r\n\r\nThe 2nd stage is unconventionally designed around a 24-thrust chamber liquid hydrogen/liquid oxygen (LH2/LOX) expander cycle rocket engine that surrounds a regeneratively cooled heat shield, thus enabling the upper stage to return to Earth from orbit without thermal tiles. The nozzle accommodates deep throttle operation even in the presence of atmospheric pressure and serves as an actively cooled metallic heat shield during atmospheric reentry. There is also a center passive bleed that aims to create an aerospike engine-like effect for improved efficiency.", "family": "Nova", "full_name": "Nova", "manufacturer": { "id": 1048, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1048/?format=api", "name": "Stoke Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Stoke", "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.", "administrator": "CEO: Andy Lapsa", "founding_year": "2020", "launchers": "", "spacecraft": "", "launch_library_url": null, "total_launch_count": 0, "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 0, "pending_launches": 1, "consecutive_successful_landings": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "info_url": "https://www.stokespace.com/", "wiki_url": "https://en.wikipedia.org/wiki/Stoke_Space", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke2520space_logo_20230308081301.png", "image_url": null, "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke_space_log_image_20251115205144.png" }, "program": [], "variant": "", "alias": "", "min_stage": 2, "max_stage": 2, "length": 40.2, "diameter": 4.2, "maiden_flight": null, "launch_cost": null, "launch_mass": 227, "leo_capacity": 3000, "gto_capacity": 2500, "to_thrust": 3110, "apogee": null, "vehicle_range": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke_space_nov_image_20251115203820.jpeg", "info_url": "https://www.stokespace.com/nova/", "wiki_url": "https://en.wikipedia.org/wiki/Stoke_Space_Nova", "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 }