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

{
    "id": 344,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/344/?format=api",
    "name": "Project Pilot",
    "active": false,
    "reusable": false,
    "description": "The NOTS-EV-1 Pilot, also known as NOTSNIK was an expendable launch system and anti-satellite weapon developed by the United States Navy's United States Naval Ordnance Test Station (NOTS).",
    "family": "",
    "full_name": "Project Pilot",
    "manufacturer": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
        "name": "US Navy",
        "featured": false,
        "type": "Government",
        "country_code": "USA",
        "abbrev": "USN",
        "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.",
        "administrator": null,
        "founding_year": "1963",
        "launchers": "",
        "spacecraft": "Vanguard 1-3 | Parker Solar Probe",
        "launch_library_url": null,
        "total_launch_count": 18,
        "consecutive_successful_launches": 0,
        "successful_launches": 3,
        "failed_launches": 15,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.navy.mil",
        "wiki_url": "http://en.wikipedia.org/wiki/US_Navy",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 5,
    "max_stage": 5,
    "length": 4.4,
    "diameter": 0.76,
    "maiden_flight": "1958-07-04",
    "launch_cost": null,
    "launch_mass": 0,
    "leo_capacity": 1,
    "gto_capacity": null,
    "to_thrust": 125,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": "",
    "wiki_url": "https://en.wikipedia.org/wiki/NOTS-EV-1_Pilot",
    "total_launch_count": 6,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 6,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}