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/102/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 102,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
    "name": "Kosmos-3M",
    "active": false,
    "reusable": false,
    "description": "N/A",
    "family": "Kosmos",
    "full_name": "Kosmos-3M (11K65M)",
    "manufacturer": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "featured": false,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "VKS",
        "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.",
        "administrator": "Commander: Aleksandr Golovko",
        "founding_year": "1992",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 139,
        "consecutive_successful_launches": 51,
        "successful_launches": 131,
        "failed_launches": 8,
        "pending_launches": 3,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Russian_Aerospace_Forces",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_logo_20200805185824.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_nation_20230805154528.png"
    },
    "program": [],
    "variant": "-3M",
    "alias": "",
    "min_stage": null,
    "max_stage": null,
    "length": null,
    "diameter": null,
    "maiden_flight": "1967-05-15",
    "launch_cost": null,
    "launch_mass": null,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Kosmos-3M",
    "total_launch_count": 445,
    "consecutive_successful_launches": 22,
    "successful_launches": 423,
    "failed_launches": 22,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}