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

{
    "id": 524,
    "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/524/?format=api",
    "name": "Callisto",
    "active": true,
    "reusable": true,
    "description": "Callisto is a demonstrator designed to conduct flight testing and mature the complex technologies required to return a launcher to Earth, as well as refurbishment operations between flights, and to precisely cost an operational European launcher with a reusable first stage (it is not intended to become an operational launcher). Standing for “Cooperative Action Leading to Launcher Innovation in Stage Toss-back Operations”, Callisto is a project being pursued with the Japan Aerospace Exploration Agency (JAXA) and the German space agency DLR. A large number of international contractors are also contributing to the experiment, among them ArianeGroup and Mitsubishi Heavy Industries.",
    "family": "",
    "full_name": "Callisto",
    "manufacturer": {
        "id": 46,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "featured": false,
        "type": "Government",
        "country_code": "FRA",
        "abbrev": "CNES",
        "description": "The National Center of Space Research, or CNES, is a French National Agency in charge of France's space program. In partnership with the US and Russia, they have put 10 people in space. CNES works in tandem with the larger ESA to develop the Ariane 5 and work on other probes and satellites. They are working with Germany to develop a cheaper and more efficient reusable rocket, which hopefully will be ready to fly by 2026.",
        "administrator": "CEO: François Jacq",
        "founding_year": "1961",
        "launchers": "Ariane 5",
        "spacecraft": "Mars/Venus Express | Rosetta",
        "launch_library_url": null,
        "total_launch_count": 14,
        "consecutive_successful_launches": 3,
        "successful_launches": 12,
        "failed_launches": 2,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.cnes.fr/",
        "wiki_url": "https://en.wikipedia.org/wiki/CNES",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_logo_image_20250722090832.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_toulouse_e_image_20250722090314.jpg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_social_log_image_20250722090952.jpg"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": 13.0,
    "diameter": 1.1,
    "maiden_flight": null,
    "launch_cost": null,
    "launch_mass": null,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 46,
    "apogee": 20,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/callisto_render_image_20250916093902.webp",
    "info_url": "https://cnes.fr/en/projects/callisto",
    "wiki_url": "https://en.wikipedia.org/wiki/CALLISTO",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}