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

{
    "id": 488,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/488/?format=api",
    "name": "RFA One",
    "description": "RFA One is a three-stage rocket designed to launch small satellites and payloads of initially up to 1,350 kg into polar orbits.",
    "family": "",
    "full_name": "RFA One",
    "manufacturer": {
        "id": 1045,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1045/?format=api",
        "name": "Rocket Factory Augsburg",
        "featured": false,
        "type": "Private",
        "country_code": "DEU",
        "abbrev": "RFA",
        "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
        "administrator": "COO: Stefan Brieschenk",
        "founding_year": "2018",
        "launchers": "RFA One",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.rfa.space/",
        "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png",
        "image_url": null,
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520factory2520augsburg_nation_20240216150224.png"
    },
    "program": [],
    "variant": "One",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 30.0,
    "diameter": 2.0,
    "maiden_flight": null,
    "launch_mass": null,
    "leo_capacity": 1600,
    "gto_capacity": 450,
    "to_thrust": 100,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rfa_one_image_20230117001619.png",
    "info_url": "https://www.rfa.space/launcher/",
    "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg#Launch_vehicle",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1
}