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/551/?format=api
{ "id": 551, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/551/?format=api", "name": "Firefly Alpha Block 2", "active": true, "reusable": false, "description": "Firefly Alpha (Firefly α) is a two-stage orbital expendable launch vehicle developed by the American aerospace company Firefly Aerospace to cover the commercial small satellite launch market. Alpha is intended to provide launch options for both full vehicle and ride share customers.\r\n\r\nThe Block 2 version features increased length and structural strength for both stages, optimized propellant tanks and consolidated in-house batteries and avionics.", "family": "Firefly Alpha", "full_name": "Firefly Alpha Block 2", "manufacturer": { "id": 265, "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api", "name": "Firefly Aerospace", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "FA", "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.", "administrator": "CEO: Peter Schumacher", "founding_year": "2014", "launchers": "", "spacecraft": "", "launch_library_url": null, "total_launch_count": 6, "consecutive_successful_launches": 0, "successful_launches": 3, "failed_launches": 3, "pending_launches": 5, "consecutive_successful_landings": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "info_url": "https://firefly.com/", "wiki_url": "https://en.wikipedia.org/wiki/Firefly_Aerospace", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg", "image_url": null, "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_nation_20230531050520.jpg" }, "program": [], "variant": "Block 2", "alias": "", "min_stage": 2, "max_stage": 2, "length": 31.6, "diameter": 1.82, "maiden_flight": null, "launch_cost": "15000000", "launch_mass": 54, "leo_capacity": 1030, "gto_capacity": null, "to_thrust": 736, "apogee": null, "vehicle_range": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg", "info_url": "https://fireflyspace.com/news/firefly-aerospace-announces-alpha-block-ii-configuration-upgrade-for-flight-8/", "wiki_url": "https://en.wikipedia.org/wiki/Firefly_Alpha", "total_launch_count": 0, "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 0, "pending_launches": 4, "attempted_landings": 0, "successful_landings": 0, "failed_landings": 0, "consecutive_successful_landings": 0 }