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=130&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=140&ordering=launch_cost",
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=120&ordering=launch_cost",
  "results": [
    {
      "id": 546,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/546/?format=api",
      "name": "Ceres-2",
      "manufacturer": {
        "id": 1021,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "GE",
        "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Ceres-1 | Pallas-1",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg"
      },
      "program": [],
      "family": "",
      "full_name": "Ceres-2",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ceres-2_illustr_image_20251210054657.png",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Galactic_Energy#Ceres-2"
    },
    {
      "id": 530,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/530/?format=api",
      "name": "HANBIT-Nano",
      "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-Nano",
      "variant": "Nano",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-nano_spa_image_20251224011159.jpg",
      "info_url": "https://www.innospc.com/page/sub01_01_1",
      "wiki_url": "https://en.wikipedia.org/wiki/Innospace_HANBIT-NANO"
    },
    {
      "id": 461,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
      "name": "Ceres-1",
      "manufacturer": {
        "id": 1021,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "GE",
        "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Ceres-1 | Pallas-1",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg"
      },
      "program": [],
      "family": "Ceres-1",
      "full_name": "Ceres-1",
      "variant": "Ceres-1",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
      "info_url": "http://www.galactic-energy.cn/index.php/En/List/cid/14",
      "wiki_url": null
    },
    {
      "id": 175,
      "launch_library_id": 19,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/175/?format=api",
      "name": "Minotaur I",
      "manufacturer": {
        "id": 100,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "OSC",
        "description": "",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Minotaur",
      "full_name": "Minotaur I",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
      "info_url": null,
      "wiki_url": "http://en.wikipedia.org/wiki/Minotaur_I"
    },
    {
      "id": 519,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/519/?format=api",
      "name": "Zhuque-2E",
      "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-2E",
      "variant": "2E",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhunque_2e_on_t_image_20241216101643.jpg",
      "info_url": "https://www.landspace.com/en/product.html",
      "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-2"
    },
    {
      "id": 505,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/505/?format=api",
      "name": "Qaem 100",
      "manufacturer": {
        "id": 1032,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1032/?format=api",
        "name": "Islamic Revolutionary Guard Corps Aerospace Force",
        "featured": false,
        "type": "Government",
        "country_code": "IRN",
        "abbrev": "IRGCAF",
        "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.",
        "administrator": "Brigadier General: Ali Jafarabadi",
        "founding_year": "1985",
        "launchers": "Qased",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "",
      "full_name": "Qaem 100",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/qaem_100_image_20240123065309.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Qaem_100"
    },
    {
      "id": 500,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/500/?format=api",
      "name": "Ceres-1S",
      "manufacturer": {
        "id": 1021,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "GE",
        "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Ceres-1 | Pallas-1",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg"
      },
      "program": [],
      "family": "Ceres-1",
      "full_name": "Ceres-1S",
      "variant": "Ceres-1S",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ceres-1s_image_20230905114324.jpeg",
      "info_url": "http://www.galactic-energy.cn/index.php/En/List/cid/14",
      "wiki_url": null
    },
    {
      "id": 457,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/457/?format=api",
      "name": "Zenit-2SB",
      "manufacturer": {
        "id": 112,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/112/?format=api",
        "name": "Yuzhnoye Design Bureau",
        "featured": false,
        "type": "Commercial",
        "country_code": "UKR",
        "abbrev": "OKB-586",
        "description": "Yuzhnoye Design Office, located in Dnipro, Ukraine, is a designer of satellites and rockets, and formerly of Soviet intercontinental ballistic missiles (ICBMs) established by Mikhail Yangel in 1951. The Zenit launch vehicle currently launches from Baikonur Cosmodrome but also used to launch from an ocean platform, Odyssey.",
        "administrator": "Director: Alexander Degtyarev",
        "founding_year": "1951",
        "launchers": "Zenit",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_image_20190207032505.jpeg"
      },
      "program": [],
      "family": "Zenith",
      "full_name": "Zenit-2SB",
      "variant": "2SB",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Zenit_(rocket_family)"
    },
    {
      "id": 453,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/453/?format=api",
      "name": "Vostok 8K72",
      "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 8K72",
      "variant": "8K72",
      "reusable": false,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Vostok_(rocket_family)"
    },
    {
      "id": 383,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/383/?format=api",
      "name": "Minotaur-C 1110",
      "manufacturer": {
        "id": 100,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "OSC",
        "description": "",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "Minotaur",
      "full_name": "Minotaur-C 1110",
      "variant": "1110",
      "reusable": false,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Minotaur-C"
    }
  ]
}