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

{
    "id": 188,
    "launch_library_id": 206,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/188/?format=api",
    "name": "Juno II",
    "description": "Juno II was an American space launch vehicle used during the late 1950s and early 1960s. It was derived from the Jupiter missile, which was used as the first stage.",
    "family": "",
    "full_name": "Juno II",
    "manufacturer": {
        "id": 271,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
        "name": "Army Ballistic Missile Agency",
        "featured": false,
        "type": "Government",
        "country_code": "USA",
        "abbrev": "ABMA",
        "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 12,
        "consecutive_successful_launches": 0,
        "successful_launches": 5,
        "failed_launches": 7,
        "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/Army_Ballistic_Missile_Agency",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 3,
    "max_stage": 4,
    "length": 24.0,
    "diameter": 2.67,
    "maiden_flight": "1958-12-06",
    "launch_mass": 55,
    "leo_capacity": 41,
    "gto_capacity": null,
    "to_thrust": 654,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/juno2520ii_image_20191201204701.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Juno_II",
    "total_launch_count": 10,
    "consecutive_successful_launches": 0,
    "successful_launches": 5,
    "failed_launches": 5,
    "pending_launches": 0
}