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

{
    "id": 493,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
    "name": "Space Shuttle",
    "description": "The Space Shuttle is a retired, partially reusable low Earth orbital spacecraft system operated from 1981 to 2011 by the U.S. National Aeronautics and Space Administration (NASA) as part of the Space Shuttle program. Its official program name was Space Transportation System (STS). Five complete Space Shuttle orbiter vehicles were built and flown on a total of 135 missions from 1981 to 2011.",
    "family": "Space Shuttle",
    "full_name": "Space Shuttle",
    "manufacturer": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "featured": true,
        "type": "Government",
        "country_code": "USA",
        "abbrev": "NASA",
        "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
        "administrator": "Administrator: Bill Nelson",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "launch_library_url": null,
        "total_launch_count": 135,
        "consecutive_successful_launches": 11,
        "successful_launches": 115,
        "failed_launches": 20,
        "pending_launches": 6,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.nasa.gov",
        "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
    },
    "program": [
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.0.0/program/6/?format=api",
            "name": "Space Shuttle",
            "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
            "start_date": "1981-04-12T12:00:03Z",
            "end_date": "2011-07-08T15:29:00Z",
            "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
        }
    ],
    "variant": "",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 56.1,
    "diameter": 8.0,
    "maiden_flight": "1981-04-12",
    "launch_mass": 2030,
    "leo_capacity": 27500,
    "gto_capacity": null,
    "to_thrust": 28200,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle",
    "total_launch_count": 135,
    "consecutive_successful_launches": 22,
    "successful_launches": 133,
    "failed_launches": 2,
    "pending_launches": 0
}