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

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=200&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=180&ordering=-name",
  "results": [
    {
      "id": "1e79a5e9-c02c-470f-882f-884120100fef",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/1e79a5e9-c02c-470f-882f-884120100fef/?format=api",
      "slug": "long-march-10b-demo-flight",
      "name": "Long March 10B | 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": "2026-03-11T15:35:27Z",
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "net_precision": {
        "id": 9,
        "name": "Quarter 2",
        "abbrev": "Q2",
        "description": "The T-0 is expected in the second quarter of the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8938,
        "configuration": {
          "id": 554,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/554/?format=api",
          "name": "Long March 10B",
          "family": "Long March",
          "full_name": "Long March 10B",
          "variant": ""
        }
      },
      "mission": {
        "id": 7533,
        "name": "Demo Flight",
        "description": "First test launch of CASC’s Long March 10B rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 219,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/219/?format=api",
        "agency_id": null,
        "name": "Commercial LC-2",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.59755,110.936481",
        "latitude": "19.59755",
        "longitude": "110.936481",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-2_20231225074048.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7303,
      "location_launch_attempt_count": 61,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 588,
      "orbital_launch_attempt_count_year": 130,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 18,
      "type": "normal"
    },
    {
      "id": "8d2a11e2-51e3-4841-a616-d41589373025",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/8d2a11e2-51e3-4841-a616-d41589373025/?format=api",
      "slug": "long-march-10a-demo-flight",
      "name": "Long March 10A | 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:21Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8819,
        "configuration": {
          "id": 537,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/537/?format=api",
          "name": "Long March 10A",
          "family": "Long March",
          "full_name": "Long March 10A",
          "variant": ""
        }
      },
      "mission": {
        "id": 7410,
        "name": "Demo Flight",
        "description": "First test launch of CASC/CALT’s Long March 10A rocket. Payload is expected to be a prototype of the Low Earth Orbit mission version of the Mengzhou crew spacecraft.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 241,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/241/?format=api",
        "agency_id": null,
        "name": "301",
        "description": "Launch pad for the Long March 10 and 10A rockets for future Chinese crew missions to the lunar surface and Low Earth Orbit space station.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.610019,110.944443",
        "latitude": "19.610019",
        "longitude": "110.944443",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_301_20251128182017.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 64,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 591,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 21,
      "type": "normal"
    },
    {
      "id": "39e6e2a1-945b-4271-a2e3-67d6b0e07e8a",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/39e6e2a1-945b-4271-a2e3-67d6b0e07e8a/?format=api",
      "slug": "kuaizhou-1a-traffic-vdes-a-b",
      "name": "Kuaizhou 1A | Traffic VDES A & B",
      "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:54:12Z",
      "net": "2025-12-05T09:00:00Z",
      "window_end": "2025-12-05T09:54:00Z",
      "window_start": "2025-12-05T08:54: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://lldev.thespacedevs.com/2.2.0/agencies/194/?format=api",
        "name": "ExPace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8830,
        "configuration": {
          "id": 135,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
          "name": "Kuaizhou 1A",
          "family": "Kuaizhou",
          "full_name": "Kuaizhou 1A",
          "variant": "1A"
        }
      },
      "mission": {
        "id": 7421,
        "name": "Traffic VDES A & B",
        "description": "Two technology demonstration satellites for satellite transmissions of signals for the VHF Data Exchange System (VDES), a successor to the current Automatic Identification System (AIS) on ships and maritime vessels for traffic management at sea with higher bandwidth on new frequencies for secure communications and e-navigation.\r\n\r\nThis project is a joint effort by the China Ministry of Transport's China Transport Telecommunications Information Center and SpaceSail, operator of the Qianfan/G60 constellation.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 21,
        "url": "https://lldev.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://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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 66,
        "orbital_launch_attempt_count": 66
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7140,
      "location_launch_attempt_count": 268,
      "pad_launch_attempt_count": 63,
      "agency_launch_attempt_count": 31,
      "orbital_launch_attempt_count_year": 291,
      "location_launch_attempt_count_year": 29,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "38bc8d93-0d40-4c1a-a127-63578ea409f5",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/38bc8d93-0d40-4c1a-a127-63578ea409f5/?format=api",
      "slug": "kuaizhou-1a-prsc-s1",
      "name": "Kuaizhou 1A | PRSC-S1",
      "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:54:04Z",
      "net": "2025-07-31T02:00:00Z",
      "window_end": "2025-07-31T02:39:00Z",
      "window_start": "2025-07-31T01:51: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://lldev.thespacedevs.com/2.2.0/agencies/194/?format=api",
        "name": "ExPace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8669,
        "configuration": {
          "id": 135,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
          "name": "Kuaizhou 1A",
          "family": "Kuaizhou",
          "full_name": "Kuaizhou 1A",
          "variant": "1A"
        }
      },
      "mission": {
        "id": 7261,
        "name": "PRSC-S1",
        "description": "Chinese built Earth observation satellite for Pakistan’s SUPARCO (Space & Upper Atmosphere Research Commission).",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 157,
        "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 238,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/kuaizhou_1a_lau_image_20251206092920.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7018,
      "location_launch_attempt_count": 229,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 30,
      "orbital_launch_attempt_count_year": 169,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "9599500a-7c85-4d58-a3cb-aaf4915ad5fb",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/9599500a-7c85-4d58-a3cb-aaf4915ad5fb/?format=api",
      "slug": "kuaizhou-11-dear-5",
      "name": "Kuaizhou 11 | DEAR-5",
      "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-15T18:46:21Z",
      "net": "2025-12-13T01:08:00Z",
      "window_end": "2025-12-13T01:44:00Z",
      "window_start": "2025-12-13T01:00: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://lldev.thespacedevs.com/2.2.0/agencies/194/?format=api",
        "name": "ExPace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8851,
        "configuration": {
          "id": 194,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/194/?format=api",
          "name": "Kuaizhou 11",
          "family": "Kuaizhou",
          "full_name": "Kuaizhou 11",
          "variant": "11"
        }
      },
      "mission": {
        "id": 7442,
        "name": "DEAR-5",
        "description": "DEAR-5 is a commercial in-orbit payload and micro-gravity experiments hosting spacecraft developed by Chinese commercial company AZSPACE for various civilian customers, with capability to carry a maximum of 300 kg of payload for up to 1 year in orbit.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 21,
        "url": "https://lldev.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://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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 66,
        "orbital_launch_attempt_count": 66
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kuaizhou_11_lif_image_20240520155835.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7152,
      "location_launch_attempt_count": 271,
      "pad_launch_attempt_count": 64,
      "agency_launch_attempt_count": 32,
      "orbital_launch_attempt_count_year": 303,
      "location_launch_attempt_count_year": 32,
      "pad_launch_attempt_count_year": 9,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "9819a575-468b-41a3-b254-fe2db68889a4",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/9819a575-468b-41a3-b254-fe2db68889a4/?format=api",
      "slug": "kuaizhou-11-8-satellites",
      "name": "Kuaizhou 11 | 8 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": "2026-03-17T01:52:27Z",
      "net": "2026-03-16T04:12:00Z",
      "window_end": "2026-03-16T04:42:00Z",
      "window_start": "2026-03-16T04:04: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://lldev.thespacedevs.com/2.2.0/agencies/194/?format=api",
        "name": "ExPace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8939,
        "configuration": {
          "id": 194,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/194/?format=api",
          "name": "Kuaizhou 11",
          "family": "Kuaizhou",
          "full_name": "Kuaizhou 11",
          "variant": "11"
        }
      },
      "mission": {
        "id": 7534,
        "name": "8 satellites",
        "description": "Ride-share launch of 8 satellites to sun-synchronous orbit:\r\n\r\n* Juntian-1-04A\r\n* Dongpo-11\r\n* Dongpo-12\r\n* Dongpo-16\r\n* Weitong-1-01\r\n* Xiguang-1-06\r\n* Yuxing-3-05\r\n* Yuxing-3-06",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 21,
        "url": "https://lldev.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://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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 66,
        "orbital_launch_attempt_count": 66
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kuaizhou_11_lif_image_20240520155835.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7229,
      "location_launch_attempt_count": 278,
      "pad_launch_attempt_count": 66,
      "agency_launch_attempt_count": 33,
      "orbital_launch_attempt_count_year": 56,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "e3b45caa-2ccc-4937-931b-780edbe58db9",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/e3b45caa-2ccc-4937-931b-780edbe58db9/?format=api",
      "slug": "kinetica-2-demo-flight-qingzhou-prototype-spacecra",
      "name": "Kinetica 2 | Demo Flight (Qingzhou Prototype Spacecraft)",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-03-31T00:43:01Z",
      "net": "2026-03-30T11:00:00Z",
      "window_end": "2026-03-30T13:14:00Z",
      "window_start": "2026-03-30T10:52: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": 1040,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8823,
        "configuration": {
          "id": 541,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/541/?format=api",
          "name": "Kinetica 2",
          "family": "",
          "full_name": "Kinetica 2",
          "variant": ""
        }
      },
      "mission": {
        "id": 7414,
        "name": "Demo Flight (Qingzhou Prototype Spacecraft)",
        "description": "First test launch and mission of CAS Space’s Kinetica-2 rocket, with 3 spacecraft on board:\r\n\r\n* New March 02 (Qingzhou space station cargo resupply vehicle Prototype Spacecraft)\r\n* New March 01 in-orbit experiments hosting satellite\r\n* TS-01",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 244,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/244/?format=api",
        "agency_id": 1040,
        "name": "Launch Area 140",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space#Kinetica_2,_and_2H",
        "map_url": "https://www.google.com/maps?q=40.81748,100.21939",
        "latitude": "40.81748",
        "longitude": "100.21939",
        "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_140_20251128222956.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kinetica_2_firs_image_20260330153456.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7243,
      "location_launch_attempt_count": 280,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 12,
      "orbital_launch_attempt_count_year": 70,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "c3da74aa-9ebe-48b0-9f37-5134b683c3fe",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/c3da74aa-9ebe-48b0-9f37-5134b683c3fe/?format=api",
      "slug": "kinetica-1-prsc-hs1-airsat-0304",
      "name": "Kinetica 1 | PRSC-HS1 & AIRSAT-03/04",
      "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-10-19T22:09:40Z",
      "net": "2025-10-19T03:33:00Z",
      "window_end": "2025-10-19T03:50:00Z",
      "window_start": "2025-10-19T03:24: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": 1040,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8770,
        "configuration": {
          "id": 483,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
          "name": "Kinetica 1",
          "family": "",
          "full_name": "Kinetica 1",
          "variant": ""
        }
      },
      "mission": {
        "id": 7361,
        "name": "PRSC-HS1 & AIRSAT-03/04",
        "description": "* PRSC-HS1 is a hyperspectral Earth observation satellite for SUPARCO of Pakistan. \r\n\r\n* AIRSAT-03/04 are 2 X-band synthetic aperture radar (SAR) Earth observation satellite made by the Chinese Academy of Sciences, with 0.5 meter resolution. AIRSAT-03 is built for TerraXpace of Malaysia.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 151,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/151/?format=api",
        "agency_id": null,
        "name": "Launch Area 130",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.8182,100.22514",
        "latitude": "40.8182",
        "longitude": "100.22514",
        "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 11
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7089,
      "location_launch_attempt_count": 261,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": 240,
      "location_launch_attempt_count_year": 22,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "316a5a1d-0c96-417a-acb6-b333b2b7c64c",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/316a5a1d-0c96-417a-acb6-b333b2b7c64c/?format=api",
      "slug": "kinetica-1-chutian-2-01-02",
      "name": "Kinetica 1 | Chutian-2 01 & 02",
      "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-11-09T06:45:59Z",
      "net": "2025-11-09T03:32:00Z",
      "window_end": "2025-11-09T03:50:00Z",
      "window_start": "2025-11-09T03:23: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": 1040,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8788,
        "configuration": {
          "id": 483,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
          "name": "Kinetica 1",
          "family": "",
          "full_name": "Kinetica 1",
          "variant": ""
        }
      },
      "mission": {
        "id": 7379,
        "name": "Chutian-2 01 & 02",
        "description": "2 satellites built by the China Aerospace Science and Industry Corporation (CASIC) for testing operations of Very Low Earth Orbit (VLEO) satellites for Earth observation purposes.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 151,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/151/?format=api",
        "agency_id": null,
        "name": "Launch Area 130",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.8182,100.22514",
        "latitude": "40.8182",
        "longitude": "100.22514",
        "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 11
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7111,
      "location_launch_attempt_count": 263,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 10,
      "orbital_launch_attempt_count_year": 262,
      "location_launch_attempt_count_year": 24,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "c8d6f024-0a6a-4b07-8c05-97648be4d827",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/c8d6f024-0a6a-4b07-8c05-97648be4d827/?format=api",
      "slug": "kinetica-1-9-satellites",
      "name": "Kinetica 1 | 9 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-12-12T13:49:43Z",
      "net": "2025-12-10T04:03:00Z",
      "window_end": "2025-12-10T04:15:00Z",
      "window_start": "2025-12-10T03:54: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": 1040,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8835,
        "configuration": {
          "id": 483,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
          "name": "Kinetica 1",
          "family": "",
          "full_name": "Kinetica 1",
          "variant": ""
        }
      },
      "mission": {
        "id": 7426,
        "name": "9 satellites",
        "description": "Share ride of 9 satellites to sun-synchronous orbit:\r\n\r\n* Satellite 813 (United Arab Emirates)\r\n* Jilin-1 Gaofen 07B-01/07C-01/07D-01\r\n* Dongpo-15 \r\n* Yixing-2 09\r\n* Yixian-A\r\n* SPNEX (Egypt)\r\n* Slipper2Sat (Nepal)",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 151,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/151/?format=api",
        "agency_id": null,
        "name": "Launch Area 130",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.8182,100.22514",
        "latitude": "40.8182",
        "longitude": "100.22514",
        "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 11
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7148,
      "location_launch_attempt_count": 270,
      "pad_launch_attempt_count": 11,
      "agency_launch_attempt_count": 11,
      "orbital_launch_attempt_count_year": 299,
      "location_launch_attempt_count_year": 31,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    }
  ]
}