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

{
  "id": 466,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/466/?format=api",
  "name": "MOMO v1",
  "description": "Momo is a Japanese sounding rocket capable of delivering 20 kg to a height of 100 km. It is privately developed by Interstellar Technologies Inc. (IST).\r\n\r\nThe v1 upgrade includes a higher thrust engine with a silica fiber reinforced plastic nozzle, as well as increased mass and length.",
  "family": "MOMO",
  "full_name": "MOMO v1",
  "manufacturer": {
    "id": 1002,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1002/?format=api",
    "name": "Interstellar Technologies",
    "featured": false,
    "type": "Commercial",
    "country_code": "JPN",
    "abbrev": "ISTECH",
    "description": "Interstellar Technologies, Inc. (Japanese: インターステラテクノロジズ(株) Hepburn: Intāsutera Tekunorojizu (kabu)) is a Japanese NewSpace company. It is a rocket spacelaunch company developing the MOMO launcher. Its stated goal is to reduce the cost of access to space. In 2017, it became the first Japanese company to launch a privately developed space rocket, though the launch was unsuccessful. The company plans to complete a rocket by 2020 that would be capable of launching small satellites into orbit.",
    "administrator": "President: Takahiro Inagawa",
    "founding_year": "2005",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 7,
    "consecutive_successful_launches": 2,
    "successful_launches": 3,
    "failed_launches": 4,
    "pending_launches": 1,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.istellartech.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_logo_20190705173722.png",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_nation_20190705173723.png"
  },
  "program": [],
  "variant": "v1",
  "alias": "",
  "min_stage": 1,
  "max_stage": 1,
  "length": 10.1,
  "diameter": 0.5,
  "maiden_flight": "2021-07-03",
  "launch_mass": 1,
  "leo_capacity": null,
  "gto_capacity": null,
  "to_thrust": 14,
  "apogee": 100,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
  "info_url": "http://www.istellartech.com/technology/momo",
  "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies",
  "total_launch_count": 2,
  "consecutive_successful_launches": 2,
  "successful_launches": 2,
  "failed_launches": 0,
  "pending_launches": 0
}