API endpoint that allows Launcher Configurations to be viewed.

GET: Return a list of all the existing launcher configurations.

MODE: Normal and Detailed /2.2.0/config/launcher/?mode=detailed

FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'program', 'maiden_flight' 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings'

ORDERING: Fields - 'name', 'launch_mass', 'leo_capacity', 'gto_capacity', 'launch_cost', 'maiden_flight', 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings' Example - /2.2.0/config/launcher/?ordering=maiden_flight

Get all Launchers with the Agency with name NASA. Example - /2.2.0/config/launcher/?manufacturer__name=NASA

GET /2.2.0/config/launcher/?format=api&offset=40&ordering=total_launch_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 532,
  "next": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=50&ordering=total_launch_count",
  "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=30&ordering=total_launch_count",
  "results": [
    {
      "id": 550,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/550/?format=api",
      "name": "New Glenn 9x4",
      "manufacturer": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "program": [],
      "family": "New Glenn",
      "full_name": "New Glenn 9x4",
      "variant": "9x4",
      "reusable": true,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_9x4_i_image_20260104223338.jpg",
      "info_url": "https://www.blueorigin.com/new-glenn/9x4",
      "wiki_url": "https://en.wikipedia.org/wiki/New_Glenn#New_Glenn_9%C3%974"
    },
    {
      "id": 536,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/536/?format=api",
      "name": "Long March 10",
      "manufacturer": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png"
      },
      "program": [],
      "family": "Long March",
      "full_name": "Long March 10",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_10_m_image_20251202201630.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_10"
    },
    {
      "id": 533,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/533/?format=api",
      "name": "Nova",
      "manufacturer": {
        "id": 1048,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1048/?format=api",
        "name": "Stoke Space",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "Stoke",
        "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.",
        "administrator": "CEO: Andy Lapsa",
        "founding_year": "2020",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke2520space_logo_20230308081301.png"
      },
      "program": [],
      "family": "Nova",
      "full_name": "Nova",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke_space_nov_image_20251115203820.jpeg",
      "info_url": "https://www.stokespace.com/nova/",
      "wiki_url": "https://en.wikipedia.org/wiki/Stoke_Space_Nova"
    },
    {
      "id": 498,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/498/?format=api",
      "name": "ZERO",
      "manufacturer": {
        "id": 1002,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
        "name": "Interstellar Technologies",
        "featured": false,
        "type": "Commercial",
        "country_code": "JPN",
        "abbrev": "ISTECH",
        "description": "Interstellar Technologies, Inc. (Japanese: インターステラテクノロジズ(株) Hepburn: Intāsutera Tekunorojizu (kabu)) is a Japanese NewSpace company. It is a rocket spacelaunch company developing the MOMO launcher. Its stated goal is to reduce the cost of access to space. In 2017, it became the first Japanese company to launch a privately developed space rocket, though the launch was unsuccessful. The company plans to complete a rocket by 2020 that would be capable of launching small satellites into orbit.",
        "administrator": "President: Takahiro Inagawa",
        "founding_year": "2005",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_logo_20190705173722.png"
      },
      "program": [],
      "family": "",
      "full_name": "ZERO",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zero_image_20230816073713.jpg",
      "info_url": "https://www.istellartech.com/en/launch/zero",
      "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies#ZERO_orbital_rocket"
    },
    {
      "id": 535,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/535/?format=api",
      "name": "Baguette One",
      "manufacturer": {
        "id": 1101,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1101/?format=api",
        "name": "HyPrSpace",
        "featured": false,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "HyPrSpace",
        "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.",
        "administrator": "CEO: Alexandre Mangeot",
        "founding_year": "2019",
        "launchers": "Baguette",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyprspace_logo_image_20251117104144.jpg"
      },
      "program": [],
      "family": "Baguette",
      "full_name": "Baguette One",
      "variant": "One",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/baguette_one_la_image_20251117122603.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/HyPrSpace#Rockets"
    },
    {
      "id": 542,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/542/?format=api",
      "name": "Pallas-1",
      "manufacturer": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png"
      },
      "program": [],
      "family": "",
      "full_name": "Pallas-1",
      "variant": "",
      "reusable": true,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Pallas-1"
    },
    {
      "id": 476,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/476/?format=api",
      "name": "Neutron",
      "manufacturer": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "RL",
        "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
        "administrator": "CEO: Peter Beck",
        "founding_year": "2006",
        "launchers": "Electron",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png"
      },
      "program": [],
      "family": "",
      "full_name": "Neutron",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/neutron_image_20230727171443.jpeg",
      "info_url": "https://www.rocketlabusa.com/launch/neutron/",
      "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Neutron"
    },
    {
      "id": 314,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/314/?format=api",
      "name": "Energiya",
      "manufacturer": {
        "id": 1000,
        "url": "https://ll.thespacedevs.com/2.2.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,
        "logo_url": null
      },
      "program": [],
      "family": "Energiya",
      "full_name": "Energiya",
      "variant": "",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/energia_with_po_image_20240411093709.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Energia"
    },
    {
      "id": 538,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/538/?format=api",
      "name": "Long March 12A",
      "manufacturer": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png"
      },
      "program": [],
      "family": "Long March",
      "full_name": "Long March 12A",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_12a__image_20251224005749.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_12A"
    },
    {
      "id": 474,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/474/?format=api",
      "name": "Hapith I",
      "manufacturer": {
        "id": 1029,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1029/?format=api",
        "name": "TiSPACE",
        "featured": false,
        "type": "Private",
        "country_code": "TWN",
        "abbrev": "",
        "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
        "administrator": "Founder: Dr. Yen-Sen Chen",
        "founding_year": "2016",
        "launchers": "Hapith I, Hapith V",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png"
      },
      "program": [],
      "family": "",
      "full_name": "Hapith I",
      "variant": "I",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hapith_i_image_20210911031658.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE#HAPITH_I"
    }
  ]
}