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

{
  "count": 530,
  "next": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=110&ordering=-launch_mass",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=90&ordering=-launch_mass",
  "results": [
    {
      "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": 457,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/457/?format=api",
      "name": "Zenit-2SB",
      "manufacturer": {
        "id": 112,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/112/?format=api",
        "name": "Yuzhnoye Design Bureau",
        "featured": false,
        "type": "Commercial",
        "country_code": "UKR",
        "abbrev": "OKB-586",
        "description": "Yuzhnoye Design Office, located in Dnipro, Ukraine, is a designer of satellites and rockets, and formerly of Soviet intercontinental ballistic missiles (ICBMs) established by Mikhail Yangel in 1951. The Zenit launch vehicle currently launches from Baikonur Cosmodrome but also used to launch from an ocean platform, Odyssey.",
        "administrator": "Director: Alexander Degtyarev",
        "founding_year": "1951",
        "launchers": "Zenit",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_image_20190207032505.jpeg"
      },
      "program": [],
      "family": "Zenith",
      "full_name": "Zenit-2SB",
      "variant": "2SB",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Zenit_(rocket_family)"
    },
    {
      "id": 473,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/473/?format=api",
      "name": "Little Joe",
      "manufacturer": {
        "id": 999,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api",
        "name": "North American Aviation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
        "administrator": null,
        "founding_year": "1928",
        "launchers": "North American X-15",
        "spacecraft": "",
        "parent": "Boeing",
        "image_url": null
      },
      "program": [
        {
          "id": 2,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/2/?format=api",
          "name": "Mercury",
          "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
          "start_date": "1958-10-07T00:00:00Z",
          "end_date": "1963-05-16T23:24:02Z",
          "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
        }
      ],
      "family": "Little Joe",
      "full_name": "Little Joe",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/little_joe_image_20210901081353.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Little_Joe_(rocket)"
    },
    {
      "id": 197,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/197/?format=api",
      "name": "SARGE",
      "manufacturer": {
        "id": 1001,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1001/?format=api",
        "name": "EXOS Aerospace",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "EXOS",
        "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.",
        "administrator": "President: David Mitchell",
        "founding_year": "2014",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg"
      },
      "program": [],
      "family": "",
      "full_name": "SARGE",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sarge_image_20191026175316.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Exos_Aerospace#SARGE"
    },
    {
      "id": 178,
      "launch_library_id": 215,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/178/?format=api",
      "name": "PSLV-DL",
      "manufacturer": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "featured": true,
        "type": "Government",
        "country_code": "IND",
        "abbrev": "ISRO",
        "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
        "administrator": "Chairman: V. Narayanan",
        "founding_year": "1969",
        "launchers": "PSLV | GSLV",
        "spacecraft": "Gaganyaan",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg"
      },
      "program": [],
      "family": "PSLV",
      "full_name": "PSLV-DL",
      "variant": "DL",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pslv-dl_image_20191201202351.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Polar_Satellite_Launch_Vehicle"
    },
    {
      "id": 123,
      "launch_library_id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/123/?format=api",
      "name": "Long March 5/YZ-2",
      "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 5/YZ-2",
      "variant": "YZ-2",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_5_yz_image_20251103145739.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_5"
    },
    {
      "id": 235,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/235/?format=api",
      "name": "Atlas Centaur",
      "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 LV-3C Centaur",
      "variant": "Centaur",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Atlas-Centaur"
    },
    {
      "id": 554,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/554/?format=api",
      "name": "Long March 10B",
      "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 10B",
      "variant": "",
      "reusable": true,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_10B"
    },
    {
      "id": 482,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/482/?format=api",
      "name": "Terran R",
      "manufacturer": {
        "id": 266,
        "url": "https://lldev.thespacedevs.com/2.0.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
      },
      "program": [],
      "family": "Terran",
      "full_name": "Terran R",
      "variant": "R",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/terran_r_image_20220912002151.png",
      "info_url": "https://www.relativityspace.com/rockets",
      "wiki_url": "https://en.wikipedia.org/wiki/Relativity_Space#Terran_R"
    },
    {
      "id": 209,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
      "name": "North American X-15",
      "manufacturer": {
        "id": 999,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api",
        "name": "North American Aviation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
        "administrator": null,
        "founding_year": "1928",
        "launchers": "North American X-15",
        "spacecraft": "",
        "parent": "Boeing",
        "image_url": null
      },
      "program": [
        {
          "id": 20,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
              "name": "United States Air Force",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg",
          "start_date": "1959-03-10T00:00:00Z",
          "end_date": "1968-12-12T00:00:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15"
        }
      ],
      "family": "",
      "full_name": "North American X-15",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15"
    }
  ]
}