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&limit=10&offset=10
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=20",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10",
    "results": [
        {
            "id": 487,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/487/?format=api",
            "name": "Antares 330",
            "manufacturer": {
                "id": 257,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "NGSS",
                "description": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
                "administrator": "CEO: Kathy Warden",
                "founding_year": "2015",
                "launchers": "Antares | Minotaur | Pegasus",
                "spacecraft": "Cygnus",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png"
            },
            "program": [
                {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "family": "Antares",
            "full_name": "Antares 330",
            "variant": "330",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Antares_(rocket)#Antares_300_series"
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/126/?format=api",
            "name": "Ares I-X",
            "manufacturer": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "program": [],
            "family": "Ares",
            "full_name": "Ares I-X",
            "variant": "I-X",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ares2520i-x_image_20190222030444.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ares_I"
        },
        {
            "id": 219,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/219/?format=api",
            "name": "Ariane 1",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane",
            "full_name": "Ariane 1",
            "variant": "1",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_1_in_fli_image_20240314094301.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_1"
        },
        {
            "id": 220,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/220/?format=api",
            "name": "Ariane 2",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane",
            "full_name": "Ariane 2",
            "variant": "2",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_2_liftof_image_20240314094631.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_2"
        },
        {
            "id": 221,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/221/?format=api",
            "name": "Ariane 3",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane",
            "full_name": "Ariane 3",
            "variant": "3",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_3_liftof_image_20240314095002.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_3"
        },
        {
            "id": 222,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/222/?format=api",
            "name": "Ariane 40",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane 4",
            "full_name": "Ariane 40",
            "variant": "40",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_40_at_el_image_20240401084332.png",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_4"
        },
        {
            "id": 223,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/223/?format=api",
            "name": "Ariane 42L",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane 4",
            "full_name": "Ariane 42L",
            "variant": "42L",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_42l_at_e_image_20240401083718.png",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_4"
        },
        {
            "id": 224,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
            "name": "Ariane 42P",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane 4",
            "full_name": "Ariane 42P",
            "variant": "42P",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane42p_at_el_image_20240310184548.png",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_4"
        },
        {
            "id": 225,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
            "name": "Ariane 44L",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane 4",
            "full_name": "Ariane 44L",
            "variant": "44L",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_4"
        },
        {
            "id": 226,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/226/?format=api",
            "name": "Ariane 44LP",
            "manufacturer": {
                "id": 1003,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
                "name": "Aérospatiale",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "",
                "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
                "administrator": null,
                "founding_year": "1970",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Ariane 4",
            "full_name": "Ariane 44LP",
            "variant": "44LP",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_4"
        }
    ]
}