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

{
    "id": 494,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/494/?format=api",
    "name": "Miura 1",
    "active": true,
    "reusable": true,
    "description": "MIURA 1 is a single stage launch vehicle powered by liquid oxygen and kerosene. The vehicle is designed,\r\nintegrated and operated by PLD Space.",
    "family": "Miura",
    "full_name": "Miura 1",
    "manufacturer": {
        "id": 1051,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1051/?format=api",
        "name": "Payload Aerospace S.L.",
        "featured": false,
        "type": "Commercial",
        "country_code": "ESP",
        "abbrev": "PLD Space",
        "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.",
        "administrator": "CEO: Raúl Torres",
        "founding_year": "2011",
        "launchers": "Miura 1 | Miura 5",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 1,
        "successful_launches": 1,
        "failed_launches": 0,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.pldspace.com/en/",
        "wiki_url": "https://en.wikipedia.org/wiki/PLD_Space",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/payload2520aerospace2520s.l._logo_20230530095525.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/payload2520aerospace2520s.l._nation_20230530104423.jpg"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": 12.7,
    "diameter": 0.7,
    "maiden_flight": "2023-10-07",
    "launch_cost": null,
    "launch_mass": 3,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 30,
    "apogee": 150,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/miura_1_image_20230530100729.png",
    "info_url": "https://pldspace.com/images/MIURA_1/MIURA1_Payload_Users_Guide.pdf",
    "wiki_url": "https://en.wikipedia.org/wiki/Miura_1",
    "total_launch_count": 1,
    "consecutive_successful_launches": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}