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

{
  "count": 550,
  "next": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=140&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=120&ordering=-name",
  "results": [
    {
      "id": "c6ddf5f6-4d5a-4059-8254-6b9f14bf5b87",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/c6ddf5f6-4d5a-4059-8254-6b9f14bf5b87/?format=api",
      "name": "Long March 7A | Shijian 28",
      "response_mode": "normal",
      "slug": "long-march-7a-shijian-28",
      "launch_designator": "2025-277",
      "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-01T01:58:33Z",
      "net": "2025-11-30T12:20:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-11-30T13:30:00Z",
      "window_start": "2025-11-30T12:12:00Z",
      "image": {
        "id": 2617,
        "name": "CZ-7A Launch (Yaogan 45)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_thumbnail_20251206093324.jpeg",
        "credit": "CASC",
        "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": 8816,
        "configuration": {
          "response_mode": "list",
          "id": 216,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/216/?format=api",
          "name": "Long March 7A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 114,
              "name": "Long March 7"
            }
          ],
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7407,
        "name": "Shijian 28",
        "type": "Government/Top Secret",
        "description": "Classified experimental Chinese satellite of unknown purposes.",
        "image": null,
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/176/?format=api",
        "active": true,
        "agencies": [],
        "name": "201",
        "image": {
          "id": 2019,
          "name": "CZ-8 liftoff from pad 201 (Queqiao-2)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_20240320175819.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_thumbnail_20240320175820.jpeg",
          "credit": "秦英健/Qin Yingjian",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
        "latitude": 19.618452,
        "longitude": 110.955356,
        "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_176_20200803143412.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28,
        "fastest_turnaround": "P27DT8H33M",
        "location": {
          "response_mode": "normal",
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/8/?format=api",
          "name": "Wenchang Space Launch Site, 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 Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "image": {
            "id": 2019,
            "name": "CZ-8 liftoff from pad 201 (Queqiao-2)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_20240320175819.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_thumbnail_20240320175820.jpeg",
            "credit": "秦英健/Qin Yingjian",
            "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_8_20200803142445.jpg",
          "longitude": 110.951133,
          "latitude": 19.614492,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7133,
      "location_launch_attempt_count": 50,
      "pad_launch_attempt_count": 27,
      "agency_launch_attempt_count": 558,
      "orbital_launch_attempt_count_year": 284,
      "location_launch_attempt_count_year": 16,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 57
    },
    {
      "id": "59831598-6413-41fb-ae61-ad731c05dc4f",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/59831598-6413-41fb-ae61-ad731c05dc4f/?format=api",
      "name": "Long March 7A | ChinaSat 3B",
      "response_mode": "normal",
      "slug": "long-march-7a-chinasat-3b",
      "launch_designator": "2025-106",
      "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-21T10:56:20Z",
      "net": "2025-05-20T11:50:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-05-20T13:11:00Z",
      "window_start": "2025-05-20T11:42:00Z",
      "image": {
        "id": 2617,
        "name": "CZ-7A Launch (Yaogan 45)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_thumbnail_20251206093324.jpeg",
        "credit": "CASC",
        "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": 8616,
        "configuration": {
          "response_mode": "list",
          "id": 216,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/216/?format=api",
          "name": "Long March 7A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 114,
              "name": "Long March 7"
            }
          ],
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7208,
        "name": "ChinaSat 3B",
        "type": "Communications",
        "description": "Chinese communication geostationary satellite for unknown purposes.",
        "image": null,
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/176/?format=api",
        "active": true,
        "agencies": [],
        "name": "201",
        "image": {
          "id": 2019,
          "name": "CZ-8 liftoff from pad 201 (Queqiao-2)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_20240320175819.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_thumbnail_20240320175820.jpeg",
          "credit": "秦英健/Qin Yingjian",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
        "latitude": 19.618452,
        "longitude": 110.955356,
        "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_176_20200803143412.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28,
        "fastest_turnaround": "P27DT8H33M",
        "location": {
          "response_mode": "normal",
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/8/?format=api",
          "name": "Wenchang Space Launch Site, 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 Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "image": {
            "id": 2019,
            "name": "CZ-8 liftoff from pad 201 (Queqiao-2)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_20240320175819.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_thumbnail_20240320175820.jpeg",
            "credit": "秦英健/Qin Yingjian",
            "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_8_20200803142445.jpg",
          "longitude": 110.951133,
          "latitude": 19.614492,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 6959,
      "location_launch_attempt_count": 39,
      "pad_launch_attempt_count": 23,
      "agency_launch_attempt_count": 524,
      "orbital_launch_attempt_count_year": 110,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 23
    },
    {
      "id": "f8766455-2b03-4629-a36e-b931c8b4a6c5",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/f8766455-2b03-4629-a36e-b931c8b4a6c5/?format=api",
      "name": "Long March 6A | Yaogan 50-02",
      "response_mode": "normal",
      "slug": "long-march-6a-yaogan-50-02",
      "launch_designator": "2026-051",
      "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-17T00:46:40Z",
      "net": "2026-03-15T13:22:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-03-15T13:35:00Z",
      "window_start": "2026-03-15T13:14:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8935,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7530,
        "name": "Yaogan 50-02",
        "type": "Government/Top Secret",
        "description": "The Yaogan 50-02 is a Chinese military “remote sensing” satellite of unknown purposes.",
        "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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 7228,
      "location_launch_attempt_count": 151,
      "pad_launch_attempt_count": 22,
      "agency_launch_attempt_count": 580,
      "orbital_launch_attempt_count_year": 55,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 10
    },
    {
      "id": "eac0eb9a-98c4-4660-a168-be5ec4e8ba4b",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/eac0eb9a-98c4-4660-a168-be5ec4e8ba4b/?format=api",
      "name": "Long March 6A | Yaogan 50-01",
      "response_mode": "normal",
      "slug": "long-march-6a-yaogan-50-01",
      "launch_designator": "2026-006",
      "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-01-14T20:31:11Z",
      "net": "2026-01-13T14:16:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-01-13T14:27:00Z",
      "window_start": "2026-01-13T14:06:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8887,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7478,
        "name": "Yaogan 50-01",
        "type": "Government/Top Secret",
        "description": "The Yaogan 50-01 is a Chinese military “remote sensing” satellite of unknown purposes.",
        "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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 7180,
      "location_launch_attempt_count": 150,
      "pad_launch_attempt_count": 21,
      "agency_launch_attempt_count": 571,
      "orbital_launch_attempt_count_year": 7,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1
    },
    {
      "id": "f57800ca-4125-419b-9913-27c961c24cc8",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/f57800ca-4125-419b-9913-27c961c24cc8/?format=api",
      "name": "Long March 6A | Yaogan 40 Group 03",
      "response_mode": "normal",
      "slug": "long-march-6a-yaogan-40-group-03",
      "launch_designator": "2025-199",
      "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:35:40Z",
      "net": "2025-09-06T16:34:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-09-06T16:52:00Z",
      "window_start": "2025-09-06T16:26:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8700,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7292,
        "name": "Yaogan 40 Group 03",
        "type": "Government/Top Secret",
        "description": "3 Chinese reconnaissance satellites of unknown purposes, officially reported as for \"Electromagnetic environment probing\".",
        "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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 7054,
      "location_launch_attempt_count": 145,
      "pad_launch_attempt_count": 17,
      "agency_launch_attempt_count": 540,
      "orbital_launch_attempt_count_year": 205,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 39
    },
    {
      "id": "3840ded6-17a8-46f8-89dd-4cf0613726a5",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/3840ded6-17a8-46f8-89dd-4cf0613726a5/?format=api",
      "name": "Long March 6A | Yaogan 40 Group 02",
      "response_mode": "normal",
      "slug": "long-march-6a-yaogan-40-group-02",
      "launch_designator": "2025-096",
      "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-12T05:08:44Z",
      "net": "2025-05-11T13:27:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-05-11T13:43:00Z",
      "window_start": "2025-05-11T13:12:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8606,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7198,
        "name": "Yaogan 40 Group 02",
        "type": "Government/Top Secret",
        "description": "3 Chinese reconnaissance satellites of unknown purposes, officially reported as for \"Electromagnetic environment probing\".",
        "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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 6948,
      "location_launch_attempt_count": 141,
      "pad_launch_attempt_count": 13,
      "agency_launch_attempt_count": 521,
      "orbital_launch_attempt_count_year": 99,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 20
    },
    {
      "id": "c0d1609f-edc0-4970-8dc1-1b80a5d8c4cb",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/c0d1609f-edc0-4970-8dc1-1b80a5d8c4cb/?format=api",
      "name": "Long March 6A | Unknown Payload",
      "response_mode": "normal",
      "slug": "long-march-6a-unknown-payload",
      "launch_designator": null,
      "status": {
        "id": 1,
        "name": "Go for Launch",
        "abbrev": "Go",
        "description": "Current T-0 confirmed by official or reliable sources."
      },
      "last_updated": "2026-04-02T05:09:21Z",
      "net": "2026-04-08T19:35:00Z",
      "net_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
      },
      "window_end": "2026-04-08T19:46:00Z",
      "window_start": "2026-04-08T19:30:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8959,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7554,
        "name": "Unknown Payload",
        "type": "Unknown",
        "description": "Details TBD.",
        "image": null,
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 7255,
      "location_launch_attempt_count": 153,
      "pad_launch_attempt_count": 23,
      "agency_launch_attempt_count": 584,
      "orbital_launch_attempt_count_year": 82,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 14
    },
    {
      "id": "b38ffcec-db3b-4cbf-8ea1-865915a51f45",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/b38ffcec-db3b-4cbf-8ea1-865915a51f45/?format=api",
      "name": "Long March 6A | Shiyan 27 01-06",
      "response_mode": "normal",
      "slug": "long-march-6a-shiyan-27-01-06",
      "launch_designator": "2025-078",
      "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-20T03:47:34Z",
      "net": "2025-04-18T22:51:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-04-18T23:10:00Z",
      "window_start": "2025-04-18T22:44:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8590,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7182,
        "name": "Shiyan 27 01-06",
        "type": "Government/Top Secret",
        "description": "A group of 6 Chinese satellites reported to be for \"space environment probing and other related technological testing\". 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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 6929,
      "location_launch_attempt_count": 140,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 517,
      "orbital_launch_attempt_count_year": 80,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 16
    },
    {
      "id": "5130a1e5-5a3e-4d2d-a4b8-28a9e2a5b677",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/5130a1e5-5a3e-4d2d-a4b8-28a9e2a5b677/?format=api",
      "name": "Long March 6A | SatNet LEO Group 15",
      "response_mode": "normal",
      "slug": "long-march-6a-satnet-leo-group-15",
      "launch_designator": "2025-287",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-12-15T18:31:45Z",
      "net": "2025-12-08T22:11:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-12-08T22:19:00Z",
      "window_start": "2025-12-08T22:03:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8832,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7423,
        "name": "SatNet LEO Group 15",
        "type": "Communications",
        "description": "A batch of 5 Low Earth Orbit communication satellites for the Chinese state owned SatNet constellation operated by the China Satellite Network Group.\r\n\r\nThe constellation will eventually consists of 13000 satellites.",
        "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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 7143,
      "location_launch_attempt_count": 148,
      "pad_launch_attempt_count": 20,
      "agency_launch_attempt_count": 560,
      "orbital_launch_attempt_count_year": 294,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 10,
      "agency_launch_attempt_count_year": 59
    },
    {
      "id": "86a178d5-7ea4-4a46-b1d7-801037ea1dfd",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/86a178d5-7ea4-4a46-b1d7-801037ea1dfd/?format=api",
      "name": "Long March 6A | SatNet LEO Group 11",
      "response_mode": "normal",
      "slug": "long-march-6a-satnet-leo-group-11",
      "launch_designator": "2025-220",
      "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:23:12Z",
      "net": "2025-09-27T12:40:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2025-09-27T12:47:00Z",
      "window_start": "2025-09-27T12:31:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "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": 8725,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7316,
        "name": "SatNet LEO Group 11",
        "type": "Communications",
        "description": "A batch of 5 Low Earth Orbit communication satellites for the Chinese state owned SatNet constellation operated by the China Satellite Network Group.\r\n\r\nThe constellation will eventually consists of 13000 satellites.",
        "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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.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.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "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": 7075,
      "location_launch_attempt_count": 146,
      "pad_launch_attempt_count": 18,
      "agency_launch_attempt_count": 544,
      "orbital_launch_attempt_count_year": 226,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 43
    }
  ]
}