API endpoint that allows Launcher Configurations to be viewed.

GET: Return a list of all the existing launcher configurations.

MODE: Normal and Detailed /2.0.0/config/launcher/?mode=detailed

FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'manufacturer__launch_library_id'

Get all Launchers with the Launch Library ID of 44. Example - /2.0.0/config/launcher/?manufacturer__launch_library_id=44

Get all Launchers with the Agency with name NASA. Example - /2.0.0/config/launcher/?manufacturer__name=NASA

GET /2.0.0/config/launcher/494/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 494,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/494/?format=api",
  "name": "Miura 1",
  "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://lldev.thespacedevs.com/2.0.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": 2,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.pldspace.com/en/",
    "wiki_url": "https://en.wikipedia.org/wiki/PLD_Space",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/payload2520aerospace2520s.l._logo_20230530095525.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pld_space_socia_image_20260217091104.jpg"
  },
  "program": [],
  "variant": "",
  "alias": "",
  "min_stage": 1,
  "max_stage": 1,
  "length": 12.7,
  "diameter": 0.7,
  "maiden_flight": "2023-10-07",
  "launch_mass": 3,
  "leo_capacity": null,
  "gto_capacity": null,
  "to_thrust": 30,
  "apogee": 150,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.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
}