API endpoint that allows Launcher Configurations to be viewed.

GET:
Return a list of all the existing launcher configurations.

MODE:
Normal and Detailed
/2.0.0/config/launcher/?mode=detailed

FILTERS:
Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'manufacturer__launch_library_id'

Get all Launchers with the Launch Library ID of 44.
Example - /2.0.0/config/launcher/?manufacturer__launch_library_id=44

Get all Launchers with the Agency with name NASA.
Example - /2.0.0/config/launcher/?manufacturer__name=NASA

GET /2.0.0/config/launcher/131/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 131,
    "launch_library_id": 156,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/131/?format=api",
    "name": "Ariane 5 G",
    "description": "The original version is dubbed Ariane 5 G (Generic) and had a launch mass of 737 tonnes. Its payload capability to geostationary transfer orbit (GTO) was 6,900 kg (15,200 lb) for a single satellite or 6,100 kg (13,400 lb) for dual launches. It flew 17 times with one failure and two partial failures.",
    "family": "Ariane 5",
    "full_name": "Ariane 5 G",
    "manufacturer": {
        "id": 1044,
        "url": "https://ll.thespacedevs.com/2.0.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": "G",
    "alias": "",
    "min_stage": 0,
    "max_stage": 2,
    "length": 57.0,
    "diameter": 5.4,
    "maiden_flight": "1996-06-04",
    "launch_mass": 737,
    "leo_capacity": 12200,
    "gto_capacity": 6900,
    "to_thrust": null,
    "apogee": 40000,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252052520g_image_20190222030331.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Ariane_5",
    "total_launch_count": 16,
    "consecutive_successful_launches": 6,
    "successful_launches": 13,
    "failed_launches": 3,
    "pending_launches": 0
}