Modes

Levels of detail in the response - list, normal, detailed

Example - /launches/?mode=list

Filters

Parameters - agency_launch_attempt_count, agency_launch_attempt_count__gt, agency_launch_attempt_count__gte, agency_launch_attempt_count__lt, agency_launch_attempt_count__lte, agency_launch_attempt_count_year, agency_launch_attempt_count_year__gt, agency_launch_attempt_count_year__gte, agency_launch_attempt_count_year__lt, agency_launch_attempt_count_year__lte, day, id, include_suborbital, is_crewed, last_updated__gte, last_updated__lte, launch_designator, launcher_config__id, location__ids, location_launch_attempt_count, location_launch_attempt_count__gt, location_launch_attempt_count__gte, location_launch_attempt_count__lt, location_launch_attempt_count__lte, location_launch_attempt_count_year, location_launch_attempt_count_year__gt, location_launch_attempt_count_year__gte, location_launch_attempt_count_year__lt, location_launch_attempt_count_year__lte, lsp__id, lsp__name, mission__agency__ids, mission__orbit__celestial_body__id, mission__orbit__name, mission__orbit__name__icontains, month, name, net__gt, net__gte, net__lt, net__lte, orbital_launch_attempt_count, orbital_launch_attempt_count__gt, orbital_launch_attempt_count__gte, orbital_launch_attempt_count__lt, orbital_launch_attempt_count__lte, orbital_launch_attempt_count_year, orbital_launch_attempt_count_year__gt, orbital_launch_attempt_count_year__gte, orbital_launch_attempt_count_year__lt, orbital_launch_attempt_count_year__lte, pad, pad__location, pad__location__celestial_body__id, pad_launch_attempt_count, pad_launch_attempt_count__gt, pad_launch_attempt_count__gte, pad_launch_attempt_count__lt, pad_launch_attempt_count__lte, pad_launch_attempt_count_year, pad_launch_attempt_count_year__gt, pad_launch_attempt_count_year__gte, pad_launch_attempt_count_year__lt, pad_launch_attempt_count_year__lte, program, related_lsp__id, related_lsp__name, rocket__configuration__full_name, rocket__configuration__full_name__icontains, rocket__configuration__id, rocket__configuration__manufacturer__name, rocket__configuration__manufacturer__name__icontains, rocket__configuration__name, rocket__spacecraftflight__spacecraft__id, rocket__spacecraftflight__spacecraft__name, rocket__spacecraftflight__spacecraft__name__icontains, serial_number, slug, spacecraft_config__ids, status, status__ids, video_url, window_end__gt, window_end__gte, window_end__lt, window_end__lte, window_start__gt, window_start__gte, window_start__lt, window_start__lte, year

Example - /launches/?pad__location=13

Fields searched - launch_designator, launch_service_provider__name, mission__name, name, pad__location__name, pad__name, rocket__configuration__manufacturer__abbrev, rocket__configuration__manufacturer__name, rocket__configuration__name, rocket__spacecraftflight__spacecraft__name

Example - /launches/?search=Starlink

Ordering

Fields - id, last_updated, name, net

Example - /launches/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /launches/?limit=2

Format

