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

{
    "id": 421,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/421/?format=api",
    "name": "Titan 24B",
    "description": "Titan IIIB was the collective name for a number of derivatives of the Titan II ICBM and Titan III launch vehicle, modified by the addition of an Agena upper stage. It consisted of four separate rockets. The Titan 23B was a basic Titan II with an Agena upper stage, and the Titan 24B was the same concept, but using the slightly enlarged Titan IIIM rocket as the base. The Titan 33B was a Titan 23B with the Agena (which had a smaller diameter than the Titan) enclosed in an enlarged fairing, in order to allow larger payloads to be launched. The final member of the Titan IIIB family was the Titan 34B which was a Titan 24B with the larger fairing used on the Titan 33B.",
    "family": "Titan",
    "full_name": "Titan 24B",
    "manufacturer": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "LMT",
        "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
        "administrator": null,
        "founding_year": "1953",
        "launchers": "Titan | Agena",
        "spacecraft": "Hubble | JUNO | InSight",
        "launch_library_url": null,
        "total_launch_count": 80,
        "consecutive_successful_launches": 38,
        "successful_launches": 77,
        "failed_launches": 3,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.lockheedmartin.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Lockheed_Martin",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "24B",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 45.0,
    "diameter": 3.05,
    "maiden_flight": "1971-08-12",
    "launch_mass": 170,
    "leo_capacity": 3000,
    "gto_capacity": null,
    "to_thrust": 2410,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": "",
    "wiki_url": "https://en.wikipedia.org/wiki/Titan_IIIB",
    "total_launch_count": 23,
    "consecutive_successful_launches": 15,
    "successful_launches": 21,
    "failed_launches": 2,
    "pending_launches": 0
}