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

{
    "count": 7790,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2890&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2870&ordering=name",
    "results": [
        {
            "id": "72106fe5-8908-47f0-9f63-e18f386d3b76",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/72106fe5-8908-47f0-9f63-e18f386d3b76/?format=api",
            "slug": "kuaizhou-1a-head-3abcde",
            "name": "Kuaizhou 1A | HEAD-3A/B/C/D/E",
            "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-12-13T03:50:52Z",
            "net": "2023-08-14T05:32:00Z",
            "window_end": "2023-08-14T05:48:00Z",
            "window_start": "2023-08-14T05:22:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7975,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 6507,
                "name": "HEAD-3A/B/C/D/E",
                "description": "5 commercial ship/traffic AIS tracking satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/157/?format=api",
                "agency_id": null,
                "name": "Mobile Launcher Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.242774,102.032944",
                "latitude": "28.242774",
                "longitude": "102.032944",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 237,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_157_20200803143359.jpg",
                "total_launch_count": 8,
                "orbital_launch_attempt_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou-1a252_image_20230814133634.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6495,
            "location_launch_attempt_count": 190,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 21,
            "orbital_launch_attempt_count_year": 127,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "af0fc4b8-34ec-42d6-b58e-22ef9856abdc",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/af0fc4b8-34ec-42d6-b58e-22ef9856abdc/?format=api",
            "slug": "kuaizhou-1a-jilin-1-02a",
            "name": "Kuaizhou 1A | Jilin-1-02A",
            "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-12-13T03:33:02Z",
            "net": "2019-11-13T03:40:00Z",
            "window_end": "2019-11-13T03:58:00Z",
            "window_start": "2019-11-13T03:32:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2565,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 1047,
                "name": "Jilin-1-02A",
                "description": "Jilin-1 is a series of Chinese commercial remote sensing satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": null,
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5900,
            "location_launch_attempt_count": 121,
            "pad_launch_attempt_count": 15,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "45b41ec0-506c-42ad-96ca-ce36742ee7c6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/45b41ec0-506c-42ad-96ca-ce36742ee7c6/?format=api",
            "slug": "kuaizhou-1a-jilin-1-02b",
            "name": "Kuaizhou 1A | Jilin-1-02B",
            "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-12-13T03:33:20Z",
            "net": "2019-12-07T02:55:46Z",
            "window_end": "2019-12-07T03:06:00Z",
            "window_start": "2019-12-07T02:45:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2588,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 1064,
                "name": "Jilin-1-02B",
                "description": "Jilin-1 is a series of Chinese commercial remote sensing satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": null,
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 158,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/158/?format=api",
                "agency_id": null,
                "name": "Mobile Launcher Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Taiyuan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=38.890002,111.608129",
                "latitude": "38.890002",
                "longitude": "111.608129",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 150,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_158_20200803143440.jpg",
                "total_launch_count": 2,
                "orbital_launch_attempt_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5911,
            "location_launch_attempt_count": 80,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 6,
            "orbital_launch_attempt_count_year": 91,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "6f3ece0b-7a3c-4e75-94cb-5a0e6bc71b71",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6f3ece0b-7a3c-4e75-94cb-5a0e6bc71b71/?format=api",
            "slug": "kuaizhou-1a-jilin-1-02c",
            "name": "Kuaizhou 1A | Jilin-1-02C",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2025-12-13T03:34:33Z",
            "net": "2020-09-12T05:02:00Z",
            "window_end": "2020-09-12T05:29:00Z",
            "window_start": "2020-09-12T04:54:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2757,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 1155,
                "name": "Jilin-1-02C",
                "description": "Jilin-1 is a series of Chinese commercial remote sensing satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5994,
            "location_launch_attempt_count": 132,
            "pad_launch_attempt_count": 20,
            "agency_launch_attempt_count": 11,
            "orbital_launch_attempt_count_year": 72,
            "location_launch_attempt_count_year": 10,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "30412a48-cb4d-43d6-a304-6ae5f062504f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/30412a48-cb4d-43d6-a304-6ae5f062504f/?format=api",
            "slug": "kuaizhou-1a-jilin-1-02d",
            "name": "Kuaizhou 1A | Jilin-1-02D",
            "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-12-13T03:34:43Z",
            "net": "2021-09-27T06:19:00Z",
            "window_end": "2021-09-27T06:31:00Z",
            "window_start": "2021-09-27T06:10:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2758,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 1156,
                "name": "Jilin-1-02D",
                "description": "Jilin-1 is a series of Chinese commercial remote sensing satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6130,
            "location_launch_attempt_count": 148,
            "pad_launch_attempt_count": 24,
            "agency_launch_attempt_count": 12,
            "orbital_launch_attempt_count_year": 93,
            "location_launch_attempt_count_year": 13,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "708c2b85-50d6-4baa-bd3e-fdfb0257ea50",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/708c2b85-50d6-4baa-bd3e-fdfb0257ea50/?format=api",
            "slug": "kuaizhou-1a-jilin-1-02f",
            "name": "Kuaizhou 1A | Jilin-1-02F",
            "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-12-13T03:34:56Z",
            "net": "2021-10-27T06:19:00Z",
            "window_end": "2021-10-27T06:31:00Z",
            "window_start": "2021-10-27T06:10:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2759,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 1157,
                "name": "Jilin-1-02F",
                "description": "Jilin-1 is a series of Chinese commercial remote sensing satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6142,
            "location_launch_attempt_count": 150,
            "pad_launch_attempt_count": 25,
            "agency_launch_attempt_count": 13,
            "orbital_launch_attempt_count_year": 105,
            "location_launch_attempt_count_year": 15,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "69dfa3d5-734c-400f-8425-f16319f30870",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/69dfa3d5-734c-400f-8425-f16319f30870/?format=api",
            "slug": "kuaizhou-1a-kl-alpha",
            "name": "Kuaizhou 1A | KL-Alpha",
            "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-12-13T03:33:11Z",
            "net": "2019-11-17T10:00:02Z",
            "window_end": "2019-11-17T10:18:00Z",
            "window_start": "2019-11-17T09:52:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2566,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": null,
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5902,
            "location_launch_attempt_count": 122,
            "pad_launch_attempt_count": 16,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 82,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 8,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "357d1686-d5c9-4b77-9e4c-f894b16887fa",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/357d1686-d5c9-4b77-9e4c-f894b16887fa/?format=api",
            "slug": "kuaizhou-1a-kx-09-ty-1-07-xiaoxiang-1-07",
            "name": "Kuaizhou 1A | KX-09 & TY-1-07 (Xiaoxiang-1-07)",
            "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-12-13T03:32:55Z",
            "net": "2019-08-30T23:41:25Z",
            "window_end": "2019-08-30T23:41:25Z",
            "window_start": "2019-08-30T23:41:25Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2168,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 1034,
                "name": "KX-09 & TY-1-07 (Xiaoxiang-1-07)",
                "description": "Developed by the DFH Satellite Co., the microgravity experimental satellite KX-09 (supposedly Kuxue-09) will conduct studies in microgravity. Established in August 2001, DFH Satellite Co., Ltd. is mainly engaged in system R&D, design, integration and in-orbit service of small satellites. It is subordinated to China Academy of Space Technology (CAST) and wholly owned by the listed company China Spacesat Co., Ltd.\r\n\r\nXiaoxiang 1-07 (TY 1-07) is a small satellite developed by SpaceTY, possibly a CubeSat-2U. As one of the first commercial aerospace companies in China, “Spacety” specializes in developing commercial micro/nanosatellites. The company aims to provide short-cycle, low-cost and one-stop services to scientists, research institutes, and commercial companies, for science experiments and technology demonstrations.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5883,
            "location_launch_attempt_count": 118,
            "pad_launch_attempt_count": 13,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 63,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "4fbbd174-e97e-41e8-8bc5-4e340af00b44",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4fbbd174-e97e-41e8-8bc5-4e340af00b44/?format=api",
            "slug": "kuaizhou-1a-longjiang-3",
            "name": "Kuaizhou 1A | Longjiang 3",
            "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-12-13T03:50:34Z",
            "net": "2023-06-09T02:35:30Z",
            "window_end": "2023-06-09T02:54:00Z",
            "window_start": "2023-06-09T02:23:00Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7829,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 6396,
                "name": "Longjiang 3",
                "description": "Low Earth Orbit prototype communication satellite by Harbin Institute of Technology (HIT), to test a new satellite platform in the shape of a plate for future LEO communication satellite constellations uses.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou-1a252_image_20230727043643.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6456,
            "location_launch_attempt_count": 196,
            "pad_launch_attempt_count": 40,
            "agency_launch_attempt_count": 19,
            "orbital_launch_attempt_count_year": 88,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "8e813652-55da-4a4f-b9a9-812f7effe768",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8e813652-55da-4a4f-b9a9-812f7effe768/?format=api",
            "slug": "kuaizhou-1a-multiple-payloads",
            "name": "Kuaizhou 1A | Multiple payloads",
            "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-12-13T03:32:35Z",
            "net": "2017-01-09T04:11:12Z",
            "window_end": "2017-01-09T05:22:00Z",
            "window_start": "2017-01-09T04:11:12Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1979,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou 1A",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou 1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 386,
                "name": "Multiple payloads",
                "description": "Lingqiao (or known as Jilin 1) is a small remote sensing satellite designed to capture videos with a ground resolution of 1.3 m. This is a third satellite of the Lingqiao series.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "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": 277,
                    "total_landing_count": 2
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 65,
                "orbital_launch_attempt_count": 65
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5617,
            "location_launch_attempt_count": 92,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 2,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}