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

{
  "count": 532,
  "next": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=100&ordering=-launch_mass",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=80&ordering=-launch_mass",
  "results": [
    {
      "id": 491,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/491/?format=api",
      "name": "Spectrum",
      "manufacturer": {
        "id": 1046,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1046/?format=api",
        "name": "Isar Aerospace",
        "featured": false,
        "type": "Private",
        "country_code": "DEU",
        "abbrev": "ISAR",
        "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
        "administrator": "CEO: Daniel Metzler",
        "founding_year": "2018",
        "launchers": "Spectrum",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg"
      },
      "program": [],
      "family": "",
      "full_name": "Spectrum",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
      "info_url": "https://www.isaraerospace.com/spectrum",
      "wiki_url": null
    },
    {
      "id": 509,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/509/?format=api",
      "name": "Miura 5",
      "manufacturer": {
        "id": 1051,
        "url": "https://lldev.thespacedevs.com/2.0.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
      },
      "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": 248,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/248/?format=api",
      "name": "Atlas F/PTS",
      "manufacturer": {
        "id": 1004,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1004/?format=api",
        "name": "Convair",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "Convair, previously Consolidated Vultee, was an American aircraft manufacturing company that later expanded into rockets and spacecraft. The company was formed in 1943 by the merger of Consolidated Aircraft and Vultee Aircraft. In 1953 it was purchased by General Dynamics, and operated as their Convair Division for most of its corporate history.",
        "administrator": null,
        "founding_year": "1943",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Atlas",
      "full_name": "Atlas F/PTS",
      "variant": "F/PTS",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Atlas_E/F"
    },
    {
      "id": 100,
      "launch_library_id": 130,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/100/?format=api",
      "name": "Long March 7",
      "manufacturer": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "featured": true,
        "type": "Government",
        "country_code": "CHN",
        "abbrev": "CASC",
        "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
        "administrator": "Chairman & President: Lei Fanpei",
        "founding_year": "1999",
        "launchers": "Long March",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg"
      },
      "program": [],
      "family": "Long March",
      "full_name": "Long March 7",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_7_image_20210513083007.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_7"
    },
    {
      "id": 524,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/524/?format=api",
      "name": "Callisto",
      "manufacturer": {
        "id": 46,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "featured": false,
        "type": "Government",
        "country_code": "FRA",
        "abbrev": "CNES",
        "description": "The National Center of Space Research, or CNES, is a French National Agency in charge of France's space program. In partnership with the US and Russia, they have put 10 people in space. CNES works in tandem with the larger ESA to develop the Ariane 5 and work on other probes and satellites. They are working with Germany to develop a cheaper and more efficient reusable rocket, which hopefully will be ready to fly by 2026.",
        "administrator": "CEO: François Jacq",
        "founding_year": "1961",
        "launchers": "Ariane 5",
        "spacecraft": "Mars/Venus Express | Rosetta",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_toulouse_e_image_20250722090314.jpg"
      },
      "program": [],
      "family": "",
      "full_name": "Callisto",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/callisto_render_image_20250916093902.webp",
      "info_url": "https://cnes.fr/en/projects/callisto",
      "wiki_url": "https://en.wikipedia.org/wiki/CALLISTO"
    },
    {
      "id": 516,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/516/?format=api",
      "name": "Vulcan VC4S",
      "manufacturer": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png"
      },
      "program": [],
      "family": "Vulcan",
      "full_name": "Vulcan VC4S",
      "variant": "VC4S",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vulcan_vc4s_v-0_image_20250812014341.jpeg",
      "info_url": "https://www.ulalaunch.com/rockets/vulcan-centaur",
      "wiki_url": "https://en.wikipedia.org/wiki/Vulcan_Centaur"
    },
    {
      "id": 532,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/532/?format=api",
      "name": "Vikram-I",
      "manufacturer": {
        "id": 1099,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1099/?format=api",
        "name": "Skyroot Aerospace",
        "featured": false,
        "type": "Private",
        "country_code": "IND",
        "abbrev": "Skyroot",
        "description": "Indian private launch services provider based in Hyderabad.",
        "administrator": "CEO: Pawan Kumar Chandana",
        "founding_year": "2018",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Vikram",
      "full_name": "Vikram-I",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vikram-i_artist_image_20251115043247.jpg",
      "info_url": "https://www.skyroot.in/",
      "wiki_url": "https://en.wikipedia.org/wiki/Vikram_(rocket_family)"
    },
    {
      "id": 239,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/239/?format=api",
      "name": "Atlas E Altair",
      "manufacturer": {
        "id": 1004,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1004/?format=api",
        "name": "Convair",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "Convair, previously Consolidated Vultee, was an American aircraft manufacturing company that later expanded into rockets and spacecraft. The company was formed in 1943 by the merger of Consolidated Aircraft and Vultee Aircraft. In 1953 it was purchased by General Dynamics, and operated as their Convair Division for most of its corporate history.",
        "administrator": null,
        "founding_year": "1943",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Atlas",
      "full_name": "Atlas E Altair",
      "variant": "E Altair",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Atlas_E/F"
    },
    {
      "id": 552,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/552/?format=api",
      "name": "Long March 12B",
      "manufacturer": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "featured": true,
        "type": "Government",
        "country_code": "CHN",
        "abbrev": "CASC",
        "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
        "administrator": "Chairman & President: Lei Fanpei",
        "founding_year": "1999",
        "launchers": "Long March",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg"
      },
      "program": [],
      "family": "Long March",
      "full_name": "Long March 12B",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_12b__image_20260601133855.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_12B"
    },
    {
      "id": 502,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/502/?format=api",
      "name": "South Korean ADD Solid-Fuel SLV",
      "manufacturer": {
        "id": 1079,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1079/?format=api",
        "name": "Agency for Defense Development",
        "featured": false,
        "type": "Government",
        "country_code": "KOR",
        "abbrev": "ADD",
        "description": "The Agency for Defense Development (ADD) is the South Korean national agency for research and development in defense technology, funded by the Defense Acquisition Program Administration (DAPA). Its purpose is contributing to enforcing the national defence, to improving the national R&D capacity, and to fostering the domestic defense industry.",
        "administrator": null,
        "founding_year": "1970",
        "launchers": "South Korean ADD Solid-Fuel SLV",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "South Korean ADD Solid-Fuel SLV",
      "full_name": "South Korean ADD Solid-Fuel SLV",
      "variant": "",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": null
    }
  ]
}