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

{
    "id": 74,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/74/?format=api",
    "name": "Safir 1B",
    "active": true,
    "reusable": false,
    "description": "",
    "family": "Nodong",
    "full_name": "Safir 1B",
    "manufacturer": {
        "id": 34,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/34/?format=api",
        "name": "Iranian Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "IRN",
        "abbrev": "ISA",
        "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.",
        "administrator": "Morteza Barari",
        "founding_year": "2004",
        "launchers": "Safir | Simorgh",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 14,
        "consecutive_successful_launches": 1,
        "successful_launches": 5,
        "failed_launches": 9,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.isa.ir/",
        "wiki_url": "http://en.wikipedia.org/wiki/Iranian_Space_Agency",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/iranian2520space2520agency_logo_20200422091550.jpg",
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "1B",
    "alias": "",
    "min_stage": 1,
    "max_stage": 2,
    "length": 22.0,
    "diameter": 1.25,
    "maiden_flight": "2012-05-23",
    "launch_cost": null,
    "launch_mass": 26,
    "leo_capacity": 0,
    "gto_capacity": 0,
    "to_thrust": 255,
    "apogee": 250,
    "vehicle_range": null,
    "image_url": null,
    "info_url": null,
    "wiki_url": null,
    "total_launch_count": 3,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 3,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}