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

{
    "id": 194,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/194/?format=api",
    "name": "Kuaizhou-11",
    "active": true,
    "reusable": false,
    "description": "The Kuaizhou-11 (KZ-11), is a planned Chinese commercial launch vehicle.\r\n\r\nReportedly, the payload is about 1000 kg for low earth orbit and 700 kg for a sun-synchronous orbit.\r\n\r\nThe three stage rocket is possibly based on the DF-31 missile. It consists of three solid-fueled stages. The principal diameter is 2.2 m and the launch weight is 78 tons. the first stage features four grid rudders. The vehicle is launched from a launch truck.",
    "family": "Kuaizhou",
    "full_name": "Kuaizhou-11",
    "manufacturer": {
        "id": 194,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
        "name": "ExPace",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "EP",
        "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
        "administrator": "CEO: Zhang Di",
        "founding_year": "2016",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 29,
        "consecutive_successful_launches": 0,
        "successful_launches": 25,
        "failed_launches": 4,
        "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/ExPace",
        "logo_url": null,
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/expace_nation_20230608044150.png"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": null,
    "diameter": 2.2,
    "maiden_flight": "2020-07-10",
    "launch_cost": null,
    "launch_mass": 78,
    "leo_capacity": 1000,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_11_lif_image_20240520155835.jpg",
    "info_url": null,
    "wiki_url": null,
    "total_launch_count": 3,
    "consecutive_successful_launches": 2,
    "successful_launches": 2,
    "failed_launches": 1,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}