API endpoint that allows Launcher Configurations to be viewed.

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

MODE: Normal and Detailed /2.2.0/config/launcher/?mode=detailed

FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'program', 'maiden_flight' 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings'

ORDERING: Fields - 'name', 'launch_mass', 'leo_capacity', 'gto_capacity', 'launch_cost', 'maiden_flight', 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings' Example - /2.2.0/config/launcher/?ordering=maiden_flight

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

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

{
  "id": 474,
  "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/474/?format=api",
  "name": "Hapith I",
  "active": true,
  "reusable": false,
  "description": "Hapith I is a sub-orbital launch vehicle built by TiSPACE. It is intended to test technologies for the future Hapith V vehicle.",
  "family": "",
  "full_name": "Hapith I",
  "manufacturer": {
    "id": 1029,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1029/?format=api",
    "name": "TiSPACE",
    "featured": false,
    "type": "Private",
    "country_code": "TWN",
    "abbrev": "",
    "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
    "administrator": "Founder: Dr. Yen-Sen Chen",
    "founding_year": "2016",
    "launchers": "Hapith I, Hapith V",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 1,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 1,
    "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/TiSPACE",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_nation_20210910043519.png"
  },
  "program": [],
  "variant": "I",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 10.2,
  "diameter": 2.2,
  "maiden_flight": "2021-09-16",
  "launch_cost": null,
  "launch_mass": 3,
  "leo_capacity": null,
  "gto_capacity": null,
  "to_thrust": null,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hapith_i_image_20210911031658.jpg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE#HAPITH_I",
  "total_launch_count": 1,
  "consecutive_successful_launches": 0,
  "successful_launches": 0,
  "failed_launches": 1,
  "pending_launches": 0,
  "attempted_landings": 0,
  "successful_landings": 0,
  "failed_landings": 0,
  "consecutive_successful_landings": 0
}