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

{
  "id": 153,
  "launch_library_id": 172,
  "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/153/?format=api",
  "name": "Soyuz",
  "description": "",
  "family": "Soyuz",
  "full_name": "Soyuz 2.1v",
  "manufacturer": {
    "id": 175,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/175/?format=api",
    "name": "Ministry of Defence of the Russian Federation",
    "featured": false,
    "type": "Government",
    "country_code": "RUS",
    "abbrev": "MOD_RUS",
    "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
    "administrator": "Minister: Gen. Sergey Shoygu",
    "founding_year": "1717",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.mil.ru",
    "wiki_url": "https://en.wikipedia.org/wiki/Ministry_of_Defence_(Russia)",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ministry2520of2520defence2520of2520the2520russian2520federation_logo_20210905134213.png",
    "image_url": null,
    "nation_url": null
  },
  "program": [],
  "variant": "2.1v",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 44.0,
  "diameter": 3.0,
  "maiden_flight": "2018-03-29",
  "launch_mass": 158,
  "leo_capacity": 2850,
  "gto_capacity": null,
  "to_thrust": null,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190222031122.jpeg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_2.1v",
  "total_launch_count": 4,
  "consecutive_successful_launches": 4,
  "successful_launches": 4,
  "failed_launches": 0,
  "pending_launches": 0
}