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

{
    "id": 439,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/439/?format=api",
    "name": "Titan IIIC",
    "active": false,
    "reusable": false,
    "description": "The Titan IIIC was an expendable launch system used by the United States Air Force from 1965 until 1982. It was the first Titan booster to feature large solid rocket motors and was planned to be used as a launcher for the Dyna-Soar, though the spaceplane was cancelled before it could fly. The majority of the launcher's payloads were DoD satellites, for military communications and early warning, though one flight (ATS-6) was performed by NASA. The Titan IIIC was launched exclusively from Cape Canaveral while its sibling, the Titan IIID, was launched only from Vandenberg AFB.",
    "family": "Titan",
    "full_name": "Titan IIIC",
    "manufacturer": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "LMT",
        "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
        "administrator": null,
        "founding_year": "1953",
        "launchers": "Titan | Agena",
        "spacecraft": "Hubble | JUNO | InSight",
        "launch_library_url": null,
        "total_launch_count": 80,
        "consecutive_successful_launches": 38,
        "successful_launches": 77,
        "failed_launches": 3,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.lockheedmartin.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Lockheed_Martin",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "IIIC",
    "alias": "",
    "min_stage": 2,
    "max_stage": 3,
    "length": 42.0,
    "diameter": 3.0,
    "maiden_flight": "1965-06-18",
    "launch_cost": null,
    "launch_mass": 626,
    "leo_capacity": 13100,
    "gto_capacity": 3000,
    "to_thrust": 10586,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": "",
    "wiki_url": "https://en.wikipedia.org/wiki/Titan_IIIC",
    "total_launch_count": 36,
    "consecutive_successful_launches": 8,
    "successful_launches": 34,
    "failed_launches": 2,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}