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/20/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 20,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
    "name": "Ariane 5 ECA",
    "active": false,
    "reusable": false,
    "description": "Ariane 5 is a heavy-lift launch vehicle, part of the Ariane rocket family.",
    "family": "Ariane 5",
    "full_name": "Ariane 5 ECA",
    "manufacturer": {
        "id": 1044,
        "url": "https://ll.thespacedevs.com/2.2.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: André-Hubert Roussel",
        "founding_year": "2015",
        "launchers": "Ariane",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.ariane.group/",
        "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG",
        "image_url": null,
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/arianegroup_nation_20230802053255.jpg"
    },
    "program": [],
    "variant": "ECA",
    "alias": "",
    "min_stage": 0,
    "max_stage": 2,
    "length": 57.7,
    "diameter": 5.4,
    "maiden_flight": "2002-12-11",
    "launch_cost": null,
    "launch_mass": 780,
    "leo_capacity": null,
    "gto_capacity": 10500,
    "to_thrust": 11400,
    "apogee": 40000,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Ariane_5",
    "total_launch_count": 73,
    "consecutive_successful_launches": 8,
    "successful_launches": 71,
    "failed_launches": 2,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}