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

{
  "id": 344,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/344/?format=api",
  "name": "Project Pilot",
  "description": "The NOTS-EV-1 Pilot, also known as NOTSNIK was an expendable launch system and anti-satellite weapon developed by the United States Navy's United States Naval Ordnance Test Station (NOTS).",
  "family": "",
  "full_name": "Project Pilot",
  "manufacturer": {
    "id": 166,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/166/?format=api",
    "name": "US Navy",
    "featured": false,
    "type": "Government",
    "country_code": "USA",
    "abbrev": "USN",
    "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.",
    "administrator": null,
    "founding_year": "1963",
    "launchers": "",
    "spacecraft": "Vanguard 1-3 | Parker Solar Probe",
    "launch_library_url": null,
    "total_launch_count": 18,
    "consecutive_successful_launches": 0,
    "successful_launches": 3,
    "failed_launches": 15,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.navy.mil",
    "wiki_url": "https://en.wikipedia.org/wiki/US_Navy",
    "logo_url": null,
    "image_url": null,
    "nation_url": null
  },
  "program": [],
  "variant": "",
  "alias": "",
  "min_stage": 5,
  "max_stage": 5,
  "length": 4.4,
  "diameter": 0.76,
  "maiden_flight": "1958-07-04",
  "launch_mass": 0,
  "leo_capacity": 1,
  "gto_capacity": null,
  "to_thrust": 125,
  "apogee": null,
  "vehicle_range": null,
  "image_url": null,
  "info_url": "",
  "wiki_url": "https://en.wikipedia.org/wiki/NOTS-EV-1_Pilot",
  "total_launch_count": 6,
  "consecutive_successful_launches": 0,
  "successful_launches": 0,
  "failed_launches": 6,
  "pending_launches": 0
}