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

{
    "id": 175,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
    "name": "Minotaur I",
    "active": true,
    "reusable": false,
    "description": "The Minotaur I launch system is derived from converted Minuteman II ICBMs and is used to launch small satellites for the US Government. The first and second stages, taken directly from decommissioned Minuteman missiles, are mated to the Orion third and fourth stages taken from the Pegasus XL air-launched rocket family. An optional hydrazine-powered fifth stage called HAPS can be used.The Minotaur I launch system is derived from converted Minuteman II ICBMs and is used to launch small satellites for the US Government. An optional hydrazine-powered fifth stage called HAPS can be used.",
    "family": "Minotaur",
    "full_name": "Minotaur I",
    "manufacturer": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "OSC",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 72,
        "consecutive_successful_launches": 0,
        "successful_launches": 65,
        "failed_launches": 7,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.orbital.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Orbital_Sciences_Corporation",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "",
    "alias": "Minotaur OSP-SLV",
    "min_stage": 4,
    "max_stage": 5,
    "length": 19.21,
    "diameter": 1.67,
    "maiden_flight": "2000-01-27",
    "launch_cost": null,
    "launch_mass": 36,
    "leo_capacity": 580,
    "gto_capacity": null,
    "to_thrust": 935,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
    "info_url": null,
    "wiki_url": "http://en.wikipedia.org/wiki/Minotaur_I",
    "total_launch_count": 12,
    "consecutive_successful_launches": 12,
    "successful_launches": 12,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}