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

{
    "id": 450,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/450/?format=api",
    "name": "Volna",
    "active": false,
    "reusable": false,
    "description": "Space launch vehicle Volna is a converted Submarine-launched ballistic missile used for launching satellites into orbit. It is based on the R-29R designed by State Rocket Center Makayev and related to the Shtil' Launch Vehicle . The Volna is a 3-stage launch vehicle that uses liquid propellant. The warhead section is used for the payloads that can be either put into orbit with the help of an additional boost engine or travel along a sub-orbital trajectory to be recovered at the landing site. Volna can be launched from Delta III-class submarine or from land based facilities.",
    "family": "",
    "full_name": "Volna",
    "manufacturer": {
        "id": 1013,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1013/?format=api",
        "name": "Makeyev Rocket Design Bureau",
        "featured": false,
        "type": "Commercial",
        "country_code": "RUS",
        "abbrev": "",
        "description": "The JSC Makeyev Design Bureau is a Russian missile design company located in Miass, Russia.\r\n\r\nEstablished in December 1947 as SKB-385, the company is the main designer of submarine-launched ballistic missiles (SLBM) in Russia. The organization was named in honor of Victor Makeyev. Its full official name is State Rocket Center «Academician V.P. Makeev Design Bureau».\r\n\r\nIn 1965, SKB-385 was redesignated the Design Bureau of Machine-Building (KBM) under the Ministry of General Machine-Building.",
        "administrator": null,
        "founding_year": "1947",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 3,
        "consecutive_successful_launches": 1,
        "successful_launches": 2,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Makeyev_Rocket_Design_Bureau",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 14.1,
    "diameter": 1.9,
    "maiden_flight": "1975-01-01",
    "launch_cost": null,
    "launch_mass": 35,
    "leo_capacity": 120,
    "gto_capacity": null,
    "to_thrust": 682,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Volna",
    "total_launch_count": 1,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}