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=20&ordering=gto_capacity
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=30&ordering=gto_capacity",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=10&ordering=gto_capacity",
    "results": [
        {
            "id": 118,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/118/?format=api",
            "name": "Pegasus XL HAPS",
            "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 HAPS",
            "variant": "HAPS",
            "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": 399,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/399/?format=api",
            "name": "Thor Delta A",
            "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": "Thor",
            "full_name": "Thor Delta A",
            "variant": "Delta A",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Thor-Delta"
        },
        {
            "id": 400,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/400/?format=api",
            "name": "Thor Delta B",
            "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": "Thor",
            "full_name": "Thor Delta B",
            "variant": "Delta B",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Thor-Delta"
        },
        {
            "id": 403,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/403/?format=api",
            "name": "Thor Delta D",
            "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": "Thor",
            "full_name": "Thor Delta D",
            "variant": "Delta D",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Thor-Delta"
        },
        {
            "id": 404,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/404/?format=api",
            "name": "Thor Delta E",
            "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": "Thor",
            "full_name": "Thor Delta E",
            "variant": "Delta E",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Thor-Delta"
        },
        {
            "id": 405,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/405/?format=api",
            "name": "Thor Delta E1",
            "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": "Thor",
            "full_name": "Thor Delta E1",
            "variant": "Delta E1",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Thor-Delta"
        },
        {
            "id": 316,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/316/?format=api",
            "name": "Europa I",
            "manufacturer": {
                "id": 1015,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api",
                "name": "European Launcher Development Organisation",
                "featured": false,
                "type": "Government",
                "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS",
                "abbrev": "ELDO",
                "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.",
                "administrator": null,
                "founding_year": "1961",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "program": [],
            "family": "Europa",
            "full_name": "Europa I",
            "variant": "I",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115405.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Europa_(rocket)"
        },
        {
            "id": 230,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/230/?format=api",
            "name": "Atlas-Able",
            "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-Able",
            "variant": "",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Atlas-Able"
        },
        {
            "id": 407,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/407/?format=api",
            "name": "Thor Delta J",
            "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": "Thor",
            "full_name": "Thor Delta J",
            "variant": "Delta J",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Thor-Delta"
        },
        {
            "id": 408,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/408/?format=api",
            "name": "Thor Delta L",
            "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": "Thor",
            "full_name": "Thor Delta L",
            "variant": "Delta L",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Thor-Delta"
        }
    ]
}