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=300&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=310&ordering=launch_cost",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=290&ordering=launch_cost",
  "results": [
    {
      "id": 190,
      "launch_library_id": 211,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/190/?format=api",
      "name": "Kosmos-2I 63S1",
      "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-2I",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Kosmos-2I"
    },
    {
      "id": 34,
      "launch_library_id": 36,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/34/?format=api",
      "name": "Soyuz",
      "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": "",
      "full_name": "Soyuz FG",
      "variant": "FG",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Soyuz-FG"
    },
    {
      "id": 268,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/268/?format=api",
      "name": "Long March 2E",
      "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 2E",
      "variant": "E",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_2e_image_20251128090436.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_2"
    },
    {
      "id": 317,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/317/?format=api",
      "name": "Europa II",
      "manufacturer": {
        "id": 1015,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1015/?format=api",
        "name": "European Launcher Development Organisation",
        "featured": false,
        "type": "Government",
        "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS",
        "abbrev": "ELDO",
        "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.",
        "administrator": null,
        "founding_year": "1961",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Europa",
      "full_name": "Europa II",
      "variant": "II",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115141.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Europa_(rocket)"
    },
    {
      "id": 225,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
      "name": "Ariane 44L",
      "manufacturer": {
        "id": 1003,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1003/?format=api",
        "name": "Aérospatiale",
        "featured": false,
        "type": "Government",
        "country_code": "FRA",
        "abbrev": "",
        "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
        "administrator": null,
        "founding_year": "1970",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Ariane",
      "full_name": "Ariane 44L",
      "variant": "44L",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Ariane_4"
    },
    {
      "id": 290,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/290/?format=api",
      "name": "Delta 3913",
      "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 3913",
      "variant": "3913",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Delta_3000"
    },
    {
      "id": 320,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/320/?format=api",
      "name": "H-II",
      "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": "H-II",
      "full_name": "H-II",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ground_test_veh_image_20251115100959.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/H-II"
    },
    {
      "id": 100,
      "launch_library_id": 130,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/100/?format=api",
      "name": "Long March 7",
      "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 7",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_7_image_20210513083007.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_7"
    },
    {
      "id": 153,
      "launch_library_id": 172,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/153/?format=api",
      "name": "Soyuz",
      "manufacturer": {
        "id": 175,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/175/?format=api",
        "name": "Ministry of Defence of the Russian Federation",
        "featured": false,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "MOD_RUS",
        "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
        "administrator": "Minister: Gen. Sergey Shoygu",
        "founding_year": "1717",
        "launchers": "",
        "spacecraft": "",
        "parent": "Russian Federal Space Agency (ROSCOSMOS)",
        "image_url": null
      },
      "program": [],
      "family": "Soyuz",
      "full_name": "Soyuz 2.1v",
      "variant": "2.1v",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190222031122.jpeg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_2.1v"
    },
    {
      "id": 102,
      "launch_library_id": 122,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
      "name": "Kosmos-3M",
      "manufacturer": {
        "id": 193,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "featured": false,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "VKS",
        "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.",
        "administrator": "Commander: Aleksandr Golovko",
        "founding_year": "1992",
        "launchers": "",
        "spacecraft": "",
        "parent": "Russian Federal Space Agency (ROSCOSMOS)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png"
      },
      "program": [],
      "family": "Kosmos",
      "full_name": "Kosmos-3M (11K65M)",
      "variant": "-3M",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Kosmos-3M"
    }
  ]
}