API endpoint that allows Launcher Configurations to be viewed.

GET: Return a list of all the existing launcher configurations.

MODE: Normal and Detailed /2.2.0/config/launcher/?mode=detailed

FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'program', 'maiden_flight' 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings'

ORDERING: Fields - 'name', 'launch_mass', 'leo_capacity', 'gto_capacity', 'launch_cost', 'maiden_flight', 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings' Example - /2.2.0/config/launcher/?ordering=maiden_flight

Get all Launchers with the Agency with name NASA. Example - /2.2.0/config/launcher/?manufacturer__name=NASA

GET /2.2.0/config/launcher/272/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 272,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/272/?format=api",
    "name": "Commercial Titan III",
    "active": false,
    "reusable": false,
    "description": "The Commercial Titan III, also known as CT-3 or CT-III, was an American expendable launch system, developed by Martin Marietta during the late 1980s and flown four times during the early 1990s. It was derived from the Titan 34D, and was originally proposed as a medium-lift expendable launch system for the US Air Force, who selected the Delta II instead. Development was continued as a commercial launch system, and the first rocket flew in 1990. Due to higher costs than contemporary rockets such as the Ariane 4, orders were not forthcoming, and the CT-3 was retired in 1992.",
    "family": "Titan",
    "full_name": "Commercial Titan III",
    "manufacturer": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.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": "III",
    "alias": "",
    "min_stage": 2,
    "max_stage": 3,
    "length": 47.3,
    "diameter": 3.05,
    "maiden_flight": "1990-01-01",
    "launch_cost": null,
    "launch_mass": 680,
    "leo_capacity": 14742,
    "gto_capacity": 4990,
    "to_thrust": null,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial_tita_image_20240411092244.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Titan_III",
    "total_launch_count": 4,
    "consecutive_successful_launches": 4,
    "successful_launches": 4,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}