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

{
    "id": 144,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/144/?format=api",
    "name": "SS-520",
    "active": false,
    "reusable": false,
    "description": "The fifth configuration of the SS-520, succeeded as the smallest rocket to put something into orbit. It holds this title to this day.",
    "family": "S-Series",
    "full_name": "SS-520-5",
    "manufacturer": {
        "id": 37,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
        "name": "Japan Aerospace Exploration Agency",
        "featured": true,
        "type": "Government",
        "country_code": "JPN",
        "abbrev": "JAXA",
        "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
        "administrator": "Administrator: Hiroshi Yamakawa",
        "founding_year": "2003",
        "launchers": "H-II",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 36,
        "consecutive_successful_launches": 1,
        "successful_launches": 32,
        "failed_launches": 4,
        "pending_launches": 4,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.jaxa.jp/",
        "wiki_url": "http://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png"
    },
    "program": [],
    "variant": "5",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": null,
    "diameter": 0.5,
    "maiden_flight": "2018-02-03",
    "launch_cost": null,
    "launch_mass": 3,
    "leo_capacity": 4,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": 1000,
    "vehicle_range": null,
    "image_url": null,
    "info_url": null,
    "wiki_url": "https://ja.wikipedia.org/wiki/SS-520%E3%83%AD%E3%82%B1%E3%83%83%E3%83%88",
    "total_launch_count": 1,
    "consecutive_successful_launches": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}