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://ll.thespacedevs.com/2.2.0/launch/35cd0984-b80f-4bc9-9d7a-ead47a40bccd/?format=api",
    "slug": "zhuque-2e-unknown-payload",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Zhuque-2E | Unknown Payload",
    "status": {
        "id": 1,
        "name": "Go for Launch",
        "abbrev": "Go",
        "description": "Current T-0 confirmed by official or reliable sources."
    },
    "last_updated": "2025-05-16T03:41:50Z",
    "updates": [
        {
            "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": 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": 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"
        }
    ],
    "net": "2025-05-17T04:15:00Z",
    "net_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "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://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": 5,
        "consecutive_successful_launches": 3,
        "successful_launches": 3,
        "failed_launches": 2,
        "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": 8610,
        "configuration": {
            "id": 519,
            "url": "https://ll.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://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": 5,
                "consecutive_successful_launches": 3,
                "successful_launches": 3,
                "failed_launches": 2,
                "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": "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": 1,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 1,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 7202,
        "name": "Unknown Payload",
        "description": "Details TBD.",
        "launch_designator": null,
        "type": "Unknown",
        "orbit": {
            "id": 25,
            "name": "Unknown",
            "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 9,
        "url": "https://ll.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://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": 249,
            "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": 4,
        "orbital_launch_attempt_count": 4
    },
    "infoURLs": [],
    "vidURLs": [],
    "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": "P171DT2H15M",
    "mission_patches": [],
    "type": "detailed"
}