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=80&ordering=-leo_capacity
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=90&ordering=-leo_capacity",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=70&ordering=-leo_capacity",
  "results": [
    {
      "id": 349,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/349/?format=api",
      "name": "Proton-K/DM",
      "manufacturer": {
        "id": 96,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "featured": true,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "KhSC",
        "description": "Khrunichev State Research and Production Space Center is a Moscow-based producer of spacecraft and space-launch systems, including the Proton and Rokot rockets and is currently developing the Angara rocket family. The Proton launch vehicle launches from Baikonur and Rokot launches from Baikonur and Plesetsk. Angara will launch from Plesetsk and Vostochny.",
        "administrator": "Director: Andrey Vladimirovich Kalinovskiy",
        "founding_year": "1916",
        "launchers": "Proton | Rokot",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_image_20190207032444.jpeg"
      },
      "program": [],
      "family": "Proton / UR-500",
      "full_name": "Proton-K/DM",
      "variant": "DM",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Proton-K"
    },
    {
      "id": 265,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/265/?format=api",
      "name": "Blue Scout Jr",
      "manufacturer": {
        "id": 1006,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1006/?format=api",
        "name": "Vought",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "Vought was the name of several related American aerospace firms. These have included, in the past, Lewis and Vought Corporation, Chance Vought, Vought-Sikorsky, LTV Aerospace (part of Ling-Temco-Vought), Vought Aircraft Companies, and Vought Aircraft Industries. The first incarnation of Vought was established by Chance M. Vought and Birdseye Lewis in 1917. In 1928, it was acquired by United Aircraft and Transport Corporation, which a few years later became United Aircraft Corporation; this was the first of many reorganizations and buyouts. During the 1920s and 1930s, Vought Aircraft and Chance Vought specialized in carrier-based aircraft for the United States Navy, by far its biggest customer. Chance Vought produced thousands of planes during World War II, including the F4U Corsair. Vought became independent again in 1954, and was purchased by Ling-Temco-Vought in 1961. The company designed and produced a variety of planes and missiles throughout the Cold War. Vought was sold from LTV and owned in various degrees by the Carlyle Group and Northrop Grumman in the early 1990s. It was then fully bought by Carlyle, renamed Vought Aircraft Industries, with headquarters in Dallas, Texas. In June 2010, the Carlyle Group sold Vought to the Triumph Group.",
        "administrator": null,
        "founding_year": "1917",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Blue Scout",
      "full_name": "Blue Scout Jr",
      "variant": "Jr",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue_scout_juni_image_20240411084702.png",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Scout_(rocket_family)"
    },
    {
      "id": 342,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/342/?format=api",
      "name": "Nike Cajun",
      "manufacturer": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "featured": true,
        "type": "Government",
        "country_code": "USA",
        "abbrev": "NASA",
        "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
        "administrator": "Administrator: Jared Isaacman",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
      },
      "program": [],
      "family": "",
      "full_name": "Nike Cajun",
      "variant": "",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Nike-Cajun"
    },
    {
      "id": 549,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/549/?format=api",
      "name": "Vega-E",
      "manufacturer": {
        "id": 159,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/159/?format=api",
        "name": "Avio S.p.A",
        "featured": true,
        "type": "Commercial",
        "country_code": "ITA",
        "abbrev": "Avio",
        "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
        "administrator": "CEO: Giulio Ranzo",
        "founding_year": "1908",
        "launchers": "Vega",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg"
      },
      "program": [],
      "family": "Vega",
      "full_name": "Vega-E",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega-e_render_image_20251225083722.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)"
    },
    {
      "id": 357,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/357/?format=api",
      "name": "Scout A-1",
      "manufacturer": {
        "id": 1006,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1006/?format=api",
        "name": "Vought",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "Vought was the name of several related American aerospace firms. These have included, in the past, Lewis and Vought Corporation, Chance Vought, Vought-Sikorsky, LTV Aerospace (part of Ling-Temco-Vought), Vought Aircraft Companies, and Vought Aircraft Industries. The first incarnation of Vought was established by Chance M. Vought and Birdseye Lewis in 1917. In 1928, it was acquired by United Aircraft and Transport Corporation, which a few years later became United Aircraft Corporation; this was the first of many reorganizations and buyouts. During the 1920s and 1930s, Vought Aircraft and Chance Vought specialized in carrier-based aircraft for the United States Navy, by far its biggest customer. Chance Vought produced thousands of planes during World War II, including the F4U Corsair. Vought became independent again in 1954, and was purchased by Ling-Temco-Vought in 1961. The company designed and produced a variety of planes and missiles throughout the Cold War. Vought was sold from LTV and owned in various degrees by the Carlyle Group and Northrop Grumman in the early 1990s. It was then fully bought by Carlyle, renamed Vought Aircraft Industries, with headquarters in Dallas, Texas. In June 2010, the Carlyle Group sold Vought to the Triumph Group.",
        "administrator": null,
        "founding_year": "1917",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Scout",
      "full_name": "Scout A-1",
      "variant": "A-1",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Scout_(rocket_family)"
    },
    {
      "id": 513,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/513/?format=api",
      "name": "Apollo LM",
      "manufacturer": {
        "id": 257,
        "url": "https://lldev.thespacedevs.com/2.0.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",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg"
      },
      "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": "",
      "full_name": "Apollo LM Ascent Stage",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo_14_lm_on_image_20240813073933.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Apollo_Lunar_Module"
    },
    {
      "id": 281,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/281/?format=api",
      "name": "Delta 1913",
      "manufacturer": {
        "id": 153,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api",
        "name": "McDonnell Douglas",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "MDC",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Delta",
      "full_name": "Delta 1913",
      "variant": "1913",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Delta_1000"
    },
    {
      "id": 553,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/553/?format=api",
      "name": "Ariane 62",
      "manufacturer": {
        "id": 1044,
        "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg"
      },
      "program": [],
      "family": "Ariane",
      "full_name": "Ariane 62 Block 2",
      "variant": "62 Block 2",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Ariane_6"
    },
    {
      "id": 426,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/426/?format=api",
      "name": "Titan 34D Transtage",
      "manufacturer": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "LMT",
        "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
        "administrator": null,
        "founding_year": "1953",
        "launchers": "Titan | Agena",
        "spacecraft": "Hubble | JUNO | InSight",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Titan",
      "full_name": "Titan 34D Transtage",
      "variant": "34D Transtage",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Titan_34D"
    },
    {
      "id": 393,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/393/?format=api",
      "name": "Thor Agena D",
      "manufacturer": {
        "id": 153,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api",
        "name": "McDonnell Douglas",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "MDC",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Thor",
      "full_name": "Thor Agena D",
      "variant": "Agena D",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thor-agena_d_2_image_20251204204127.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Thor-Agena"
    }
  ]
}