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

{
    "id": 444,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
    "name": "Tsiklon-2A",
    "description": "The Tsyklon was a Soviet-designed expendable launch system, primarily used to put Cosmos satellites into low Earth orbit. It is based on the R-36 intercontinental ballistic missile designed by Mikhail Yangel and made eight launches, with seven successes and one failure. All of its launches were conducted from LC-90 at the Baikonur Cosmodrome. It is sometimes designated Tsyklon-2A, not to be confused with the later Tsyklon-2 rocket. It was introduced in 1967 and was derived from the R-36 ICBM (NATO designation SS-9 Scarp). It was retired in 1969.",
    "family": "Tsiklon",
    "full_name": "Tsiklon-2A",
    "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": "2A",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 39.7,
    "diameter": 3.0,
    "maiden_flight": "1967-10-27",
    "launch_mass": 182,
    "leo_capacity": 3000,
    "gto_capacity": null,
    "to_thrust": 2366,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": "",
    "wiki_url": "https://en.wikipedia.org/wiki/Tsyklon",
    "total_launch_count": 8,
    "consecutive_successful_launches": 0,
    "successful_launches": 7,
    "failed_launches": 1,
    "pending_launches": 0
}