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

{
  "id": 135,
  "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
  "name": "Kuaizhou 1A",
  "active": true,
  "reusable": false,
  "description": "Kuaizhou is a family of Chinese \"quick-reaction\" orbital launch vehicles. Flying since 2013, Kuaizhou 1 and 1A consist of three solid-fueled rocket stages, with a liquid-fueled fourth stage as part of the satellite system.",
  "family": "Kuaizhou",
  "full_name": "Kuaizhou 1A",
  "manufacturer": {
    "id": 194,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
    "name": "ExPace",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "EP",
    "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
    "administrator": "CEO: Zhang Di",
    "founding_year": "2016",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 33,
    "consecutive_successful_launches": 4,
    "successful_launches": 29,
    "failed_launches": 4,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/ExPace",
    "logo_url": null,
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/expace_nation_20230608044150.png"
  },
  "program": [],
  "variant": "1A",
  "alias": "",
  "min_stage": 4,
  "max_stage": 4,
  "length": 19.4,
  "diameter": 1.4,
  "maiden_flight": "2017-01-09",
  "launch_cost": null,
  "launch_mass": 30,
  "leo_capacity": 300,
  "gto_capacity": null,
  "to_thrust": null,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Kuaizhou",
  "total_launch_count": 31,
  "consecutive_successful_launches": 2,
  "successful_launches": 28,
  "failed_launches": 3,
  "pending_launches": 0,
  "attempted_landings": 0,
  "successful_landings": 0,
  "failed_landings": 0,
  "consecutive_successful_landings": 0
}