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/35cd0984-b80f-4bc9-9d7a-ead47a40bccd/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "35cd0984-b80f-4bc9-9d7a-ead47a40bccd",
    "url": "https://lldev.thespacedevs.com/2.2.0/launch/35cd0984-b80f-4bc9-9d7a-ead47a40bccd/?format=api",
    "slug": "zhuque-2e-6-satellites",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Zhuque-2E | 6 satellites",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2025-05-21T07:43:56Z",
    "updates": [
        {
            "id": 11017,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5167271841893511",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T04:48:00Z"
        },
        {
            "id": 10939,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Launch vehicle and payload identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2684835#msg2684835",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T02:58:00Z"
        },
        {
            "id": 10995,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://m.weibo.cn/detail/5166513678455951",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T02:59:00Z"
        },
        {
            "id": 11005,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for May 17 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2686582#msg2686582",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-16T03:41:00Z"
        },
        {
            "id": 11010,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=qrK8E3_dn-s",
            "created_by": "LL2",
            "created_on": "2025-05-17T02:24:00Z"
        },
        {
            "id": 11014,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325167214969094340",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T03:58:00Z"
        },
        {
            "id": 11015,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325167214969094340",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T04:12:00Z"
        }
    ],
    "net": "2025-05-17T04:12:00Z",
    "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "window_end": "2025-05-17T04:40:00Z",
    "window_start": "2025-05-17T04:04:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 259,
        "url": "https://lldev.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": 6,
        "consecutive_successful_launches": 4,
        "successful_launches": 4,
        "failed_launches": 2,
        "pending_launches": 0,
        "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": 8610,
        "configuration": {
            "id": 519,
            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/519/?format=api",
            "name": "Zhuque-2E",
            "active": true,
            "reusable": false,
            "description": "Zhuque-2E (E stands for “enhanced”) is a medium-sized rocket powered by liquid oxygen and methane capable of lifting 6,000 kg of payload into a 200 km low Earth orbit, or 4,000 kg of payload into a 500 km Sun-synchronous orbit. It differs from the baseline Zhuque-2 in using enhanced TQ-12A engines on the 1st stage with higher thrust and specific impulse than the original TQ-12, and a new TQ-15A engine on the 2nd stage that has a moveable nozzle.",
            "family": "Zhuque",
            "full_name": "Zhuque-2E",
            "manufacturer": {
                "id": 259,
                "url": "https://lldev.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": 6,
                "consecutive_successful_launches": 4,
                "successful_launches": 4,
                "failed_launches": 2,
                "pending_launches": 0,
                "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": "2E",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 49.5,
            "diameter": 3.35,
            "maiden_flight": "2024-11-27",
            "launch_cost": null,
            "launch_mass": 229,
            "leo_capacity": 6000,
            "gto_capacity": null,
            "to_thrust": 2880,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhunque_2e_on_t_image_20241216101643.jpg",
            "info_url": "https://www.landspace.com/en/product.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-2",
            "total_launch_count": 2,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7202,
        "name": "6 satellites",
        "description": "6 satellites from satellite manufacturer SpaceTY, including 3 multi-spectral Earth observation satellites and 3 technology demonstration satellites for various academic institutions.\r\n\r\n* Tianyi-29\r\n* Tianyi-34\r\n* Tianyi-35\r\n* Tianyi-42\r\n* Tianyi-45\r\n* Tianyi-46",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 9,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/9/?format=api",
        "agency_id": 259,
        "name": "Launch Area 96",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
        "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
        "latitude": "40.91491",
        "longitude": "100.245488",
        "location": {
            "id": 17,
            "url": "https://lldev.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": 253,
            "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_9_20200803143341.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 9,
            "source": null,
            "publisher": "International Rocket Launches",
            "title": "Live: Zhuque-2E Flight 2 Launch",
            "description": "Footage courtesy of LANDSPACE蓝箭航天\n\n\nInternational Rocket Launches provides commentary-free coverage of select global rocket launches.\n\nFollow @IntRocketLaunch on Twitter: https://twitter.com/IntRocket...",
            "feature_image": "https://i.ytimg.com/vi/qrK8E3_dn-s/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=qrK8E3_dn-s",
            "type": {
                "id": 4,
                "name": "Unofficial Re-stream"
            },
            "language": {
                "id": 2,
                "name": "Chinese",
                "code": "zn"
            },
            "start_time": "2025-05-17T02:11:16Z",
            "end_time": "2025-05-17T04:33:07Z"
        },
        {
            "priority": 10,
            "source": "weibo.com",
            "publisher": "Weibo",
            "title": "微博直播",
            "description": "",
            "feature_image": null,
            "url": "https://weibo.com/l/wblive/p/show/1022:2321325167214969094340",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 2,
                "name": "Chinese",
                "code": "zn"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhunque_2e_on_t_image_20241216101643.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6955,
    "location_launch_attempt_count": 250,
    "pad_launch_attempt_count": 5,
    "agency_launch_attempt_count": 6,
    "orbital_launch_attempt_count_year": 106,
    "location_launch_attempt_count_year": 11,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P171DT2H12M",
    "mission_patches": [],
    "type": "detailed"
}