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

{
    "id": 265,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/265/?format=api",
    "name": "Blue Scout Jr",
    "description": "The XRM-91 Blue Scout Junior (sometimes called Journeyman B) was a rocket of the U.S. Air Force's System 609A Blue Scout family.",
    "family": "Blue Scout",
    "full_name": "Blue Scout Jr",
    "manufacturer": {
        "id": 1006,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1006/?format=api",
        "name": "Vought",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "Vought was the name of several related American aerospace firms. These have included, in the past, Lewis and Vought Corporation, Chance Vought, Vought-Sikorsky, LTV Aerospace (part of Ling-Temco-Vought), Vought Aircraft Companies, and Vought Aircraft Industries. The first incarnation of Vought was established by Chance M. Vought and Birdseye Lewis in 1917. In 1928, it was acquired by United Aircraft and Transport Corporation, which a few years later became United Aircraft Corporation; this was the first of many reorganizations and buyouts. During the 1920s and 1930s, Vought Aircraft and Chance Vought specialized in carrier-based aircraft for the United States Navy, by far its biggest customer. Chance Vought produced thousands of planes during World War II, including the F4U Corsair. Vought became independent again in 1954, and was purchased by Ling-Temco-Vought in 1961. The company designed and produced a variety of planes and missiles throughout the Cold War. Vought was sold from LTV and owned in various degrees by the Carlyle Group and Northrop Grumman in the early 1990s. It was then fully bought by Carlyle, renamed Vought Aircraft Industries, with headquarters in Dallas, Texas. In June 2010, the Carlyle Group sold Vought to the Triumph Group.",
        "administrator": null,
        "founding_year": "1917",
        "launchers": "",
        "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": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vought",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "Jr",
    "alias": "",
    "min_stage": 4,
    "max_stage": 4,
    "length": 12.4,
    "diameter": 0.79,
    "maiden_flight": "1960-09-21",
    "launch_mass": 5,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 222,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue_scout_juni_image_20240411084702.png",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Scout_(rocket_family)",
    "total_launch_count": 8,
    "consecutive_successful_launches": 8,
    "successful_launches": 8,
    "failed_launches": 0,
    "pending_launches": 0
}