API endpoint that allows Launcher Configurations to be viewed.

GET:
Return a list of all the existing launcher configurations.

MODE:
Normal and Detailed
/2.0.0/config/launcher/?mode=detailed

FILTERS:
Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'manufacturer__launch_library_id'

Get all Launchers with the Launch Library ID of 44.
Example - /2.0.0/config/launcher/?manufacturer__launch_library_id=44

Get all Launchers with the Agency with name NASA.
Example - /2.0.0/config/launcher/?manufacturer__name=NASA

GET /2.0.0/config/launcher/?format=api&ordering=launch_mass
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 489,
    "next": "https://ll.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=10&ordering=launch_mass",
    "previous": null,
    "results": [
        {
            "id": 58,
            "launch_library_id": 63,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/58/?format=api",
            "name": "Zenit 3F",
            "manufacturer": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 91,
            "launch_library_id": 94,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/91/?format=api",
            "name": "Zenit",
            "manufacturer": {
                "id": 196,
                "url": "https://ll.thespacedevs.com/2.0.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
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit 3SLB",
            "variant": "3SLB",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 11,
            "launch_library_id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
            "name": "Zenit",
            "manufacturer": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.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
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit 3SL",
            "variant": "3SL",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 344,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/344/?format=api",
            "name": "Project Pilot",
            "manufacturer": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
                "name": "US Navy",
                "featured": false,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "USN",
                "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.",
                "administrator": null,
                "founding_year": "1963",
                "launchers": "",
                "spacecraft": "Vanguard 1-3 | Parker Solar Probe",
                "parent": null,
                "image_url": null
            },
            "program": [],
            "family": "",
            "full_name": "Project Pilot",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/NOTS-EV-1_Pilot"
        },
        {
            "id": 342,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/342/?format=api",
            "name": "Nike Cajun",
            "manufacturer": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "program": [],
            "family": "",
            "full_name": "Nike Cajun",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Nike-Cajun"
        },
        {
            "id": 89,
            "launch_library_id": 113,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/89/?format=api",
            "name": "Zenit 2M",
            "manufacturer": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "program": [],
            "family": "Zenith",
            "full_name": "Zenit 2M",
            "variant": "",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 466,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/466/?format=api",
            "name": "MOMO v1",
            "manufacturer": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "featured": false,
                "type": "Commercial",
                "country_code": "JPN",
                "abbrev": "ISTECH",
                "description": "Interstellar Technologies, Inc. (Japanese: インターステラテクノロジズ(株) Hepburn: Intāsutera Tekunorojizu (kabu)) is a Japanese NewSpace company. It is a rocket spacelaunch company developing the MOMO launcher. Its stated goal is to reduce the cost of access to space. In 2017, it became the first Japanese company to launch a privately developed space rocket, though the launch was unsuccessful. The company plans to complete a rocket by 2020 that would be capable of launching small satellites into orbit.",
                "administrator": "President: Takahiro Inagawa",
                "founding_year": "2005",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg"
            },
            "program": [],
            "family": "MOMO",
            "full_name": "MOMO v1",
            "variant": "v1",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "info_url": "http://www.istellartech.com/technology/momo",
            "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies"
        },
        {
            "id": 198,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/198/?format=api",
            "name": "MOMO v0",
            "manufacturer": {
                "id": 1002,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1002/?format=api",
                "name": "Interstellar Technologies",
                "featured": false,
                "type": "Commercial",
                "country_code": "JPN",
                "abbrev": "ISTECH",
                "description": "Interstellar Technologies, Inc. (Japanese: インターステラテクノロジズ(株) Hepburn: Intāsutera Tekunorojizu (kabu)) is a Japanese NewSpace company. It is a rocket spacelaunch company developing the MOMO launcher. Its stated goal is to reduce the cost of access to space. In 2017, it became the first Japanese company to launch a privately developed space rocket, though the launch was unsuccessful. The company plans to complete a rocket by 2020 that would be capable of launching small satellites into orbit.",
                "administrator": "President: Takahiro Inagawa",
                "founding_year": "2005",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg"
            },
            "program": [],
            "family": "MOMO",
            "full_name": "MOMO v0",
            "variant": "v0",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
            "info_url": "http://www.istellartech.com/technology/momo",
            "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies"
        },
        {
            "id": 481,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/481/?format=api",
            "name": "Black Brant IX",
            "manufacturer": {
                "id": 1039,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1039/?format=api",
                "name": "Magellan Aerospace Corporation",
                "featured": false,
                "type": "Commercial",
                "country_code": "CAN",
                "abbrev": "MAC",
                "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
                "administrator": "CEO: Phillip Underwood",
                "founding_year": "1996",
                "launchers": "Black Brant",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "program": [],
            "family": "",
            "full_name": "Black Brant IX",
            "variant": "IX",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/black_brant_ix_image_20220625190201.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Black_Brant_(rocket)#Black_Brant_IX"
        },
        {
            "id": 474,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/474/?format=api",
            "name": "Hapith I",
            "manufacturer": {
                "id": 1029,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1029/?format=api",
                "name": "TiSPACE",
                "featured": false,
                "type": "Private",
                "country_code": "TWN",
                "abbrev": "",
                "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
                "administrator": "Dr. Yen-Sen Chen",
                "founding_year": "2016",
                "launchers": "Hapith I, Hapith V",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "program": [],
            "family": "",
            "full_name": "Hapith I",
            "variant": "I",
            "reusable": false,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hapith_i_image_20210911031658.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE#HAPITH_I"
        }
    ]
}