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&offset=10&ordering=gto_capacity
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=20&ordering=gto_capacity",
    "previous": "https://ll.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&ordering=gto_capacity",
    "results": [
        {
            "id": 40,
            "launch_library_id": 50,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/40/?format=api",
            "name": "Rokot/Briz-KM",
            "manufacturer": {
                "id": 163,
                "url": "https://ll.thespacedevs.com/2.0.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
            },
            "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": 173,
            "launch_library_id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/173/?format=api",
            "name": "Pegasus XL",
            "manufacturer": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.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
            },
            "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,
            "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": 74,
            "launch_library_id": 101,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/74/?format=api",
            "name": "Safir 1B",
            "manufacturer": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/34/?format=api",
                "name": "Iranian Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "IRN",
                "abbrev": "ISA",
                "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.",
                "administrator": "Morteza Barari",
                "founding_year": "2004",
                "launchers": "Safir | Simorgh",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "program": [],
            "family": "Nodong",
            "full_name": "Safir 1B",
            "variant": "1B",
            "reusable": false,
            "image_url": null,
            "info_url": null,
            "wiki_url": null
        },
        {
            "id": 137,
            "launch_library_id": 9999,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
            "name": "New Shepard",
            "manufacturer": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "BO",
                "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                "administrator": "CEO: Jeff Bezos",
                "founding_year": "2000",
                "launchers": "New Shepard | New Glenn",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
            },
            "program": [],
            "family": "",
            "full_name": "New Shepard",
            "variant": "",
            "reusable": true,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
            "info_url": "https://www.blueorigin.com/new-shepard/",
            "wiki_url": "https://en.wikipedia.org/wiki/New_Shepard"
        },
        {
            "id": 108,
            "launch_library_id": 128,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/108/?format=api",
            "name": "Minotaur IV",
            "manufacturer": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.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
            },
            "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": 465,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
            "name": "SpaceShipTwo",
            "manufacturer": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "VG",
                "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                "administrator": "Founder: Richard Branson",
                "founding_year": "2004",
                "launchers": "VMS Eve",
                "spacecraft": "VSS Enterprise | VSS Unity",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
            },
            "program": [],
            "family": "",
            "full_name": "SpaceShipTwo",
            "variant": "",
            "reusable": true,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceShipTwo"
        },
        {
            "id": 118,
            "launch_library_id": 152,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/118/?format=api",
            "name": "Pegasus XL HAPS",
            "manufacturer": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.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
            },
            "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": 132,
            "launch_library_id": 150,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/132/?format=api",
            "name": "Pegasus HAPS",
            "manufacturer": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.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
            },
            "program": [],
            "family": "Pegasus",
            "full_name": "Pegasus HAPS",
            "variant": "HAPS",
            "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": 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
        }
    ]
}