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

{
    "id": 475,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/475/?format=api",
    "name": "RS1",
    "active": true,
    "reusable": false,
    "description": "Second-stage launch vehicle developed by ABL Space Systems using their E2 RP-1/LOX rocket engine. Nine engines are used in the first stage and one in the second stage. The RS1 is designed to be deployed and launched from any suitably flat site using a containerized launch system transported by trucks.",
    "family": "",
    "full_name": "RS1",
    "manufacturer": {
        "id": 1030,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1030/?format=api",
        "name": "ABL Space Systems",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ABL",
        "description": "ABL Space Systems is an American company based in El Segundo, California, specialized in launch vehicle and launch systems technology manufacturing using CNC and 3D printing.",
        "administrator": "CEO: Harry O'Hanley",
        "founding_year": "2017",
        "launchers": "RS1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 1,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://ablspacesystems.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_logo_20211102154855.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_nation_20240216143912.jpg"
    },
    "program": [],
    "variant": "1",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 26.8,
    "diameter": 1.83,
    "maiden_flight": "2023-01-10",
    "launch_cost": "12000000",
    "launch_mass": null,
    "leo_capacity": 1350,
    "gto_capacity": 400,
    "to_thrust": 485,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rs1_on_the_pad__image_20240325094914.jpeg",
    "info_url": "https://ablspacesystems.com/rocket/",
    "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems#RS1",
    "total_launch_count": 1,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 1,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}