API endpoint that allows Launcher Configurations to be viewed.

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

MODE:
Normal and Detailed
/2.2.0/config/launcher/?mode=detailed

FILTERS:
Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'program', 'maiden_flight'
'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches',
'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings',
'consecutive_successful_landings'

ORDERING:
Fields - 'name', 'launch_mass', 'leo_capacity', 'gto_capacity', 'launch_cost', 'maiden_flight',
'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches',
'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings',
'consecutive_successful_landings'
Example - /2.2.0/config/launcher/?ordering=maiden_flight

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

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

{
    "id": 107,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/107/?format=api",
    "name": "Redstone",
    "active": false,
    "reusable": false,
    "description": "The Mercury-Redstone Launch Vehicle, designed for NASA's Project Mercury, was the first American manned space booster. It was used for six sub-orbital Mercury flights from 1960–61; culminating with the launch of the first, and 11 weeks later, the second American (and the second and third humans) in space. The four subsequent Mercury human spaceflights used the more powerful Atlas booster to enter low Earth orbit.\r\n\r\nA member of the Redstone rocket family, it was derived from the U.S. Army's Redstone ballistic missile and the first stage of the related Jupiter-C launch vehicle; but to human-rate it, the structure and systems were modified to improve safety and reliability.",
    "family": "Redstone",
    "full_name": "Redstone MRLV",
    "manufacturer": {
        "id": 158,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/158/?format=api",
        "name": "Chrysler",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "CHR",
        "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.",
        "administrator": null,
        "founding_year": "1950",
        "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": "http://www.chryslergroupllc.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Chrysler_Corporation#Space_boosters",
        "logo_url": null,
        "image_url": null,
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chrysler_nation_20190701071744.png"
    },
    "program": [
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/program/2/?format=api",
            "name": "Mercury",
            "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
            "start_date": "1958-10-07T00:00:00Z",
            "end_date": "1963-05-16T23:24:02Z",
            "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ],
    "variant": "MRLV",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": 25.41,
    "diameter": 1.78,
    "maiden_flight": "1960-11-21",
    "launch_cost": null,
    "launch_mass": 30,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": 260,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/redstone_image_20190207032627.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Mercury-Redstone_Launch_Vehicle",
    "total_launch_count": 6,
    "consecutive_successful_launches": 5,
    "successful_launches": 5,
    "failed_launches": 1,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}