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

{
  "count": 532,
  "next": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=40&ordering=successful_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=20&ordering=successful_launches",
  "results": [
    {
      "id": 59,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/59/?format=api",
      "name": "Antares 130",
      "manufacturer": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "OSC",
        "description": "",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbital_science_image_20251120065555.png"
      },
      "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"
          }
        }
      ],
      "family": "Antares",
      "full_name": "Antares 130",
      "variant": "130",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/antares_130_exp_image_20240308083257.jpg",
      "info_url": "http://www.northropgrumman.com/Capabilities/Antares/Pages/default.aspx",
      "wiki_url": "https://en.wikipedia.org/wiki/Antares_(rocket)#Antares_100"
    },
    {
      "id": 180,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/180/?format=api",
      "name": "Terran 1",
      "manufacturer": {
        "id": 266,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/266/?format=api",
        "name": "Relativity Space",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "RS",
        "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
        "administrator": "CEO: Tim Ellis",
        "founding_year": "2015",
        "launchers": "Terran",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/relativity_spac_image_20240325080842.png"
      },
      "program": [],
      "family": "Terran",
      "full_name": "Terran 1",
      "variant": "1",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/terran_1_image_20220129191632.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Terran_1"
    },
    {
      "id": 200,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/200/?format=api",
      "name": "Vulcan",
      "manufacturer": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ULA",
        "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
        "administrator": "Interim CEO: John Elbon",
        "founding_year": "2006",
        "launchers": "Atlas | Delta | Vulcan",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png"
      },
      "program": [],
      "family": "Vulcan",
      "full_name": "Vulcan",
      "variant": "Vulcan",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_image_20240107162928.jpeg",
      "info_url": "https://www.ulalaunch.com/rockets/vulcan-centaur",
      "wiki_url": "https://en.wikipedia.org/wiki/Vulcan_Centaur#Certification_flights"
    },
    {
      "id": 475,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/475/?format=api",
      "name": "RS1",
      "manufacturer": {
        "id": 1030,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1030/?format=api",
        "name": "Long Wall",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ABL",
        "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.",
        "administrator": "CEO: Dan Piemont",
        "founding_year": "2017",
        "launchers": "RS1",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_logo_20211102154855.png"
      },
      "program": [],
      "family": "",
      "full_name": "RS1",
      "variant": "1",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs1_on_the_pad__image_20240325094914.jpeg",
      "info_url": "https://ablspacesystems.com/rocket/",
      "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems#RS1"
    },
    {
      "id": 182,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/182/?format=api",
      "name": "Atlas V",
      "manufacturer": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ULA",
        "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
        "administrator": "Interim CEO: John Elbon",
        "founding_year": "2006",
        "launchers": "Atlas | Delta | Vulcan",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png"
      },
      "program": [],
      "family": "Atlas",
      "full_name": "Atlas V",
      "variant": "V",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
      "info_url": "https://www.ulalaunch.com/rockets/atlas-v",
      "wiki_url": null
    },
    {
      "id": 534,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/534/?format=api",
      "name": "Zéphyr",
      "manufacturer": {
        "id": 1100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1100/?format=api",
        "name": "Latitude",
        "featured": false,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "LAT",
        "description": "Latitude (formerly Venture Orbital Systems) is a French rocket manufacturing company developing the Zéphyr rocket.",
        "administrator": "CEO: Aurélie Bressollette",
        "founding_year": "2019",
        "launchers": "Zéphyr",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/latitude_logo_image_20251116181423.png"
      },
      "program": [],
      "family": "",
      "full_name": "Zéphyr",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg",
      "info_url": "https://www.latitude.eu/zephyr-launcher/",
      "wiki_url": "https://en.wikipedia.org/wiki/Latitude_(company)#Zephyr"
    },
    {
      "id": 509,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/509/?format=api",
      "name": "Miura 5",
      "manufacturer": {
        "id": 1051,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1051/?format=api",
        "name": "Payload Aerospace S.L.",
        "featured": false,
        "type": "Commercial",
        "country_code": "ESP",
        "abbrev": "PLD Space",
        "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.",
        "administrator": "CEO: Raúl Torres",
        "founding_year": "2011",
        "launchers": "Miura 1 | Miura 5",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/payload2520aerospace2520s.l._logo_20230530095525.png"
      },
      "program": [],
      "family": "Miura",
      "full_name": "Miura 5",
      "variant": "",
      "reusable": true,
      "image_url": null,
      "info_url": "https://www.pldspace.com/en/miura-5",
      "wiki_url": "https://en.wikipedia.org/wiki/Miura_5"
    },
    {
      "id": 506,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/506/?format=api",
      "name": "Ariane 6",
      "manufacturer": {
        "id": 1044,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1044/?format=api",
        "name": "ArianeGroup",
        "featured": false,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "AG",
        "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.",
        "administrator": "CEO: Christophe Bruneau",
        "founding_year": "2015",
        "launchers": "Ariane",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG"
      },
      "program": [],
      "family": "Ariane",
      "full_name": "Ariane 6",
      "variant": "N/A",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Ariane_6"
    },
    {
      "id": 485,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/485/?format=api",
      "name": "Skyrora XL",
      "manufacturer": {
        "id": 1042,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1042/?format=api",
        "name": "Skyrora",
        "featured": false,
        "type": "Private",
        "country_code": "GBR",
        "abbrev": "SKR",
        "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
        "administrator": "CEO: Volodymyr Lvykin",
        "founding_year": "2017",
        "launchers": "Skyrora",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png"
      },
      "program": [],
      "family": "",
      "full_name": "Skyrora XL",
      "variant": "XL",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_xl_image_20221119120357.png",
      "info_url": "https://www.skyrora.com/skyrora-xl/",
      "wiki_url": "https://en.wikipedia.org/wiki/Skyrora#Skyrora_XL"
    },
    {
      "id": 547,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/547/?format=api",
      "name": "Maia",
      "manufacturer": {
        "id": 1103,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1103/?format=api",
        "name": "MaiaSpace",
        "featured": false,
        "type": "Private",
        "country_code": "FRA",
        "abbrev": "MaiaSpace",
        "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
        "administrator": null,
        "founding_year": "2022",
        "launchers": "",
        "spacecraft": "",
        "parent": "ArianeGroup",
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg"
      },
      "program": [],
      "family": "",
      "full_name": "Maia",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maia_rocket_in__image_20251205133047.jpeg",
      "info_url": "https://www.maia-space.com/our-launcher/",
      "wiki_url": "https://en.wikipedia.org/wiki/Maia_(rocket)"
    }
  ]
}