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

{
  "id": 461,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
  "name": "Ceres-1",
  "description": "Ceres-1 is the first solid propellant launch vehicle of Galactic Energy.",
  "family": "Ceres-1",
  "full_name": "Ceres-1",
  "manufacturer": {
    "id": 1021,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
    "name": "Galactic Energy",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "GE",
    "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
    "administrator": null,
    "founding_year": "2018",
    "launchers": "Ceres-1 | Pallas-1",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 24,
    "consecutive_successful_launches": 0,
    "successful_launches": 21,
    "failed_launches": 3,
    "pending_launches": 1,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.galactic-energy.cn/index.php/En",
    "wiki_url": null,
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png"
  },
  "program": [],
  "variant": "Ceres-1",
  "alias": "",
  "min_stage": 3,
  "max_stage": 4,
  "length": null,
  "diameter": null,
  "maiden_flight": "2020-11-07",
  "launch_mass": null,
  "leo_capacity": 350,
  "gto_capacity": null,
  "to_thrust": 598,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
  "info_url": "http://www.galactic-energy.cn/index.php/En/List/cid/14",
  "wiki_url": null,
  "total_launch_count": 17,
  "consecutive_successful_launches": 0,
  "successful_launches": 15,
  "failed_launches": 2,
  "pending_launches": 0
}