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

{
  "id": 121,
  "launch_library_id": 164,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
  "name": "Ariane 62",
  "description": "The Ariane 6 family is currently under development by the European Space Agency, with two variations including the Ariane 62 with two solid boosters intended for government and scientific missions.",
  "family": "Ariane",
  "full_name": "Ariane 62",
  "manufacturer": {
    "id": 1044,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1044/?format=api",
    "name": "ArianeGroup",
    "featured": false,
    "type": "Commercial",
    "country_code": "FRA",
    "abbrev": "AG",
    "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.",
    "administrator": "CEO: Christophe Bruneau",
    "founding_year": "2015",
    "launchers": "Ariane",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.ariane.group/",
    "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianegroup_nation_20230802053255.jpg"
  },
  "program": [],
  "variant": "62",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 63.0,
  "diameter": 5.4,
  "maiden_flight": "2024-07-09",
  "launch_mass": 530,
  "leo_capacity": 10900,
  "gto_capacity": 5100,
  "to_thrust": 10370,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
  "info_url": "https://www.arianespace.com/wp-content/uploads/2017/02/Ariane6_Users-Manual_February2017.pdf",
  "wiki_url": "https://en.wikipedia.org/wiki/Ariane_6",
  "total_launch_count": 5,
  "consecutive_successful_launches": 5,
  "successful_launches": 5,
  "failed_launches": 0,
  "pending_launches": 8
}