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

{
  "id": 197,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/197/?format=api",
  "name": "SARGE",
  "description": "The SARGE vehicle is based on the STIG B platform developed as part of Armadillo Aerospace's lunar lander program.\r\n\r\nThe SARGE vehicle employs a LOX-ethanol propulsion module based on the LE23000FC series engines, producing approximately 5500 lbs of thrust.\r\n\r\nThe airframe is a reusable sounding rocket with a 20 inches (51 cm) diameter, and is 36 feet (11 m) tall.\r\nHelium pressurant cold gas thrusters provide attitude control for pitch-roll-yaw and pointing capability.\r\n\r\nPayload must fit inside a 20 inches (51 cm) diameter cylinder, be no more than 36 inches (91 cm) tall (in its standard configuration) and weigh no more than 50 kilograms (110 lb).",
  "family": "",
  "full_name": "SARGE",
  "manufacturer": {
    "id": 1001,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1001/?format=api",
    "name": "EXOS Aerospace",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "EXOS",
    "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.",
    "administrator": "President: David Mitchell",
    "founding_year": "2014",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 4,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 4,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 3,
    "failed_landings": 1,
    "attempted_landings": 4,
    "info_url": "https://exosaero.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Exos_Aerospace",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_logo_20190629155319.png",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_nation_20190629165337.jpg"
  },
  "program": [],
  "variant": "",
  "alias": "",
  "min_stage": 1,
  "max_stage": 1,
  "length": 11.0,
  "diameter": 0.51,
  "maiden_flight": "2018-08-25",
  "launch_mass": null,
  "leo_capacity": null,
  "gto_capacity": null,
  "to_thrust": 24,
  "apogee": 80,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sarge_image_20191026175316.jpg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Exos_Aerospace#SARGE",
  "total_launch_count": 4,
  "consecutive_successful_launches": 0,
  "successful_launches": 0,
  "failed_launches": 4,
  "pending_launches": 0
}