Switch to JSON output - /launches/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/launches/?format=api&offset=170&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=180&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=160&ordering=-name",
  "results": [
    {
      "id": "a164daf8-31df-4d34-bf67-5ec41b3a9f9b",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/a164daf8-31df-4d34-bf67-5ec41b3a9f9b/?format=api",
      "name": "Long March 2F/G | Shenzhou 20",
      "response_mode": "normal",
      "slug": "long-march-2fg-shenzhou-20",
      "launch_designator": "2025-082",
      "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-04-24T21:32:20Z",
      "net": "2025-04-24T09:17:31Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2025-04-24T09:47:00Z",
      "window_start": "2025-04-24T09:07:00Z",
      "image": {
        "id": 2580,
        "name": "Shenzhou 22 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_thumbnail_20251129175823.jpeg",
        "credit": "Xinhua",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8558,
        "configuration": {
          "response_mode": "list",
          "id": 84,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/84/?format=api",
          "name": "Long March 2F/G",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2F/G",
          "variant": "F/G"
        }
      },
      "mission": {
        "id": 7149,
        "name": "Shenzhou 20",
        "type": "Human Exploration",
        "description": "Ninth crewed flight to the Chinese space station.\r\n\r\nDue to damage sustained by the spacecraft's descent module porthole window by orbital debris collision found in early November 2025, the spacecraft was deemed unsuitable for crew return. Shenzhou 22 was launched without crew as replacement, and Shenzhou 20 will return to Earth without crew after EVA inspection by the onboard crew.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [
          {
            "response_mode": "normal",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "abbrev": "CNSA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": true,
            "country": [
              {
                "id": 6,
                "name": "China",
                "alpha_2_code": "CN",
                "alpha_3_code": "CHN",
                "nationality_name": "Chinese",
                "nationality_name_composed": "Sino"
              }
            ],
            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
            "administrator": "Administrator: Tang Dengjie",
            "founding_year": 1993,
            "launchers": "",
            "spacecraft": "Shenzhou",
            "parent": null,
            "image": {
              "id": 9,
              "name": "[AUTO] China National Space Administration - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 125,
              "name": "[AUTO] China National Space Administration - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 51,
              "name": "[AUTO] China National Space Administration - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 2,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "successful_landings_spacecraft": 20,
            "failed_landings_spacecraft": 1,
            "attempted_landings_spacecraft": 21,
            "successful_landings_payload": 2,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 2,
            "info_url": "https://www.cnsa.gov.cn/",
            "wiki_url": "https://en.wikipedia.org/wiki/China_National_Space_Administration",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/37/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 91 (SLS-1 / 921)",
        "image": {
          "id": 1363,
          "name": "Long March 2F/G from LA-4 (Shenzhou 17)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231231163528.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192527.jpeg",
          "credit": "我们的太空",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
        "latitude": 40.957893,
        "longitude": 100.290944,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28,
        "fastest_turnaround": "P24DT12H26M59S",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [
        {
          "response_mode": "normal",
          "id": 7,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/7/?format=api",
          "name": "Shenzhou",
          "image": {
            "id": 1888,
            "name": "[AUTO] Shenzhou - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194040.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
          "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
          "agencies": [
            {
              "response_mode": "list",
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "abbrev": "CNSA",
              "type": {
                "id": 1,
                "name": "Government"
              }
            }
          ],
          "start_date": "1993-01-01T00:00:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "response_mode": "normal",
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/19/?format=api",
          "name": "Tiangong space station",
          "image": {
            "id": 1893,
            "name": "[AUTO] Tiangong space station - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
          "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
          "agencies": [
            {
              "response_mode": "list",
              "id": 88,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "abbrev": "CASC",
              "type": {
                "id": 1,
                "name": "Government"
              }
            }
          ],
          "start_date": "2021-04-29T03:23:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 6933,
      "location_launch_attempt_count": 248,
      "pad_launch_attempt_count": 25,
      "agency_launch_attempt_count": 518,
      "orbital_launch_attempt_count_year": 84,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 17
    },
    {
      "id": "a9fd7757-9a51-4607-845d-d830673c4486",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/a9fd7757-9a51-4607-845d-d830673c4486/?format=api",
      "name": "Long March 2F/G | Chinese Reusable Space Vehicle",
      "response_mode": "normal",
      "slug": "long-march-2fg-chinese-reusable-space-vehicle-4",
      "launch_designator": "2026-024",
      "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-02-10T09:42:37Z",
      "net": "2026-02-07T03:58:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-02-07T04:07:00Z",
      "window_start": "2026-02-07T03:48:00Z",
      "image": {
        "id": 2580,
        "name": "Shenzhou 22 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_thumbnail_20251129175823.jpeg",
        "credit": "Xinhua",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8911,
        "configuration": {
          "response_mode": "list",
          "id": 84,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/84/?format=api",
          "name": "Long March 2F/G",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2F/G",
          "variant": "F/G"
        }
      },
      "mission": {
        "id": 7502,
        "name": "Chinese Reusable Space Vehicle",
        "type": "Government/Top Secret",
        "description": "4th flight of the Chinese spaceplane capable of returning to Earth.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/37/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 91 (SLS-1 / 921)",
        "image": {
          "id": 1363,
          "name": "Long March 2F/G from LA-4 (Shenzhou 17)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231231163528.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192527.jpeg",
          "credit": "我们的太空",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
        "latitude": 40.957893,
        "longitude": 100.290944,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28,
        "fastest_turnaround": "P24DT12H26M59S",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7200,
      "location_launch_attempt_count": 277,
      "pad_launch_attempt_count": 28,
      "agency_launch_attempt_count": 577,
      "orbital_launch_attempt_count_year": 27,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 7
    },
    {
      "id": "bb2d58b8-c5da-4cdb-9cd2-a646c1f62591",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/bb2d58b8-c5da-4cdb-9cd2-a646c1f62591/?format=api",
      "name": "Long March 2D | Zhangheng-1-02",
      "response_mode": "normal",
      "slug": "long-march-2d-zhangheng-1-02",
      "launch_designator": "2025-128",
      "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-06-17T02:15:34Z",
      "net": "2025-06-14T07:56:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-06-14T08:22:00Z",
      "window_start": "2025-06-14T07:48:00Z",
      "image": {
        "id": 1768,
        "name": "[AUTO] Long March 2D - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193719.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8633,
        "configuration": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/17/?format=api",
          "name": "Long March 2D",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 7225,
        "name": "Zhangheng-1-02",
        "type": "Earth Science",
        "description": "Zhangheng 1-02, also known as CSES-02 (China Seismo-Electromagnetic Satellite-02), is the follow-on mission to Zhangheng 1/CSES, a Chinese–Italian space mission dedicated to monitoring the electromagnetic field and waves, plasma parameters, and particle fluxes induced by natural sources and artificial emitters in near-Earth space, to study their correlations with the occurrence of seismic events. \r\n\r\nThe satellite mission is part of a collaboration program between the CNSA (China National Space Administration) and ASI (Italian Space Agency), and developed by CEA (China Earthquake Administration) and INFN (Italian National Institute for Nuclear Physics), together with several Chinese and Italian Universities and research Institutes.",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 22,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/22/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 94 (SLS-2 / 603)",
        "image": {
          "id": 1375,
          "name": "Long March 2D liftoff from Launch Area 4 (Yaogan 37 & Shiyan 22A/B)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907133532.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192550.jpeg",
          "credit": "Xinhua/Wang Jiangbo",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
        "latitude": 40.960482,
        "longitude": 100.298059,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 135,
        "orbital_launch_attempt_count": 135,
        "fastest_turnaround": "P10DT18H22M",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 6981,
      "location_launch_attempt_count": 253,
      "pad_launch_attempt_count": 126,
      "agency_launch_attempt_count": 528,
      "orbital_launch_attempt_count_year": 132,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 27
    },
    {
      "id": "64f098a3-73c2-40ab-b80b-372275149980",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/64f098a3-73c2-40ab-b80b-372275149980/?format=api",
      "name": "Long March 2D | SuperView Neo 2-05 & 06",
      "response_mode": "normal",
      "slug": "long-march-2d-superview-neo-2-05-06",
      "launch_designator": "2026-062",
      "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-26T03:43:02Z",
      "net": "2026-03-25T22:51:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-03-25T23:05:00Z",
      "window_start": "2026-03-25T22:43:00Z",
      "image": {
        "id": 1768,
        "name": "[AUTO] Long March 2D - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193719.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8952,
        "configuration": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/17/?format=api",
          "name": "Long March 2D",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 7547,
        "name": "SuperView Neo 2-05 & 06",
        "type": "Earth Science",
        "description": "Commercial Synthetic-aperture radar Earth observation satellites built by CAST for China Siwei Survey and Mapping Technology Co. Ltd.",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/25/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9",
        "image": {
          "id": 2125,
          "name": "CZ-4B liftoff from LC-9 (Gaofen-11-05)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-4b_liftoff__image_20240719064703.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-4b_liftoff__image_thumbnail_20240719064704.jpeg",
          "credit": "中国航天科技集团",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
        "latitude": 38.863128,
        "longitude": 111.589567,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_25_20200803143501.jpg",
        "total_launch_count": 78,
        "orbital_launch_attempt_count": 78,
        "fastest_turnaround": "P16DT20H3M",
        "location": {
          "response_mode": "normal",
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/19/?format=api",
          "name": "Taiyuan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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.",
          "image": {
            "id": 1369,
            "name": "[AUTO] Long March 2D | 6 x Jilin-1, Qilu-2/3 & others - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907134308.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192538.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "longitude": 111.608,
          "latitude": 38.8491,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 152,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7239,
      "location_launch_attempt_count": 152,
      "pad_launch_attempt_count": 78,
      "agency_launch_attempt_count": 581,
      "orbital_launch_attempt_count_year": 66,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 11
    },
    {
      "id": "25c80fb0-4eba-4624-8163-9e5ace26bd19",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/25c80fb0-4eba-4624-8163-9e5ace26bd19/?format=api",
      "name": "Long March 2D | Space Computing Constellation",
      "response_mode": "normal",
      "slug": "long-march-2d-space-computing-constellation",
      "launch_designator": "2025-100",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-05-15T05:57:21Z",
      "net": "2025-05-14T04:12:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-05-14T05:21:00Z",
      "window_start": "2025-05-14T04:03:00Z",
      "image": {
        "id": 1768,
        "name": "[AUTO] Long March 2D - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193719.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8607,
        "configuration": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/17/?format=api",
          "name": "Long March 2D",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 7199,
        "name": "Space Computing Constellation",
        "type": "Technology",
        "description": "12 satellites from ADASPACE testing in-orbit data processing capabilities for other satellites with artificial intelligence assistance, as well as inter-satellite laser link communication techniques.",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 22,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/22/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 94 (SLS-2 / 603)",
        "image": {
          "id": 1375,
          "name": "Long March 2D liftoff from Launch Area 4 (Yaogan 37 & Shiyan 22A/B)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907133532.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192550.jpeg",
          "credit": "Xinhua/Wang Jiangbo",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
        "latitude": 40.960482,
        "longitude": 100.298059,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 135,
        "orbital_launch_attempt_count": 135,
        "fastest_turnaround": "P10DT18H22M",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 6952,
      "location_launch_attempt_count": 249,
      "pad_launch_attempt_count": 124,
      "agency_launch_attempt_count": 523,
      "orbital_launch_attempt_count_year": 103,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 22
    },
    {
      "id": "1bdae72b-07c6-4b49-83bf-d4f17bb00265",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/1bdae72b-07c6-4b49-83bf-d4f17bb00265/?format=api",
      "name": "Long March 2D | Shiyan 31",
      "response_mode": "normal",
      "slug": "long-march-2d-shiyan-31",
      "launch_designator": "2025-227",
      "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-16T15:18:00Z",
      "net": "2025-10-13T10:00:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-10-13T10:25:00Z",
      "window_start": "2025-10-13T09:50:00Z",
      "image": {
        "id": 1768,
        "name": "[AUTO] Long March 2D - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193719.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8766,
        "configuration": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/17/?format=api",
          "name": "Long March 2D",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 7357,
        "name": "Shiyan 31",
        "type": "Government/Top Secret",
        "description": "Chinese satellite reported to be for \"new optical imaging technological demonstration\" purposes. Actual usage not known.",
        "image": null,
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 22,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/22/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 94 (SLS-2 / 603)",
        "image": {
          "id": 1375,
          "name": "Long March 2D liftoff from Launch Area 4 (Yaogan 37 & Shiyan 22A/B)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907133532.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192550.jpeg",
          "credit": "Xinhua/Wang Jiangbo",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
        "latitude": 40.960482,
        "longitude": 100.298059,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 135,
        "orbital_launch_attempt_count": 135,
        "fastest_turnaround": "P10DT18H22M",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7082,
      "location_launch_attempt_count": 260,
      "pad_launch_attempt_count": 129,
      "agency_launch_attempt_count": 546,
      "orbital_launch_attempt_count_year": 233,
      "location_launch_attempt_count_year": 21,
      "pad_launch_attempt_count_year": 10,
      "agency_launch_attempt_count_year": 45
    },
    {
      "id": "1d24bfe7-d524-41f0-85de-09e967618710",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/1d24bfe7-d524-41f0-85de-09e967618710/?format=api",
      "name": "Long March 2D | Shiyan 30 03-04",
      "response_mode": "normal",
      "slug": "long-march-2d-shiyan-30-03-04",
      "launch_designator": "2026-048",
      "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-14T05:37:47Z",
      "net": "2026-03-12T22:33:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-03-12T22:46:00Z",
      "window_start": "2026-03-12T22:25:00Z",
      "image": {
        "id": 1768,
        "name": "[AUTO] Long March 2D - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193719.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8934,
        "configuration": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/17/?format=api",
          "name": "Long March 2D",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 7529,
        "name": "Shiyan 30 03-04",
        "type": "Government/Top Secret",
        "description": "A pair of Chinese satellites reported to be for \"Earth observation technological testing and validation\" purposes. Actual usage not known.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/66/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "abbrev": "CNSA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": true,
            "country": [
              {
                "id": 6,
                "name": "China",
                "alpha_2_code": "CN",
                "alpha_3_code": "CHN",
                "nationality_name": "Chinese",
                "nationality_name_composed": "Sino"
              }
            ],
            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
            "administrator": "Administrator: Tang Dengjie",
            "founding_year": 1993,
            "launchers": "",
            "spacecraft": "Shenzhou",
            "parent": null,
            "image": {
              "id": 9,
              "name": "[AUTO] China National Space Administration - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 125,
              "name": "[AUTO] China National Space Administration - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 51,
              "name": "[AUTO] China National Space Administration - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "image": {
          "id": 2083,
          "name": "CZ-2D liftoff from LC-3 (Yaogan 42-02)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-2d_liftoff__image_20240428050501.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-2d_liftoff__image_thumbnail_20240428050502.jpeg",
          "credit": "央视新闻",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247209,102.02917",
        "latitude": 28.247209,
        "longitude": 102.02917,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 106,
        "orbital_launch_attempt_count": 106,
        "fastest_turnaround": "P13DT6H21M",
        "location": {
          "response_mode": "normal",
          "id": 16,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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.",
          "image": {
            "id": 1421,
            "name": "Long March 3B/E liftoff from LC-2 (Beidou-3 G4)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230728061656.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192718.jpeg",
            "credit": "China Pictorial/Wanquan",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "longitude": 102.026556,
          "latitude": 28.246017,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 238,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7225,
      "location_launch_attempt_count": 238,
      "pad_launch_attempt_count": 106,
      "agency_launch_attempt_count": 579,
      "orbital_launch_attempt_count_year": 52,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 9
    },
    {
      "id": "5c2fd7d5-4352-49b4-b999-305d2fbce196",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/5c2fd7d5-4352-49b4-b999-305d2fbce196/?format=api",
      "name": "Long March 2D | Shiyan 30 01-02",
      "response_mode": "normal",
      "slug": "long-march-2d-shiyan-30-01-02",
      "launch_designator": "2025-222",
      "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-16T15:21:44Z",
      "net": "2025-09-29T03:00:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-09-29T03:25:00Z",
      "window_start": "2025-09-29T02:50:00Z",
      "image": {
        "id": 1768,
        "name": "[AUTO] Long March 2D - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193719.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8729,
        "configuration": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/17/?format=api",
          "name": "Long March 2D",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 7320,
        "name": "Shiyan 30 01-02",
        "type": "Government/Top Secret",
        "description": "A pair of Chinese satellites reported to be for \"Earth observation technological testing and validation\" purposes. Actual usage not known.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/66/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "abbrev": "CNSA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": true,
            "country": [
              {
                "id": 6,
                "name": "China",
                "alpha_2_code": "CN",
                "alpha_3_code": "CHN",
                "nationality_name": "Chinese",
                "nationality_name_composed": "Sino"
              }
            ],
            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
            "administrator": "Administrator: Tang Dengjie",
            "founding_year": 1993,
            "launchers": "",
            "spacecraft": "Shenzhou",
            "parent": null,
            "image": {
              "id": 9,
              "name": "[AUTO] China National Space Administration - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 125,
              "name": "[AUTO] China National Space Administration - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 51,
              "name": "[AUTO] China National Space Administration - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "image": {
          "id": 2083,
          "name": "CZ-2D liftoff from LC-3 (Yaogan 42-02)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-2d_liftoff__image_20240428050501.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-2d_liftoff__image_thumbnail_20240428050502.jpeg",
          "credit": "央视新闻",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247209,102.02917",
        "latitude": 28.247209,
        "longitude": 102.02917,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 106,
        "orbital_launch_attempt_count": 106,
        "fastest_turnaround": "P13DT6H21M",
        "location": {
          "response_mode": "normal",
          "id": 16,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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.",
          "image": {
            "id": 1421,
            "name": "Long March 3B/E liftoff from LC-2 (Beidou-3 G4)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230728061656.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192718.jpeg",
            "credit": "China Pictorial/Wanquan",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "longitude": 102.026556,
          "latitude": 28.246017,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 238,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7077,
      "location_launch_attempt_count": 232,
      "pad_launch_attempt_count": 103,
      "agency_launch_attempt_count": 545,
      "orbital_launch_attempt_count_year": 228,
      "location_launch_attempt_count_year": 15,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 44
    },
    {
      "id": "aec64478-97b7-422d-93ef-2a8b0ffc8c5a",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/aec64478-97b7-422d-93ef-2a8b0ffc8c5a/?format=api",
      "name": "Long March 2C/YZ-1S | Shiyan 33",
      "response_mode": "normal",
      "slug": "long-march-2cyz-1s-shiyan-33",
      "launch_designator": "2026-064",
      "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-27T19:34:52Z",
      "net": "2026-03-27T04:11:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-03-27T04:38:00Z",
      "window_start": "2026-03-27T04:04:00Z",
      "image": {
        "id": 1767,
        "name": "[AUTO] Long March 2C/SD - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_2c-i_image_20210908194304.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193717.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8949,
        "configuration": {
          "response_mode": "list",
          "id": 156,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/156/?format=api",
          "name": "Long March 2C/YZ-1S",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2C/YZ-1S",
          "variant": "C/YZ-1S"
        }
      },
      "mission": {
        "id": 7544,
        "name": "Shiyan 33",
        "type": "Government/Top Secret",
        "description": "Chinese satellite reported to be for \"space environment research\" purposes. Actual usage not known.",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 22,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/22/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 94 (SLS-2 / 603)",
        "image": {
          "id": 1375,
          "name": "Long March 2D liftoff from Launch Area 4 (Yaogan 37 & Shiyan 22A/B)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907133532.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192550.jpeg",
          "credit": "Xinhua/Wang Jiangbo",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
        "latitude": 40.960482,
        "longitude": 100.298059,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 135,
        "orbital_launch_attempt_count": 135,
        "fastest_turnaround": "P10DT18H22M",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7241,
      "location_launch_attempt_count": 279,
      "pad_launch_attempt_count": 135,
      "agency_launch_attempt_count": 582,
      "orbital_launch_attempt_count_year": 68,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 12
    },
    {
      "id": "57b5b880-7892-42b1-a327-1c919c033cb6",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/57b5b880-7892-42b1-a327-1c919c033cb6/?format=api",
      "name": "Long March 2C/YZ-1S | 4 x SatNet test satellites",
      "response_mode": "normal",
      "slug": "long-march-2cyz-1s-4-x-satnet-test-satellites",
      "launch_designator": "2025-209",
      "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-24T19:09:53Z",
      "net": "2025-09-16T01:06:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-09-16T01:25:00Z",
      "window_start": "2025-09-16T00:58:00Z",
      "image": {
        "id": 1767,
        "name": "[AUTO] Long March 2C/SD - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_2c-i_image_20210908194304.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193717.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8705,
        "configuration": {
          "response_mode": "list",
          "id": 156,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/156/?format=api",
          "name": "Long March 2C/YZ-1S",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2C/YZ-1S",
          "variant": "C/YZ-1S"
        }
      },
      "mission": {
        "id": 7298,
        "name": "4 x SatNet test satellites",
        "type": "Communications",
        "description": "Officially described as \"Satellite-Internet Technology Demonstration Satellite(s)\".\r\n\r\nProbably 4 test satellites for the Chinese state-owned LEO communication satellite constellation SatNet.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 22,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/22/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 94 (SLS-2 / 603)",
        "image": {
          "id": 1375,
          "name": "Long March 2D liftoff from Launch Area 4 (Yaogan 37 & Shiyan 22A/B)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907133532.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192550.jpeg",
          "credit": "Xinhua/Wang Jiangbo",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
        "latitude": 40.960482,
        "longitude": 100.298059,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 135,
        "orbital_launch_attempt_count": 135,
        "fastest_turnaround": "P10DT18H22M",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "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).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7064,
      "location_launch_attempt_count": 258,
      "pad_launch_attempt_count": 127,
      "agency_launch_attempt_count": 542,
      "orbital_launch_attempt_count_year": 215,
      "location_launch_attempt_count_year": 19,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 41
    }
  ]
}