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

{
    "id": 127,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/127/?format=api",
    "name": "Vega-C",
    "active": true,
    "reusable": false,
    "description": "Vega-C is a single-body rocket nearly 35 m high with that weighs 210 tonnes on the launch pad. As with Vega, its main elements are three solid-propellant stages, an upper stage powered by a reignitable liquid-propellant engine and a payload fairing. Vega-C's P120C first stage replaces Vega’s smaller P80 to provide a significant increase in thrust at liftoff. It is also used as boosters (2 or 4) for the Ariane 6 rocket.",
    "family": "Vega",
    "full_name": "Vega-C",
    "manufacturer": {
        "id": 159,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/159/?format=api",
        "name": "Avio S.p.A",
        "featured": true,
        "type": "Commercial",
        "country_code": "ITA",
        "abbrev": "Avio",
        "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
        "administrator": "CEO: Giulio Ranzo",
        "founding_year": "1908",
        "launchers": "Vega",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 3,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.avio.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Avio",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/avio_social_log_image_20250211190007.jpg"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 4,
    "max_stage": 4,
    "length": 35.0,
    "diameter": 3.0,
    "maiden_flight": "2022-07-13",
    "launch_cost": "48000000",
    "launch_mass": 210,
    "leo_capacity": 3300,
    "gto_capacity": null,
    "to_thrust": 2974,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
    "info_url": "http://www.arianespace.com/vehicle/vega/",
    "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)",
    "total_launch_count": 3,
    "consecutive_successful_launches": 1,
    "successful_launches": 2,
    "failed_launches": 1,
    "pending_launches": 24,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}