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

{
  "id": 487,
  "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/487/?format=api",
  "name": "Antares 330",
  "active": false,
  "reusable": false,
  "description": "Expendable launch vehicle developed by Northrop Grumman to launch the Cygnus spacecraft to the International Space Station as part of NASA's CRS program.",
  "family": "Antares",
  "full_name": "Antares 330",
  "manufacturer": {
    "id": 257,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
    "name": "Northrop Grumman Space Systems",
    "featured": true,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "NGSS",
    "description": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
    "administrator": "CEO: Kathy Warden",
    "founding_year": "2015",
    "launchers": "Antares | Minotaur | Pegasus",
    "spacecraft": "Cygnus",
    "launch_library_url": null,
    "total_launch_count": 16,
    "consecutive_successful_launches": 16,
    "successful_launches": 16,
    "failed_launches": 0,
    "pending_launches": 3,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.northropgrumman.com/AboutUs/BusinessSectors/InnovationSystems/Pages/default.aspx",
    "wiki_url": "https://en.wikipedia.org/wiki/Northrop_Grumman#Innovation_Systems",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg",
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520space2520systems_nation_20230624130158.jpg"
  },
  "program": [
    {
      "id": 11,
      "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
      "name": "Commercial Resupply Services",
      "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
      "agencies": [
        {
          "id": 44,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        {
          "id": 257,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "type": "Commercial"
        },
        {
          "id": 1020,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
          "name": "Sierra Nevada Corporation",
          "type": "Commercial"
        },
        {
          "id": 121,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        }
      ],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
      "start_date": "2008-12-23T00:00:00Z",
      "end_date": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ],
  "variant": "330",
  "alias": "",
  "min_stage": 3,
  "max_stage": 3,
  "length": null,
  "diameter": null,
  "maiden_flight": null,
  "launch_cost": null,
  "launch_mass": null,
  "leo_capacity": null,
  "gto_capacity": null,
  "to_thrust": 7200,
  "apogee": null,
  "vehicle_range": null,
  "image_url": null,
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Antares_(rocket)#Antares_300_series",
  "total_launch_count": 0,
  "consecutive_successful_launches": 0,
  "successful_launches": 0,
  "failed_launches": 0,
  "pending_launches": 1,
  "attempted_landings": 0,
  "successful_landings": 0,
  "failed_landings": 0,
  "consecutive_successful_landings": 0
}