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

{
    "id": 499,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/499/?format=api",
    "name": "SR75",
    "active": true,
    "reusable": false,
    "description": "Single-stage suborbital sounding rocket developed by German private company HyImpulse. Used to offer commercial microgravity services and as a test bed for the company's SL1 orbital rocket.",
    "family": "",
    "full_name": "SR75",
    "manufacturer": {
        "id": 1066,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1066/?format=api",
        "name": "HyImpulse",
        "featured": false,
        "type": "Private",
        "country_code": "DEU",
        "abbrev": "HYI",
        "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.",
        "administrator": "CEO: Mario Kobald",
        "founding_year": "2018",
        "launchers": "SR75 | SL1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 1,
        "successful_launches": 1,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://hyimpulse.de/en/",
        "wiki_url": "https://en.wikipedia.org/wiki/HyImpulse",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hyimpulse_logo_20230818080330.png",
        "image_url": null,
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hyimpulse_nation_20230818080330.png"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": null,
    "diameter": 0.64,
    "maiden_flight": "2024-05-03",
    "launch_cost": null,
    "launch_mass": null,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 75,
    "apogee": 200,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sr75_image_20230818080919.jpeg",
    "info_url": "https://hyimpulse.de/en/products/4-project-2-sounding-rocket",
    "wiki_url": null,
    "total_launch_count": 1,
    "consecutive_successful_launches": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}