API endpoint that allows Launcher instances to be viewed.

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

FILTERS: Parameters - 'id', 'serial_number', 'flight_proven', 'launcher_config', 'launcher_config__ids', 'launcher_config__manufacturer__name', 'is_placeholder' Example - /2.2.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.2.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.2.0/launcher/?order=flight_proven

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

{
    "id": 235,
    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/235/?format=api",
    "flight_proven": false,
    "serial_number": "T1H",
    "is_placeholder": false,
    "status": "active",
    "details": "T1H, which stands for Themis 1-Engine Hop, is the first Themis demonstrator flight model, designed for low-altitude hop tests at the Esrange Space Center in Sweden.",
    "launcher_config": {
        "id": 523,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/523/?format=api",
        "name": "Themis Demonstrator",
        "active": true,
        "reusable": true,
        "description": "Themis is an ESA rocket prototype – a flagship European demonstrator for low-cost rocket recovery and reuse technologies. Powered by the reusable, methane-fuelled engine Prometheus, it is developed with ArianeGroup as prime contractor and building on decades of European research and experience in rocketry and space operations, Themis is designed to launch, land vertically and live on for another mission.",
        "family": "",
        "full_name": "Themis Demonstrator",
        "manufacturer": {
            "id": 1044,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1044/?format=api",
            "name": "ArianeGroup",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "AG",
            "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.",
            "administrator": "CEO: Martin Sion",
            "founding_year": "2015",
            "launchers": "Ariane",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 0,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 0,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.ariane.group/",
            "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianegroup_nation_20230802053255.jpg"
        },
        "program": [],
        "variant": "",
        "alias": "",
        "min_stage": 1,
        "max_stage": 1,
        "length": 28.0,
        "diameter": 3.5,
        "maiden_flight": null,
        "launch_cost": null,
        "launch_mass": 170,
        "leo_capacity": null,
        "gto_capacity": null,
        "to_thrust": 980,
        "apogee": 20,
        "vehicle_range": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/themis_demonstr_image_20250916085603.jpg",
        "info_url": "https://www.esa.int/Enabling_Support/Space_Transportation/Themis",
        "wiki_url": "https://en.wikipedia.org/wiki/Themis_programme",
        "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
    },
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg",
    "successful_landings": 0,
    "attempted_landings": 0,
    "flights": 0,
    "last_launch_date": null,
    "first_launch_date": null
}