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

{
    "count": 489,
    "next": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=470",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=450",
    "results": [
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/67/?format=api",
            "name": "Unha-3",
            "manufacturer": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/40/?format=api",
                "name": "Korean Committee of Space Technology",
                "featured": false,
                "type": "Government",
                "country_code": "PRK",
                "abbrev": "KCST",
                "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.",
                "administrator": null,
                "founding_year": null,
                "launchers": "Paektusan | Unha",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Taepodong",
            "full_name": "Unha-3",
            "variant": "Unha-3",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/unha_image_20190222030930.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Unha"
        },
        {
            "id": 511,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/511/?format=api",
            "name": "Unknown Launch Vehicle",
            "manufacturer": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/183/?format=api",
                "name": "Unknown",
                "featured": false,
                "type": "Unknown",
                "country_code": "???",
                "abbrev": "UNK",
                "description": "The agency or launch service provider is not known yet.",
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "",
            "full_name": "Unknown Launch Vehicle",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 446,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/446/?format=api",
            "name": "UR-500",
            "manufacturer": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "KhSC",
                "description": "Khrunichev State Research and Production Space Center is a Moscow-based producer of spacecraft and space-launch systems, including the Proton and Rokot rockets and is currently developing the Angara rocket family. The Proton launch vehicle launches from Baikonur and Rokot launches from Baikonur and Plesetsk. Angara will launch from Plesetsk and Vostochny.",
                "administrator": "Director: Andrey Vladimirovich Kalinovskiy",
                "founding_year": "1916",
                "launchers": "Proton | Rokot",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_image_20190207032444.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_logo_20190207032444.png"
            },
            "program": [],
            "family": "Proton / UR-500",
            "full_name": "UR-500",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Proton_(rocket_family)"
        },
        {
            "id": 449,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/449/?format=api",
            "name": "Vanguard",
            "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": "",
            "full_name": "Vanguard",
            "variant": "",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vanguard_1_on_p_image_20240411114304.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Vanguard_(rocket)"
        },
        {
            "id": 139,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/139/?format=api",
            "name": "Vector",
            "manufacturer": {
                "id": 201,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/201/?format=api",
                "name": "Vector",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "VEC",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "",
            "full_name": "Vector-R",
            "variant": "R",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vector_image_20240411113508.jpeg",
            "info_url": "https://vector-launch.com/vector-r/",
            "wiki_url": "https://en.wikipedia.org/wiki/Vector-R"
        },
        {
            "id": 167,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/167/?format=api",
            "name": "Vega",
            "manufacturer": {
                "id": 159,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/159/?format=api",
                "name": "Avio S.p.A",
                "featured": false,
                "type": "Commercial",
                "country_code": "ITA",
                "abbrev": "Avio",
                "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
                "administrator": "CEO: Giulio Ranzo",
                "founding_year": "1908",
                "launchers": "Vega",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png"
            },
            "program": [],
            "family": "Vega",
            "full_name": "Vega",
            "variant": "",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
            "info_url": "http://www.arianespace.com/vehicle/vega/",
            "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)"
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/127/?format=api",
            "name": "Vega-C",
            "manufacturer": {
                "id": 159,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/159/?format=api",
                "name": "Avio S.p.A",
                "featured": false,
                "type": "Commercial",
                "country_code": "ITA",
                "abbrev": "Avio",
                "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
                "administrator": "CEO: Giulio Ranzo",
                "founding_year": "1908",
                "launchers": "Vega",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png"
            },
            "program": [],
            "family": "Vega",
            "full_name": "Vega-C",
            "variant": "",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
            "info_url": "http://www.arianespace.com/vehicle/vega/",
            "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)"
        },
        {
            "id": 448,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/448/?format=api",
            "name": "VLS-1",
            "manufacturer": {
                "id": 1012,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1012/?format=api",
                "name": "Department of Aerospace Science and Technology",
                "featured": false,
                "type": "Government",
                "country_code": "BRA",
                "abbrev": "",
                "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
                "administrator": null,
                "founding_year": "1953",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "",
            "full_name": "VLS-1",
            "variant": "1",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/VLS-1"
        },
        {
            "id": 450,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/450/?format=api",
            "name": "Volna",
            "manufacturer": {
                "id": 1013,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1013/?format=api",
                "name": "Makeyev Rocket Design Bureau",
                "featured": false,
                "type": "Commercial",
                "country_code": "RUS",
                "abbrev": "",
                "description": "The JSC Makeyev Design Bureau is a Russian missile design company located in Miass, Russia.\r\n\r\nEstablished in December 1947 as SKB-385, the company is the main designer of submarine-launched ballistic missiles (SLBM) in Russia. The organization was named in honor of Victor Makeyev. Its full official name is State Rocket Center «Academician V.P. Makeev Design Bureau».\r\n\r\nIn 1965, SKB-385 was redesignated the Design Bureau of Machine-Building (KBM) under the Ministry of General Machine-Building.",
                "administrator": null,
                "founding_year": "1947",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "",
            "full_name": "Volna",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Volna"
        },
        {
            "id": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
            "name": "Voskhod",
            "manufacturer": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "featured": false,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "CCCP",
                "description": "The Soviet space program, was the national space program of the Union of Soviet Socialist Republics (USSR) actived from 1930s until disintegration of the Soviet Union in 1991.\r\n\r\nThe Soviet Union's space program was mainly based on the cosmonautic exploration of space and the development of the expandable launch vehicles, which had been split between many design bureaus competing against each other. Over its 60-years of history, the Russian program was responsible for a number of pioneering feats and accomplishments in the human space flight, including the first intercontinental ballistic missile (R-7), first satellite (Sputnik 1), first animal in Earth orbit (the dog Laika on Sputnik 2), first human in space and Earth orbit (cosmonaut Yuri Gagarin on Vostok 1), first woman in space and Earth orbit (cosmonaut Valentina Tereshkova on Vostok 6), first spacewalk (cosmonaut Alexei Leonov on Voskhod 2), first Moon impact (Luna 2), first image of the far side of the Moon (Luna 3) and unmanned lunar soft landing (Luna 9), first space rover (Lunokhod 1), first sample of lunar soil automatically extracted and brought to Earth (Luna 16), and first space station (Salyut 1). Further notable records included the first interplanetary probes: Venera 1 and Mars 1 to fly by Venus and Mars, respectively, Venera 3 and Mars 2 to impact the respective planet surface, and Venera 7 and Mars 3 to make soft landings on these planets.",
                "administrator": null,
                "founding_year": "1931",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soviet2520space2520program_image_20191229081306.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soviet2520space2520program_logo_20191229081307.png"
            },
            "program": [
                {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/10/?format=api",
                    "name": "Voskhod",
                    "description": "The Voskhod programme was the second Soviet human spaceflight project. Two one-day crewed missions were flown using the Voskhod spacecraft and rocket, one in 1964 and one in 1965, and two dogs flew on a 22-day mission in 1966.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/voskhod_program_20200820205643.jpg",
                    "start_date": "1964-10-06T07:12:00Z",
                    "end_date": "1966-03-16T14:09:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Voskhod_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "family": "R-7",
            "full_name": "Voskhod",
            "variant": "Voskhod",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Voskhod_(rocket)"
        }
    ]
}