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

{
    "id": 191,
    "launch_library_id": 220,
    "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/191/?format=api",
    "name": "Proton",
    "description": "This four stage version of the Proton was originally designed to send manned circumlunar spacecraft into translunar trajectory.",
    "family": "Proton / UR-500",
    "full_name": "Proton / UR-500 K/D",
    "manufacturer": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.1.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "featured": true,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "RFSA",
        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
        "administrator": "Administrator: Yuri Borisov",
        "founding_year": "1992",
        "launchers": "Soyuz",
        "spacecraft": "Soyuz",
        "launch_library_url": null,
        "total_launch_count": 322,
        "consecutive_successful_launches": 46,
        "successful_launches": 311,
        "failed_launches": 11,
        "pending_launches": 9,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://en.roscosmos.ru/",
        "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg"
    },
    "program": [],
    "variant": "K/D",
    "alias": "",
    "min_stage": 4,
    "max_stage": 4,
    "length": 57.0,
    "diameter": 4.0,
    "maiden_flight": "1967-03-10",
    "launch_mass": 696,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 8847,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Proton-K",
    "total_launch_count": 39,
    "consecutive_successful_launches": 14,
    "successful_launches": 24,
    "failed_launches": 15,
    "pending_launches": 0
}