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

{
    "id": 443,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/443/?format=api",
    "name": "Tsiklon-2",
    "description": "The Tsyklon-2 (cyclone-2), also known as Tsiklon-2 and Tsyklon-M, GRAU index 11K69, was a Ukrainian, previously Soviet orbital carrier rocket used from the 1960s to the late 2000s.",
    "family": "Tsiklon",
    "full_name": "Tsiklon-2",
    "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": "2",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 39.7,
    "diameter": 3.0,
    "maiden_flight": "1969-08-06",
    "launch_mass": 182,
    "leo_capacity": 2820,
    "gto_capacity": null,
    "to_thrust": 2366,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Tsyklon-2",
    "total_launch_count": 105,
    "consecutive_successful_launches": 18,
    "successful_launches": 103,
    "failed_launches": 2,
    "pending_launches": 0
}