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

{
    "id": 503,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/503/?format=api",
    "name": "Gravity-1",
    "description": "A 4 stage launch vehicle by Chinese private company OrienSpace, consisting of 5 solid rocket motors clustered together but with the center motor igniting just before boosters separation. The upper two stages also uses solid fuel.",
    "family": "",
    "full_name": "Gravity-1",
    "manufacturer": {
        "id": 1080,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1080/?format=api",
        "name": "Orienspace Technology",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "OrienSpace",
        "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
        "administrator": null,
        "founding_year": "2020",
        "launchers": "Gravity-1",
        "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": "http://www.orienspace.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Orienspace",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_logo_20240112075736.png",
        "image_url": null,
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_nation_20240112075637.png"
    },
    "program": [],
    "variant": "Gravity-1",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 29.4,
    "diameter": null,
    "maiden_flight": "2024-01-11",
    "launch_mass": 405,
    "leo_capacity": 6500,
    "gto_capacity": null,
    "to_thrust": 5880,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gravity-1_image_20240108105446.jpeg",
    "info_url": "https://www.orienspace.com/productPage",
    "wiki_url": null,
    "total_launch_count": 1,
    "consecutive_successful_launches": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 0
}