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

{
    "id": 220,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/220/?format=api",
    "name": "Ariane 2",
    "description": "Ariane 2 was an expendable space launch vehicle, operated by the European Space Agency (ESA) between 1986 and 1989 as part of Ariane family of rockets. The principal manufacturer for the Ariane 2 was Aérospatiale, while the lead agency for its development was the Centre National d'Etudes Spatiales (CNES), the French government's space agency.",
    "family": "Ariane",
    "full_name": "Ariane 2",
    "manufacturer": {
        "id": 1003,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1003/?format=api",
        "name": "Aérospatiale",
        "featured": false,
        "type": "Government",
        "country_code": "FRA",
        "abbrev": "",
        "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
        "administrator": null,
        "founding_year": "1970",
        "launchers": "",
        "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": null,
        "wiki_url": "https://en.wikipedia.org/wiki/A%C3%A9rospatiale",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "2",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 49.13,
    "diameter": 3.8,
    "maiden_flight": "1986-05-31",
    "launch_mass": 215,
    "leo_capacity": null,
    "gto_capacity": 2175,
    "to_thrust": 2580,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_2_liftof_image_20240314094631.jpg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Ariane_2",
    "total_launch_count": 6,
    "consecutive_successful_launches": 5,
    "successful_launches": 5,
    "failed_launches": 1,
    "pending_launches": 0
}