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

{
  "id": 477,
  "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/477/?format=api",
  "name": "Long March 8 (Core Only)",
  "active": true,
  "reusable": false,
  "description": "Long March 8 (Chinese: 长征八号运载火箭) is an orbital launch vehicle developed by the China Academy of Launch Vehicle Technology to launch up to 5000 kg to a 700 km altitude Sun-synchronous orbit (SSO). \r\n\r\nThe \"Core Only\" is based on the Long March 7 with its first stage, along with the existing liquid hydrogen burning 3rd stage of the Long March 3A/3B/3C and 7A as its 2nd stage. This version can lift 3000 kg to a 700 km altitude SSO.",
  "family": "Long March",
  "full_name": "Long March 8 (Core Only)",
  "manufacturer": {
    "id": 88,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
    "name": "China Aerospace Science and Technology Corporation",
    "featured": true,
    "type": "Government",
    "country_code": "CHN",
    "abbrev": "CASC",
    "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
    "administrator": "Chairman & President: Lei Fanpei",
    "founding_year": "1999",
    "launchers": "Long March",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 584,
    "consecutive_successful_launches": 10,
    "successful_launches": 569,
    "failed_launches": 15,
    "pending_launches": 11,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 1,
    "attempted_landings": 1,
    "info_url": "https://english.spacechina.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/China_Aerospace_Science_and_Technology_Corporation",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png"
  },
  "program": [],
  "variant": "8",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 48.0,
  "diameter": 3.35,
  "maiden_flight": "2022-02-27",
  "launch_cost": null,
  "launch_mass": 198,
  "leo_capacity": null,
  "gto_capacity": null,
  "to_thrust": 2400,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cz-8_2528core-_image_20240315181855.png",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Long_March_8",
  "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
}