API endpoint that allows Launcher Configurations to be viewed.

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

MODE:
Normal and Detailed
/2.1.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.1.0/config/launcher/?manufacturer__launch_library_id=44

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

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

{
    "id": 161,
    "launch_library_id": 58,
    "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/161/?format=api",
    "name": "Falcon Heavy",
    "description": "The Falcon Heavy is a variant of the Falcon 9 full thrust launch vehicle and consists of a standard Falcon 9 rocket core, with two additional boosters derived from the Falcon 9 first stage.",
    "family": "Falcon",
    "full_name": "Falcon Heavy",
    "manufacturer": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.1.0/agencies/121/?format=api",
        "name": "SpaceX",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "SpX",
        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
        "administrator": "CEO: Elon Musk",
        "founding_year": "2002",
        "launchers": "Falcon | Starship",
        "spacecraft": "Dragon",
        "launch_library_url": null,
        "total_launch_count": 355,
        "consecutive_successful_launches": 56,
        "successful_launches": 344,
        "failed_launches": 11,
        "pending_launches": 137,
        "consecutive_successful_landings": 18,
        "successful_landings": 306,
        "failed_landings": 24,
        "attempted_landings": 329,
        "info_url": "http://www.spacex.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
    },
    "program": [],
    "variant": "Heavy",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 70.0,
    "diameter": 12.2,
    "maiden_flight": "2018-02-06",
    "launch_mass": 1400,
    "leo_capacity": 63800,
    "gto_capacity": 26700,
    "to_thrust": 22819,
    "apogee": 200,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_image_20220129192819.jpeg",
    "info_url": "https://www.spacex.com/vehicles/falcon-heavy/index.html",
    "wiki_url": "https://en.wikipedia.org/wiki/Falcon_Heavy",
    "total_launch_count": 9,
    "consecutive_successful_launches": 9,
    "successful_launches": 9,
    "failed_launches": 0,
    "pending_launches": 8
}