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

{
  "id": 499,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/499/?format=api",
  "name": "SR75",
  "description": "Single-stage suborbital sounding rocket developed by German private company HyImpulse. Used to offer commercial microgravity services and as a test bed for the company's SL1 orbital rocket.",
  "family": "",
  "full_name": "SR75",
  "manufacturer": {
    "id": 1066,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1066/?format=api",
    "name": "HyImpulse",
    "featured": false,
    "type": "Private",
    "country_code": "DEU",
    "abbrev": "HYI",
    "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.",
    "administrator": "CEO: Mario Kobald",
    "founding_year": "2018",
    "launchers": "SR75 | SL1",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 1,
    "consecutive_successful_launches": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 1,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://hyimpulse.de/en/",
    "wiki_url": "https://en.wikipedia.org/wiki/HyImpulse",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hyimpulse_logo_20230818080330.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hyimpulse_nation_20230818080330.png"
  },
  "program": [],
  "variant": "",
  "alias": "",
  "min_stage": 1,
  "max_stage": 1,
  "length": null,
  "diameter": 0.64,
  "maiden_flight": "2024-05-03",
  "launch_mass": null,
  "leo_capacity": null,
  "gto_capacity": null,
  "to_thrust": 75,
  "apogee": 200,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sr75_image_20230818080919.jpeg",
  "info_url": "https://hyimpulse.de/en/products/4-project-2-sounding-rocket",
  "wiki_url": null,
  "total_launch_count": 1,
  "consecutive_successful_launches": 1,
  "successful_launches": 1,
  "failed_launches": 0,
  "pending_launches": 0
}