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

{
  "id": 483,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/483/?format=api",
  "name": "Kinetica 1",
  "description": "Kinetica 1 (also known as Lijian-1, Chinese: 力箭一号) is a Chinese solid-propellant light launch vehicle. It is capable of placing about 2 tons into low earth orbit and 1.5 tons into sun-synchronous orbit. It is developed by CAS Space, a subsidiary of the Chinese Academy of Sciences. Kinetica 1 is a light launcher whose first stage seems to be derived from the DF-31 long-range intercontinental ballistic missile. It is 30 m high and has a diameter of 2.65 m, with a liftoff mass of 135 t. It's the largest Chinese solid propellant launcher to date, with four stages with a thrust of 200, 100, 50 and 10 tons respectively. The fairing has a diameter of 3.35 meters.",
  "family": "",
  "full_name": "Kinetica 1",
  "manufacturer": {
    "id": 1040,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
    "name": "CAS Space",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "CAS",
    "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
    "administrator": null,
    "founding_year": "2018",
    "launchers": "Zhongke",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 12,
    "consecutive_successful_launches": 6,
    "successful_launches": 11,
    "failed_launches": 1,
    "pending_launches": 1,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://cas-space.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_nation_20230604193435.png"
  },
  "program": [],
  "variant": "",
  "alias": "",
  "min_stage": 4,
  "max_stage": 4,
  "length": 30.0,
  "diameter": 2.65,
  "maiden_flight": "2022-07-27",
  "launch_mass": 135,
  "leo_capacity": 2000,
  "gto_capacity": null,
  "to_thrust": 1961,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
  "info_url": "https://en.cas-space.com/index/index/technology",
  "wiki_url": null,
  "total_launch_count": 11,
  "consecutive_successful_launches": 5,
  "successful_launches": 10,
  "failed_launches": 1,
  "pending_launches": 1
}