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

{
  "id": 252,
  "launch_library_id": null,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/252/?format=api",
  "name": "Atlas I",
  "description": "The Atlas I was a US expendable launch system manufactured by General Dynamics in the 1990s to launch a variety of satellites.",
  "family": "Atlas",
  "full_name": "Atlas I",
  "manufacturer": {
    "id": 106,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api",
    "name": "General Dynamics",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "GD",
    "description": null,
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 11,
    "consecutive_successful_launches": 7,
    "successful_launches": 9,
    "failed_launches": 2,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.gd.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/General_Dynamics",
    "logo_url": null,
    "image_url": null,
    "nation_url": null
  },
  "program": [],
  "variant": "I",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 43.9,
  "diameter": 3.05,
  "maiden_flight": "1990-07-25",
  "launch_mass": 164,
  "leo_capacity": 5900,
  "gto_capacity": null,
  "to_thrust": 1939,
  "apogee": null,
  "vehicle_range": null,
  "image_url": null,
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Atlas_I",
  "total_launch_count": 11,
  "consecutive_successful_launches": 7,
  "successful_launches": 9,
  "failed_launches": 2,
  "pending_launches": 0
}