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

{
    "id": 457,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/457/?format=api",
    "name": "Zenit-2SB",
    "description": "Zenit is a family of space launch vehicles designed by the Yuzhnoye Design Bureau in Dnipro, Ukraine, which was then part of the Soviet Union.",
    "family": "Zenith",
    "full_name": "Zenit-2SB",
    "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": "2SB",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": null,
    "diameter": 3.9,
    "maiden_flight": "2011-11-08",
    "launch_mass": null,
    "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/Zenit_(rocket_family)",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0
}