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

{
  "id": 141,
  "launch_library_id": 173,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/141/?format=api",
  "name": "LauncherOne",
  "description": "LauncherOne is a two stage orbital launch vehicle developed by Virgin Orbit since 2007. It is an air launch to orbit rocket, designed to launch \"smallsat\" payloads of 300 kilograms (660 lb) into a Sun-synchronous orbit, following air launch from a carrier aircraft at high altitude.",
  "family": "",
  "full_name": "LauncherOne",
  "manufacturer": {
    "id": 199,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/199/?format=api",
    "name": "Virgin Orbit",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "VO",
    "description": "Virgin Orbit is a company within the Virgin Group which plans to provide launch services for small satellites. The company was formed in 2017 to develop the air-launched LauncherOne rocket, launched from Cosmic Girl, which had previously been a project of Virgin Galactic. Based in Long Beach, California, Virgin Orbit has more than 300 employees led by president Dan Hart, a former vice president of government satellite systems at Boeing.\r\n\r\nVirgin Orbit focuses on small satellite launch, which is one of three capabilities being focused on by Virgin Galactic. These capabilities are: human spaceflight operations, small satellite launch, and advanced aerospace design, manufacturing, and test",
    "administrator": "President: Dan Hart",
    "founding_year": "2017",
    "launchers": "LauncherOne",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 6,
    "consecutive_successful_launches": 0,
    "successful_launches": 4,
    "failed_launches": 2,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://virginorbit.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Orbit",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_logo_20200101102856.png",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_image_20200101110056.jpeg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_nation_20200101103026.jpeg"
  },
  "program": [],
  "variant": "One",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 16.0,
  "diameter": 1.6,
  "maiden_flight": "2020-05-25",
  "launch_mass": 30,
  "leo_capacity": 500,
  "gto_capacity": null,
  "to_thrust": 327,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/LauncherOne",
  "total_launch_count": 6,
  "consecutive_successful_launches": 0,
  "successful_launches": 4,
  "failed_launches": 2,
  "pending_launches": 0
}