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

{
    "id": 481,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/481/?format=api",
    "name": "Black Brant IX",
    "description": "The Black Brant IX is a Canadian-designed sounding rocket used by the CSA and NASA.",
    "family": "",
    "full_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": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://magellan.aero/",
        "wiki_url": "https://en.wikipedia.org/wiki/Magellan_Aerospace",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_logo_20220622160105.png",
        "image_url": null,
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_nation_20220622160105.png"
    },
    "program": [],
    "variant": "IX",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 12.2,
    "diameter": 0.46,
    "maiden_flight": "1982-03-16",
    "launch_mass": 2,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": 300,
    "vehicle_range": null,
    "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",
    "total_launch_count": 3,
    "consecutive_successful_launches": 3,
    "successful_launches": 3,
    "failed_launches": 0,
    "pending_launches": 0
}