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=220&ordering=-attempted_landings
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=230&ordering=-attempted_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=210&ordering=-attempted_landings",
    "results": [
        {
            "id": 252,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/252/?format=api",
            "name": "Atlas I",
            "manufacturer": {
                "id": 106,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/106/?format=api",
                "name": "General Dynamics",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "GD",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Atlas",
            "full_name": "Atlas I",
            "variant": "I",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Atlas_I"
        },
        {
            "id": 34,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
            "name": "Soyuz",
            "manufacturer": {
                "id": 111,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/111/?format=api",
                "name": "Progress Rocket Space Center",
                "featured": false,
                "type": "Commercial",
                "country_code": "RUS",
                "abbrev": "PRSC",
                "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.",
                "administrator": "CEO: Dmitry Baranov",
                "founding_year": "1996",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520rocket2520space2520center_logo_20210313175054.png"
            },
            "program": [],
            "family": "",
            "full_name": "Soyuz FG",
            "variant": "FG",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz-FG"
        },
        {
            "id": 337,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/337/?format=api",
            "name": "Mu-3H",
            "manufacturer": {
                "id": 1009,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1009/?format=api",
                "name": "Institute of Space and Astronautical Science",
                "featured": false,
                "type": "Government",
                "country_code": "JPN",
                "abbrev": "ISAS",
                "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
                "administrator": null,
                "founding_year": null,
                "launchers": "Lambda",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Mu",
            "full_name": "Mu-3H",
            "variant": "H",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Mu_(rocket_family)"
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/89/?format=api",
            "name": "Zenit 2M",
            "manufacturer": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit 2M",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 258,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
            "name": "Atlas SLV-3 Agena D",
            "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 SLV-3 Agena D",
            "variant": "SLV-3 Agena D",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Atlas-Agena"
        },
        {
            "id": 505,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/505/?format=api",
            "name": "Qaem 100",
            "manufacturer": {
                "id": 1032,
                "url": "https://ll.thespacedevs.com/2.2.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,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_logo_20220308095207.png"
            },
            "program": [],
            "family": "",
            "full_name": "Qaem 100",
            "variant": "",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/qaem_100_image_20240123065309.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Qaem_100"
        },
        {
            "id": 443,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
            "name": "Tsiklon-2",
            "manufacturer": {
                "id": 112,
                "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_image_20190207032505.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_logo_20190207032505.png"
            },
            "program": [],
            "family": "Tsiklon",
            "full_name": "Tsiklon-2",
            "variant": "2",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Tsyklon-2"
        },
        {
            "id": 308,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/308/?format=api",
            "name": "Delta II",
            "manufacturer": {
                "id": 153,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/153/?format=api",
                "name": "McDonnell Douglas",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "MDC",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Delta",
            "full_name": "Delta II 7925-10",
            "variant": "7925-10",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Delta_II"
        },
        {
            "id": 62,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/62/?format=api",
            "name": "SPARK",
            "manufacturer": {
                "id": 195,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/195/?format=api",
                "name": "Sandia National Laboratories",
                "featured": false,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "SNL",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "",
            "full_name": "SPARK",
            "variant": "",
            "reusable": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spark_image_20190222030915.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SPARK_%28rocket%29"
        },
        {
            "id": 454,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/454/?format=api",
            "name": "Vostok-L 8K72",
            "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": "Vostok",
            "full_name": "Vostok-L 8K72",
            "variant": "L 8K72",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Vostok-L"
        }
    ]
}