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

{
    "id": 380,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/380/?format=api",
    "name": "Start",
    "active": false,
    "reusable": false,
    "description": "Russian orbital launch vehicle. Launch vehicle based on decommissioned SS-25 ICBM's  launched from mobile transporter.",
    "family": "Start",
    "full_name": "Start",
    "manufacturer": {
        "id": 1011,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1011/?format=api",
        "name": "Moscow Institute of Thermal Technology",
        "featured": false,
        "type": "Commercial",
        "country_code": "RUS",
        "abbrev": "MITT",
        "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.",
        "administrator": null,
        "founding_year": null,
        "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/Moscow_Institute_of_Thermal_Technology",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 5,
    "max_stage": 5,
    "length": 28.9,
    "diameter": 1.61,
    "maiden_flight": "1995-03-28",
    "launch_cost": "10500000",
    "launch_mass": 60,
    "leo_capacity": 645,
    "gto_capacity": null,
    "to_thrust": 887,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": null,
    "wiki_url": null,
    "total_launch_count": 1,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}