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=30&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=40&ordering=-launch_mass",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=20&ordering=-launch_mass",
  "results": [
    {
      "id": 204,
      "launch_library_id": 233,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/204/?format=api",
      "name": "H3-24",
      "manufacturer": {
        "id": 98,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api",
        "name": "Mitsubishi Heavy Industries",
        "featured": false,
        "type": "Commercial",
        "country_code": "JPN",
        "abbrev": "MHI",
        "description": "Mitsubishi Heavy Industries, Ltd. is a Japanese multinational engineering, electrical equipment and electronics company headquartered in Tokyo, Japan. MHI is one of the core companies of the Mitsubishi Group.\r\n\r\nMHI's products include aerospace components, air conditioners, aircraft, automotive components, forklift trucks, hydraulic equipment, machine tools, missiles, power generation equipment, printing machines, ships and space launch vehicles. Through its defense-related activities, it is the world's 23rd-largest defense contractor measured by 2011 defense revenues and the largest based in Japan.",
        "administrator": "President: Seiji Izumisawa",
        "founding_year": "1884",
        "launchers": "H-I, H-II, H-III",
        "spacecraft": "Kounotori | HTV",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mitsubishi2520heavy2520industries_image_20200117065724.jpg"
      },
      "program": [],
      "family": "H3",
      "full_name": "H3-24",
      "variant": "24",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-24_liftoff__image_20251028184029.jpeg",
      "info_url": "https://global.jaxa.jp/press/2015/07/20150702_h3.html",
      "wiki_url": "https://en.wikipedia.org/wiki/H3_(rocket)"
    },
    {
      "id": 555,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/555/?format=api",
      "name": "Soyuz 2.1b/Volga",
      "manufacturer": {
        "id": 111,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/111/?format=api",
        "name": "Progress Rocket Space Center",
        "featured": false,
        "type": "Commercial",
        "country_code": "RUS",
        "abbrev": "PRSC",
        "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.",
        "administrator": "CEO: Dmitry Baranov",
        "founding_year": "1996",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Soyuz",
      "full_name": "Soyuz 2.1b Volga",
      "variant": "Volga",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_bion_image_20260417155828.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Soyuz-2"
    },
    {
      "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": 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": 538,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/538/?format=api",
      "name": "Long March 12A",
      "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 12A",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_12a__image_20251224005749.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_12A"
    },
    {
      "id": 242,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/242/?format=api",
      "name": "Atlas E/SGS-2",
      "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/SGS-2",
      "variant": "E/SGS-2",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Atlas_E/F"
    },
    {
      "id": 470,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/470/?format=api",
      "name": "Little Joe II",
      "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": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/4/?format=api",
          "name": "Apollo",
          "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
          "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/apollo_program_20200820200202.png",
          "start_date": "1966-11-16T00:00:00Z",
          "end_date": "1972-12-19T19:24:59Z",
          "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program"
        }
      ],
      "family": "Little Joe",
      "full_name": "Little Joe II",
      "variant": "II",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/little_joe_ii_image_20210901072351.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Little_Joe_II"
    },
    {
      "id": 535,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/535/?format=api",
      "name": "Baguette One",
      "manufacturer": {
        "id": 1101,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1101/?format=api",
        "name": "HyPrSpace",
        "featured": false,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "HyPrSpace",
        "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.",
        "administrator": "CEO: Alexandre Mangeot",
        "founding_year": "2019",
        "launchers": "Baguette",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg"
      },
      "program": [],
      "family": "Baguette",
      "full_name": "Baguette One",
      "variant": "One",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/baguette_one_la_image_20251117122603.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/HyPrSpace#Rockets"
    },
    {
      "id": 486,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/486/?format=api",
      "name": "H3-22",
      "manufacturer": {
        "id": 98,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api",
        "name": "Mitsubishi Heavy Industries",
        "featured": false,
        "type": "Commercial",
        "country_code": "JPN",
        "abbrev": "MHI",
        "description": "Mitsubishi Heavy Industries, Ltd. is a Japanese multinational engineering, electrical equipment and electronics company headquartered in Tokyo, Japan. MHI is one of the core companies of the Mitsubishi Group.\r\n\r\nMHI's products include aerospace components, air conditioners, aircraft, automotive components, forklift trucks, hydraulic equipment, machine tools, missiles, power generation equipment, printing machines, ships and space launch vehicles. Through its defense-related activities, it is the world's 23rd-largest defense contractor measured by 2011 defense revenues and the largest based in Japan.",
        "administrator": "President: Seiji Izumisawa",
        "founding_year": "1884",
        "launchers": "H-I, H-II, H-III",
        "spacecraft": "Kounotori | HTV",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mitsubishi2520heavy2520industries_image_20200117065724.jpg"
      },
      "program": [],
      "family": "H3",
      "full_name": "H3-22",
      "variant": "22",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-22_liftoff__image_20251028183835.jpg",
      "info_url": "https://global.jaxa.jp/press/2015/07/20150702_h3.html",
      "wiki_url": "https://en.wikipedia.org/wiki/H3_(rocket)"
    },
    {
      "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"
    }
  ]
}