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=240&ordering=-maiden_flight
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=250&ordering=-maiden_flight",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=230&ordering=-maiden_flight",
    "results": [
        {
            "id": 382,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/382/?format=api",
            "name": "Start-1.2",
            "manufacturer": {
                "id": 1011,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1011/?format=api",
                "name": "Moscow Institute of Thermal Technology",
                "featured": false,
                "type": "Commercial",
                "country_code": "RUS",
                "abbrev": "MITT",
                "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.",
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": "Russian Federal Space Agency (ROSCOSMOS)",
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Start",
            "full_name": "Start-1.2",
            "variant": "1.2",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Start-1"
        },
        {
            "id": 429,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/429/?format=api",
            "name": "Titan 402B IUS",
            "manufacturer": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.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,
                "logo_url": null
            },
            "program": [],
            "family": "Titan",
            "full_name": "Titan 402B IUS",
            "variant": "402B IUS",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Titan_IV"
        },
        {
            "id": 334,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/334/?format=api",
            "name": "M-V",
            "manufacturer": {
                "id": 94,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/94/?format=api",
                "name": "IHI Corporation",
                "featured": false,
                "type": "Commercial",
                "country_code": "JPN",
                "abbrev": "IHI",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Mu",
            "full_name": "M-V",
            "variant": "V",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/M-V"
        },
        {
            "id": 131,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/131/?format=api",
            "name": "Ariane 5 G",
            "manufacturer": {
                "id": 1044,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1044/?format=api",
                "name": "ArianeGroup",
                "featured": false,
                "type": "Commercial",
                "country_code": "FRA",
                "abbrev": "AG",
                "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.",
                "administrator": "CEO: Martin Sion",
                "founding_year": "2015",
                "launchers": "Ariane",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG"
            },
            "program": [],
            "family": "Ariane",
            "full_name": "Ariane 5 G",
            "variant": "G",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520g_image_20190222030331.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_5"
        },
        {
            "id": 78,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
            "name": "Long March 3B/YZ-1",
            "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 3B/YZ-1",
            "variant": "B/YZ-1",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25203_image_20200102181012.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Long_March_3B"
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/19/?format=api",
            "name": "Long March 3",
            "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 3B",
            "variant": "3B",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25203_image_20200102181012.jpg",
            "info_url": null,
            "wiki_url": "http://en.wikipedia.org/wiki/Long_March_3B"
        },
        {
            "id": 75,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/75/?format=api",
            "name": "Delta II",
            "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": "Delta",
            "full_name": "Delta II 7920-10",
            "variant": "7920-10",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg",
            "info_url": "http://www.spaceflight101.net/delta-ii-7920-10c.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Delta_II"
        },
        {
            "id": 273,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/273/?format=api",
            "name": "Conestoga 1620",
            "manufacturer": {
                "id": 1007,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1007/?format=api",
                "name": "Space Services Inc.",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "",
                "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.",
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "",
            "full_name": "Conestoga 1620",
            "variant": "1620",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/conestoga-1620__image_20240411094033.png",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Conestoga_(rocket)"
        },
        {
            "id": 228,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/228/?format=api",
            "name": "Athena I",
            "manufacturer": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.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,
                "logo_url": null
            },
            "program": [],
            "family": "Athena",
            "full_name": "Athena I",
            "variant": "I",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_1_liftof_image_20240411090356.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Athena_I"
        },
        {
            "id": 110,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
            "name": "Shavit-2",
            "manufacturer": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "featured": false,
                "type": "Commercial",
                "country_code": "ISR",
                "abbrev": "IAI",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Shavit",
            "full_name": "Shavit-2",
            "variant": "2",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Shavit"
        }
    ]
}