AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/163c666e-6c61-4e10-8110-6d3c33d965f6/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "163c666e-6c61-4e10-8110-6d3c33d965f6",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/163c666e-6c61-4e10-8110-6d3c33d965f6/?format=api",
    "slug": "zhuque-3-demo-flight",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Zhuque-3 | Demo Flight",
    "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
    },
    "last_updated": "2025-12-01T16:44:33Z",
    "updates": [
        {
            "id": 13090,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://spacenews.com/china-set-for-first-orbital-launch-and-landing-attempt-this-weekend-with-commercial-zhuque-3-rocket/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-12-01T16:44:00Z"
        }
    ],
    "net": "2025-12-31T00:00:00Z",
    "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
    },
    "window_end": "2025-12-31T00:00:00Z",
    "window_start": "2025-12-31T00:00:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 259,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
        "name": "LandSpace",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "LS",
        "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
        "administrator": "Founder: Zhang Changwu",
        "founding_year": "2015",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 7,
        "consecutive_successful_launches": 0,
        "successful_launches": 4,
        "failed_launches": 3,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_nation_20230702184353.png"
    },
    "rocket": {
        "id": 8821,
        "configuration": {
            "id": 539,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/539/?format=api",
            "name": "Zhuque-3",
            "active": true,
            "reusable": true,
            "description": "",
            "family": "Zhuque",
            "full_name": "Zhuque-3",
            "manufacturer": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
                "name": "LandSpace",
                "featured": false,
                "type": "Commercial",
                "country_code": "CHN",
                "abbrev": "LS",
                "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
                "administrator": "Founder: Zhang Changwu",
                "founding_year": "2015",
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 7,
                "consecutive_successful_launches": 0,
                "successful_launches": 4,
                "failed_launches": 3,
                "pending_launches": 1,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_nation_20230702184353.png"
            },
            "program": [],
            "variant": "",
            "alias": "ZQ-3",
            "min_stage": 2,
            "max_stage": 2,
            "length": 76.6,
            "diameter": 4.5,
            "maiden_flight": null,
            "launch_cost": null,
            "launch_mass": 660,
            "leo_capacity": 21300,
            "gto_capacity": null,
            "to_thrust": 9000,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-3",
            "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
        },
        "launcher_stage": [
            {
                "id": 852,
                "type": "Core",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 242,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/242/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "UnknownZQ3",
                    "status": "N/A",
                    "image_url": null,
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "landing": {
                    "id": 1747,
                    "attempt": true,
                    "success": null,
                    "description": "The Zhuque-3 first stage booster will attempt to land on its downrange landing pad.",
                    "downrange_distance": 390.0,
                    "location": {
                        "id": 60,
                        "name": "Zhuque-3 Landing Site",
                        "abbrev": "ZQ-3 LZ",
                        "description": "Landing site for first stage boosters of LandSpace’s Zhuque-3 rocket at Minqin County, Gansu Province, China.",
                        "location": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                            "country_code": "CHN",
                            "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                            "timezone_name": "Asia/Shanghai",
                            "total_launch_count": 266,
                            "total_landing_count": 0
                        },
                        "successful_landings": 0
                    },
                    "type": {
                        "id": 9,
                        "name": "Vertical Landing",
                        "abbrev": "VL",
                        "description": "Vertical landing using engines"
                    }
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            }
        ],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7412,
        "name": "Demo Flight",
        "description": "First test launch of LandSpace’s ZQ-3 rocket. The rocket’s 1st stage will attempt to land on a landing pad about 300 km downrange of the launch site.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 25,
            "name": "Unknown",
            "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 243,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/243/?format=api",
        "agency_id": 259,
        "name": "Launch Area 96B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-3",
        "map_url": "https://www.google.com/maps?q=40.92017,100.25129",
        "latitude": "40.92017",
        "longitude": "100.25129",
        "location": {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
            "timezone_name": "Asia/Shanghai",
            "total_launch_count": 266,
            "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_96b_20251128220544.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "timeline": [],
    "image": null,
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 7182,
    "location_launch_attempt_count": 271,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 8,
    "orbital_launch_attempt_count_year": 333,
    "location_launch_attempt_count_year": 32,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 3,
    "pad_turnaround": "P0D",
    "mission_patches": [],
    "type": "detailed"
}