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

{
    "id": 136,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/136/?format=api",
    "name": "Angara 1.2",
    "active": true,
    "reusable": false,
    "description": "The Angara 1.2 is the base launcher for the Angara launch family that uses a modular approach to create multiple launch vehicle configurations for various mission requirements. The Angara 1.2 consists of a standard Universal Rocket Module for the core stage and either a modified Block I Upper Stage or a Briz-KM upper stage.",
    "family": "Angara",
    "full_name": "Angara 1.2",
    "manufacturer": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "featured": true,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "KhSC",
        "description": "Khrunichev State Research and Production Space Center is a Moscow-based producer of spacecraft and space-launch systems, including the Proton and Rokot rockets and is currently developing the Angara rocket family. The Proton launch vehicle launches from Baikonur and Rokot launches from Baikonur and Plesetsk. Angara will launch from Plesetsk and Vostochny.",
        "administrator": "Director: Andrey Vladimirovich Kalinovskiy",
        "founding_year": "1916",
        "launchers": "Proton | Rokot",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 194,
        "consecutive_successful_launches": 5,
        "successful_launches": 179,
        "failed_launches": 15,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.khrunichev.ru/main.php?lang=en",
        "wiki_url": "http://en.wikipedia.org/wiki/Khrunichev_State_Research_and_Production_Space_Center",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_logo_20190207032444.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_image_20190207032444.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/khrunichev_stat_image_20240409071747.jpg"
    },
    "program": [],
    "variant": "1.2",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 41.5,
    "diameter": 2.9,
    "maiden_flight": "2014-07-09",
    "launch_cost": "31000000",
    "launch_mass": 171,
    "leo_capacity": 3700,
    "gto_capacity": null,
    "to_thrust": 1920,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara25201.2_image_20190224012254.jpeg",
    "info_url": "http://www.ilslaunch.com/node/4680",
    "wiki_url": "https://en.wikipedia.org/wiki/Angara_(rocket_family)#Angara_1.2",
    "total_launch_count": 2,
    "consecutive_successful_launches": 2,
    "successful_launches": 2,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}