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

{
  "id": 507,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/507/?format=api",
  "name": "KAIROS",
  "description": "4-stage all solid fuel small satellite launch vehicle from the Japanese company Space One, founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan.",
  "family": "",
  "full_name": "Kii-based Advanced & Instant ROcket System",
  "manufacturer": {
    "id": 1083,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api",
    "name": "Space One",
    "featured": false,
    "type": "Commercial",
    "country_code": "JPN",
    "abbrev": "Space One",
    "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
    "administrator": null,
    "founding_year": "2018",
    "launchers": "KAIROS",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 3,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 3,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.space-one.co.jp/",
    "wiki_url": null,
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520one_logo_20240216144545.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520one_nation_20240216144545.png"
  },
  "program": [],
  "variant": "",
  "alias": "",
  "min_stage": 4,
  "max_stage": 4,
  "length": 18.0,
  "diameter": 1.35,
  "maiden_flight": "2024-03-13",
  "launch_mass": null,
  "leo_capacity": 250,
  "gto_capacity": null,
  "to_thrust": null,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kairos_image_20240216144656.jpeg",
  "info_url": "https://www.space-one.co.jp/",
  "wiki_url": null,
  "total_launch_count": 3,
  "consecutive_successful_launches": 0,
  "successful_launches": 0,
  "failed_launches": 3,
  "pending_launches": 0
}