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

{
    "count": 489,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=470&ordering=-gto_capacity",
    "results": [
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/58/?format=api",
            "name": "Zenit 3F",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/65/?format=api",
            "name": "Kuaizhou",
            "manufacturer": {
                "id": 184,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
                "name": "China Aerospace Science and Industry Corporation",
                "featured": false,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CASIC",
                "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.",
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520industry2520corporation_logo_20201111180047.png"
            },
            "program": [],
            "family": "",
            "full_name": "Kuaizhou",
            "variant": "",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/kuaizhou-1_lift_image_20240411121350.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kuaizhou"
        },
        {
            "id": 108,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/108/?format=api",
            "name": "Minotaur IV",
            "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 IV HAPS",
            "variant": "HAPS",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/minotaur_iv_lau_image_20240307170209.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Minotaur_IV"
        },
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/40/?format=api",
            "name": "Rokot/Briz-KM",
            "manufacturer": {
                "id": 163,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/163/?format=api",
                "name": "Russian Aerospace Defence Forces",
                "featured": false,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "VKO",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": "Russian Federal Space Agency (ROSCOSMOS)",
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Rokot",
            "full_name": "Rokot/Briz-KM",
            "variant": "Briz-KM",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Rokot"
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/129/?format=api",
            "name": "Pegasus Hybrid",
            "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": "Pegasus",
            "full_name": "Pegasus Hybrid",
            "variant": "Hybrid",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pegasus_image_20190830213841.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Pegasus_(rocket)"
        },
        {
            "id": 173,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
            "name": "Pegasus XL",
            "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": "Pegasus",
            "full_name": "Pegasus XL",
            "variant": "",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Pegasus_(rocket)"
        },
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/91/?format=api",
            "name": "Zenit",
            "manufacturer": {
                "id": 196,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/196/?format=api",
                "name": "Land Launch",
                "featured": false,
                "type": "Commercial",
                "country_code": "RUS",
                "abbrev": "LL",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit 3SLB",
            "variant": "3SLB",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
            "name": "Zenit",
            "manufacturer": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "featured": false,
                "type": "Commercial",
                "country_code": "RUS",
                "abbrev": "SL",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit 3SL",
            "variant": "3SL",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/85/?format=api",
            "name": "Minotaur IV",
            "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 IV+",
            "variant": "+",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/minotaur2520iv_image_20190222030607.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Minotaur_IV"
        }
    ]
}