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

{
  "id": 184,
  "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/184/?format=api",
  "name": "Molniya 8K78",
  "active": false,
  "reusable": false,
  "description": "The Molniya was a modification of the well-known R-7 Semyorka rocket and had four stages.\r\n\r\nThe 8K78 resulted from a crash program by the Korolev Bureau to develop a booster for launching planetary probes. A larger third stage was added along with a fourth stage (Blok L) that was designed to fire in-orbit to send the payload out of LEO. The basic R-7 core was also structurally strengthened and given more powerful engines. A rushed development produced multiple malfunctions of the upper stages, which led to its being replaced by the improved Molniya-M in 1964, but there were enough 8K78s left to continue flying them into 1967.",
  "family": "R-7",
  "full_name": "Molniya 8K78",
  "manufacturer": {
    "id": 270,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/270/?format=api",
    "name": "Strategic Rocket Forces",
    "featured": false,
    "type": "Government",
    "country_code": "RUS",
    "abbrev": "RVSN RF",
    "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).",
    "administrator": null,
    "founding_year": "1959",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 15,
    "consecutive_successful_launches": 1,
    "successful_launches": 12,
    "failed_launches": 3,
    "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/Strategic_Missile_Troops",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/strategic2520rocket2520forces_logo_20220309203231.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_nation_20190207032444.png"
  },
  "program": [],
  "variant": "8K78",
  "alias": "",
  "min_stage": 4,
  "max_stage": 4,
  "length": 43.44,
  "diameter": 3.0,
  "maiden_flight": "1960-10-10",
  "launch_cost": null,
  "launch_mass": 305,
  "leo_capacity": 1900,
  "gto_capacity": null,
  "to_thrust": 813,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Molniya_(rocket)",
  "total_launch_count": 40,
  "consecutive_successful_launches": 6,
  "successful_launches": 20,
  "failed_launches": 20,
  "pending_launches": 0,
  "attempted_landings": 0,
  "successful_landings": 0,
  "failed_landings": 0,
  "consecutive_successful_landings": 0
}