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=60&ordering=consecutive_successful_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 497,
    "next": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=70&ordering=consecutive_successful_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=50&ordering=consecutive_successful_launches",
    "results": [
        {
            "id": 483,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
            "name": "Kinetica 1",
            "manufacturer": {
                "id": 1040,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1040/?format=api",
                "name": "CAS Space",
                "featured": false,
                "type": "Commercial",
                "country_code": "CHN",
                "abbrev": "CAS",
                "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
                "administrator": null,
                "founding_year": "2018",
                "launchers": "Zhongke",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png"
            },
            "program": [],
            "family": "",
            "full_name": "Kinetica 1",
            "variant": "",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
            "info_url": "https://en.cas-space.com/index/index/technology",
            "wiki_url": null
        },
        {
            "id": 485,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/485/?format=api",
            "name": "Skyrora XL",
            "manufacturer": {
                "id": 1042,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1042/?format=api",
                "name": "Skyrora",
                "featured": false,
                "type": "Private",
                "country_code": "GBR",
                "abbrev": "SKR",
                "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
                "administrator": "CEO: Volodymyr Lvykin",
                "founding_year": "2017",
                "launchers": "Skyrora",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png"
            },
            "program": [],
            "family": "",
            "full_name": "Skyrora XL",
            "variant": "XL",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_xl_image_20221119120357.png",
            "info_url": "https://www.skyrora.com/skyrora-xl/",
            "wiki_url": "https://en.wikipedia.org/wiki/Skyrora#Skyrora_XL"
        },
        {
            "id": 316,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/316/?format=api",
            "name": "Europa I",
            "manufacturer": {
                "id": 1015,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api",
                "name": "European Launcher Development Organisation",
                "featured": false,
                "type": "Government",
                "country_code": "FRA,AUS,ITA,DEU,GBR,BEL,NLD",
                "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,
                "logo_url": null
            },
            "program": [],
            "family": "Europa",
            "full_name": "Europa I",
            "variant": "I",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115405.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Europa_(rocket)"
        },
        {
            "id": 386,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/386/?format=api",
            "name": "Minotaur-C 3110",
            "manufacturer": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "OSC",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Minotaur",
            "full_name": "Minotaur-C 3110",
            "variant": "3110",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Minotaur-C"
        },
        {
            "id": 202,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/202/?format=api",
            "name": "Vulcan VC4L",
            "manufacturer": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "ULA",
                "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
                "administrator": "CEO: Tory Bruno",
                "founding_year": "2006",
                "launchers": "Atlas | Delta IV | Vulcan",
                "spacecraft": "CST-100 Starliner",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png"
            },
            "program": [],
            "family": "Vulcan",
            "full_name": "Vulcan VC4L",
            "variant": "VC4L",
            "reusable": false,
            "image_url": null,
            "info_url": "https://www.ulalaunch.com/rockets/vulcan-centaur",
            "wiki_url": "https://en.wikipedia.org/wiki/Vulcan_Centaur"
        },
        {
            "id": 475,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/475/?format=api",
            "name": "RS1",
            "manufacturer": {
                "id": 1030,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1030/?format=api",
                "name": "Long Wall",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "ABL",
                "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.",
                "administrator": "CEO: Dan Piemont",
                "founding_year": "2017",
                "launchers": "RS1",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_logo_20211102154855.png"
            },
            "program": [],
            "family": "",
            "full_name": "RS1",
            "variant": "1",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs1_on_the_pad__image_20240325094914.jpeg",
            "info_url": "https://ablspacesystems.com/rocket/",
            "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems#RS1"
        },
        {
            "id": 182,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/182/?format=api",
            "name": "Atlas V",
            "manufacturer": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "ULA",
                "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
                "administrator": "CEO: Tory Bruno",
                "founding_year": "2006",
                "launchers": "Atlas | Delta IV | Vulcan",
                "spacecraft": "CST-100 Starliner",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520launch2520alliance_logo_20210412195953.png"
            },
            "program": [],
            "family": "Atlas",
            "full_name": "Atlas V",
            "variant": "V",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
            "info_url": "https://www.ulalaunch.com/rockets/atlas-v",
            "wiki_url": null
        },
        {
            "id": 231,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/231/?format=api",
            "name": "Atlas Agena A",
            "manufacturer": {
                "id": 1004,
                "url": "https://ll.thespacedevs.com/2.2.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,
                "logo_url": null
            },
            "program": [],
            "family": "Atlas",
            "full_name": "Atlas LV-3 Agena A",
            "variant": "Agena A",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Atlas-Agena"
        },
        {
            "id": 365,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/365/?format=api",
            "name": "Scout X-2B",
            "manufacturer": {
                "id": 1006,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1006/?format=api",
                "name": "Vought",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "",
                "description": "Vought was the name of several related American aerospace firms. These have included, in the past, Lewis and Vought Corporation, Chance Vought, Vought-Sikorsky, LTV Aerospace (part of Ling-Temco-Vought), Vought Aircraft Companies, and Vought Aircraft Industries. The first incarnation of Vought was established by Chance M. Vought and Birdseye Lewis in 1917. In 1928, it was acquired by United Aircraft and Transport Corporation, which a few years later became United Aircraft Corporation; this was the first of many reorganizations and buyouts. During the 1920s and 1930s, Vought Aircraft and Chance Vought specialized in carrier-based aircraft for the United States Navy, by far its biggest customer. Chance Vought produced thousands of planes during World War II, including the F4U Corsair. Vought became independent again in 1954, and was purchased by Ling-Temco-Vought in 1961. The company designed and produced a variety of planes and missiles throughout the Cold War. Vought was sold from LTV and owned in various degrees by the Carlyle Group and Northrop Grumman in the early 1990s. It was then fully bought by Carlyle, renamed Vought Aircraft Industries, with headquarters in Dallas, Texas. In June 2010, the Carlyle Group sold Vought to the Triumph Group.",
                "administrator": null,
                "founding_year": "1917",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Scout",
            "full_name": "Scout X-2B",
            "variant": "X-2B",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Scout_(rocket_family)"
        },
        {
            "id": 198,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/198/?format=api",
            "name": "MOMO v0",
            "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": "MOMO",
            "full_name": "MOMO v0",
            "variant": "v0",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "info_url": "http://www.istellartech.com/technology/momo",
            "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies"
        }
    ]
}