API endpoint that allows Launcher instances to be viewed.

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

FILTERS: Parameters - 'id', 'serial_number', 'flight_proven', 'launcher_config', 'launcher_config__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.0.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.0.0/launcher/?order=flight_proven

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

{
  "id": 67,
  "url": "https://lldev.thespacedevs.com/2.0.0/launcher/67/?format=api",
  "flight_proven": true,
  "serial_number": "SARGE 1",
  "status": "destroyed",
  "details": "Sarge 1 is the first SARGE reusable sounding rocket.",
  "launcher_config": {
    "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
  },
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/67_image_20190629182855.jpg",
  "successful_landings": 3,
  "attempted_landings": 4,
  "flights": 4,
  "last_launch_date": "2019-10-26T17:40:15Z",
  "first_launch_date": "2018-08-25T18:15:00Z"
}