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

{
    "id": 352,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/352/?format=api",
    "name": "R-36O 8K69M",
    "description": "The R-36O was the only orbiting military nuclear weapon ever deployed, although in order to remain legal under international treaties it was a 'fractional orbital' weapon. Although American infrared early warning satellites invalidated the 'surprise attack' component of the concept, 18 missiles were operational from 1969 to 1983.",
    "family": "R-36O",
    "full_name": "R-36O 8K69M",
    "manufacturer": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/112/?format=api",
        "name": "Yuzhnoye Design Bureau",
        "featured": false,
        "type": "Commercial",
        "country_code": "UKR",
        "abbrev": "OKB-586",
        "description": "Yuzhnoye Design Office, located in Dnipro, Ukraine, is a designer of satellites and rockets, and formerly of Soviet intercontinental ballistic missiles (ICBMs) established by Mikhail Yangel in 1951. The Zenit launch vehicle currently launches from Baikonur Cosmodrome but also used to launch from an ocean platform, Odyssey.",
        "administrator": "Director: Alexander Degtyarev",
        "founding_year": "1951",
        "launchers": "Zenit",
        "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": "http://www.yuzhnoye.com/en/home/",
        "wiki_url": "http://en.wikipedia.org/wiki/Yuzhnoye_Design_Bureau",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_logo_20190207032505.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_image_20190207032505.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_nation_20190207032505.png"
    },
    "program": [],
    "variant": "8K69M",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 35.0,
    "diameter": 3.0,
    "maiden_flight": "1970-09-25",
    "launch_mass": 180,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": "",
    "wiki_url": "https://en.wikipedia.org/wiki/Fractional_Orbital_Bombardment_System",
    "total_launch_count": 2,
    "consecutive_successful_launches": 2,
    "successful_launches": 2,
    "failed_launches": 0,
    "pending_launches": 0
}