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=240&ordering=-gto_capacity
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=250&ordering=-gto_capacity",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=230&ordering=-gto_capacity",
  "results": [
    {
      "id": 451,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
      "name": "Vostok 8A92",
      "manufacturer": {
        "id": 103,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/103/?format=api",
        "name": "RKK Energiya",
        "featured": false,
        "type": "Commercial",
        "country_code": "RUS",
        "abbrev": "RSC",
        "description": "",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Vostok",
      "full_name": "Vostok 8A92",
      "variant": "8A92",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok_launch_v_image_20251119053730.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Vostok_(rocket_family)"
    },
    {
      "id": 534,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/534/?format=api",
      "name": "Zéphyr",
      "manufacturer": {
        "id": 1100,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1100/?format=api",
        "name": "Latitude",
        "featured": false,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "LAT",
        "description": "Latitude (formerly Venture Orbital Systems) is a French rocket manufacturing company developing the Zéphyr rocket.",
        "administrator": "CEO: Aurélie Bressollette",
        "founding_year": "2019",
        "launchers": "Zéphyr",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg"
      },
      "program": [],
      "family": "",
      "full_name": "Zéphyr",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg",
      "info_url": "https://www.latitude.eu/zephyr-launcher/",
      "wiki_url": "https://en.wikipedia.org/wiki/Latitude_(company)#Zephyr"
    },
    {
      "id": 165,
      "launch_library_id": 117,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/165/?format=api",
      "name": "Antares 230",
      "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": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/11/?format=api",
          "name": "Commercial Resupply Services",
          "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 257,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "type": "Commercial"
            },
            {
              "id": 1020,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api",
              "name": "Sierra Nevada Corporation",
              "type": "Commercial"
            },
            {
              "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/commercial2520_program_20201129212219.png",
          "start_date": "2008-12-23T00:00:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services"
        }
      ],
      "family": "Antares",
      "full_name": "Antares 230",
      "variant": "230",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/antares_230_lau_image_20240308082345.jpeg",
      "info_url": "http://www.northropgrumman.com/Capabilities/Antares/Pages/default.aspx",
      "wiki_url": "https://en.wikipedia.org/wiki/Antares_(rocket)#Antares_200"
    },
    {
      "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": 298,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/298/?format=api",
      "name": "Delta II",
      "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 II 6920-10",
      "variant": "6920-10",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Delta_II"
    },
    {
      "id": 436,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/436/?format=api",
      "name": "Titan II SLV",
      "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 II SLV",
      "variant": "23G",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/titan_ii_slv_image_20231231110038.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Titan_23G"
    },
    {
      "id": 468,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/468/?format=api",
      "name": "Sputnik 8K74PS",
      "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 8K74PS",
      "variant": "8K74PS",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sputnik_8k74ps_image_20210830185541.jpg",
      "info_url": null,
      "wiki_url": null
    },
    {
      "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": 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": 239,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/239/?format=api",
      "name": "Atlas E Altair",
      "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 Altair",
      "variant": "E Altair",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Atlas_E/F"
    }
  ]
}