API endpoint that allows Launcher Configurations to be viewed.

GET: Return a list of all the existing launcher configurations.

MODE: Normal and Detailed /2.1.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.1.0/config/launcher/?manufacturer__launch_library_id=44

Get all Launchers with the Agency with name NASA. Example - /2.1.0/config/launcher/?manufacturer__name=NASA

GET /2.1.0/config/launcher/190/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 190,
  "launch_library_id": 211,
  "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/190/?format=api",
  "name": "Kosmos-2I 63S1",
  "description": "Kosmos-2I is the designation applied to two Soviet carrier rockets which were used to orbit satellites between 1961 and 1977.",
  "family": "Kosmos",
  "full_name": "Kosmos-2I",
  "manufacturer": {
    "id": 270,
    "url": "https://ll.thespacedevs.com/2.1.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": "",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 31.0,
  "diameter": 1.6,
  "maiden_flight": "1961-10-27",
  "launch_mass": 48,
  "leo_capacity": 300,
  "gto_capacity": null,
  "to_thrust": null,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Kosmos-2I",
  "total_launch_count": 38,
  "consecutive_successful_launches": 3,
  "successful_launches": 26,
  "failed_launches": 12,
  "pending_launches": 0
}