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

{
    "id": 167,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/167/?format=api",
    "name": "Vega",
    "active": true,
    "reusable": false,
    "description": "Vega is the smallest lifter in the current Arianespace family.",
    "family": "Vega",
    "full_name": "Vega",
    "manufacturer": {
        "id": 159,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/159/?format=api",
        "name": "Avio S.p.A",
        "featured": false,
        "type": "Commercial",
        "country_code": "ITA",
        "abbrev": "Avio",
        "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
        "administrator": "CEO: Giulio Ranzo",
        "founding_year": "1908",
        "launchers": "Vega",
        "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.aviogroup.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Avio",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png",
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 4,
    "max_stage": 4,
    "length": 29.9,
    "diameter": 3.025,
    "maiden_flight": "2012-02-13",
    "launch_cost": "37000000",
    "launch_mass": 137,
    "leo_capacity": 1500,
    "gto_capacity": null,
    "to_thrust": 2974,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
    "info_url": "http://www.arianespace.com/vehicle/vega/",
    "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)",
    "total_launch_count": 21,
    "consecutive_successful_launches": 4,
    "successful_launches": 19,
    "failed_launches": 2,
    "pending_launches": 1,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}