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=400&ordering=-launch_cost
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=410&ordering=-launch_cost",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=390&ordering=-launch_cost",
  "results": [
    {
      "id": 541,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/541/?format=api",
      "name": "Kinetica 2",
      "manufacturer": {
        "id": 1040,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "CAS",
        "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Zhongke",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "",
      "full_name": "Kinetica 2",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kinetica_2_firs_image_20260330153456.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space#Kinetica_2,_and_2H"
    },
    {
      "id": 279,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/279/?format=api",
      "name": "Delta 1900",
      "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 1900",
      "variant": "1900",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Delta_1000"
    },
    {
      "id": 333,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/333/?format=api",
      "name": "Lambda 4S",
      "manufacturer": {
        "id": 1009,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1009/?format=api",
        "name": "Institute of Space and Astronautical Science",
        "featured": false,
        "type": "Government",
        "country_code": "JPN",
        "abbrev": "ISAS",
        "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
        "administrator": null,
        "founding_year": null,
        "launchers": "Lambda",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "",
      "full_name": "Lambda 4S",
      "variant": "4S",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Lambda_4S"
    },
    {
      "id": 277,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/277/?format=api",
      "name": "Delta 1410",
      "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 1410",
      "variant": "1410",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Delta_1000"
    },
    {
      "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"
    },
    {
      "id": 324,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/324/?format=api",
      "name": "Juno-I",
      "manufacturer": {
        "id": 158,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/158/?format=api",
        "name": "Chrysler",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "CHR",
        "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.",
        "administrator": null,
        "founding_year": "1950",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Redstone",
      "full_name": "Juno-I",
      "variant": "Juno I",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/juno_i_on_the_p_image_20240411120216.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Juno_I"
    },
    {
      "id": 278,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/278/?format=api",
      "name": "Delta 1604",
      "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 1604",
      "variant": "1604",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Delta_1000"
    },
    {
      "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": 329,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/329/?format=api",
      "name": "Kosmos 65S3",
      "manufacturer": {
        "id": 270,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/270/?format=api",
        "name": "Strategic Rocket Forces",
        "featured": false,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "RVSN RF",
        "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).",
        "administrator": null,
        "founding_year": "1959",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Kosmos",
      "full_name": "Kosmos 65S3",
      "variant": "65S3",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Kosmos_(rocket_family)"
    },
    {
      "id": 379,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/379/?format=api",
      "name": "Sputnik 11A59",
      "manufacturer": {
        "id": 1000,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1000/?format=api",
        "name": "Energia",
        "featured": false,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "OKB-1",
        "description": null,
        "administrator": null,
        "founding_year": "1946",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Sputnik",
      "full_name": "Sputnik 11A59",
      "variant": "11A59",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Polyot_(rocket)"
    }
  ]
}