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=180&ordering=-launch_cost
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=190&ordering=-launch_cost",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=170&ordering=-launch_cost",
  "results": [
    {
      "id": 522,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/522/?format=api",
      "name": "Starship",
      "manufacturer": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "SpX",
        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
        "administrator": "CEO: Elon Musk",
        "founding_year": "2002",
        "launchers": "Falcon | Starship",
        "spacecraft": "Dragon",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg"
      },
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
        }
      ],
      "family": "Starship",
      "full_name": "Starship V3",
      "variant": "V3",
      "reusable": true,
      "image_url": null,
      "info_url": "https://www.spacex.com/vehicles/starship",
      "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship#Block_3"
    },
    {
      "id": 432,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/432/?format=api",
      "name": "Titan 404A",
      "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 404A",
      "variant": "404A",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/titan_404a_image_20251128091231.png",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Titan_IV"
    },
    {
      "id": 539,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/539/?format=api",
      "name": "Zhuque-3",
      "manufacturer": {
        "id": 259,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/259/?format=api",
        "name": "LandSpace",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "LS",
        "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
        "administrator": "Founder: Zhang Changwu",
        "founding_year": "2015",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Zhuque",
      "full_name": "Zhuque-3",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zq-3_flight_1_l_image_20251203064230.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-3"
    },
    {
      "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": 346,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/346/?format=api",
      "name": "Proton-K/Briz-M",
      "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/Briz-M",
      "variant": "Briz-M",
      "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": 484,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
      "name": "Smart Dragon 3",
      "manufacturer": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "CHNR",
        "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Smart Dragon",
      "full_name": "Smart Dragon 3",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "info_url": null,
      "wiki_url": null
    },
    {
      "id": 529,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/529/?format=api",
      "name": "HANBIT-TLV",
      "manufacturer": {
        "id": 1098,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1098/?format=api",
        "name": "Innospace",
        "featured": false,
        "type": "Private",
        "country_code": "KOR",
        "abbrev": "IS",
        "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
        "administrator": "CEO: Kim Soo-jong",
        "founding_year": "2017",
        "launchers": "HANBIT",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg"
      },
      "program": [],
      "family": "HANBIT",
      "full_name": "HANBIT-TLV",
      "variant": "TLV",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Innospace_HANBIT-TLV"
    },
    {
      "id": 233,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/233/?format=api",
      "name": "Atlas B",
      "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": "SM-65B Atlas",
      "variant": "B",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/SM-65B_Atlas"
    },
    {
      "id": 416,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/416/?format=api",
      "name": "Thor SLV-2A Agena B",
      "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 SLV-2A Agena B",
      "variant": "SLV-2A Agena B",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thor_slv-2a_age_image_20251102055131.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Thor-Agena"
    },
    {
      "id": 373,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/373/?format=api",
      "name": "Soyuz 11A510",
      "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": "Soyuz",
      "full_name": "Soyuz 11A510",
      "variant": "11A510",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Soyuz/Vostok"
    }
  ]
}