AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=3380&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7871,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3390&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3370&ordering=name",
  "results": [
    {
      "id": "f66321bb-b123-4821-b1d1-6959309e1520",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/f66321bb-b123-4821-b1d1-6959309e1520/?format=api",
      "slug": "long-march-3b-yz-1-beidou-3-m1-m2",
      "name": "Long March 3B / YZ-1 | Beidou-3 M1 & M2",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:56:42Z",
      "net": "2017-11-05T11:45:04Z",
      "window_end": "2017-11-05T12:03:00Z",
      "window_start": "2017-11-05T11:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2043,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 440,
        "name": "Beidou-3 M1 & M2",
        "description": "The BeiDou Navigation Satellite System (BDS) is a Chinese satellite navigation system. It consists of two separate satellite constellations – a limited test system that has been operating since 2000, and a full-scale global navigation system that is currently under construction. Two Beidou Navigation Satellite will be launched atop of a Long March 3B (CZ-3B) from Xichang Satellite Launch Center to medium Earth orbit.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/66/?format=api",
        "agency_id": 17,
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247059,102.029008",
        "latitude": "28.247059",
        "longitude": "102.029008",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 107,
        "orbital_launch_attempt_count": 107
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5688,
      "location_launch_attempt_count": 105,
      "pad_launch_attempt_count": 38,
      "agency_launch_attempt_count": 200,
      "orbital_launch_attempt_count_year": 73,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "a4f3d581-d143-495d-9749-27c6b93093ab",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a4f3d581-d143-495d-9749-27c6b93093ab/?format=api",
      "slug": "long-march-3byz-1-beidou-3-m21-m22",
      "name": "Long March 3B/YZ-1 | Beidou-3 M21 & M22",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:53:46Z",
      "net": "2019-11-23T00:55:54Z",
      "window_end": "2019-11-23T01:16:00Z",
      "window_start": "2019-11-23T00:41:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2579,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 1060,
        "name": "Beidou-3 M21 & M22",
        "description": "These two satellites will be used to provide global navigation coverage as part of the Chinese Beidou (Compass) satellite navigation system.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": null,
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124,
        "orbital_launch_attempt_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/long2520march_infographic_20200806035835.png",
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5903,
      "location_launch_attempt_count": 137,
      "pad_launch_attempt_count": 83,
      "agency_launch_attempt_count": 266,
      "orbital_launch_attempt_count_year": 83,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 22,
      "type": "normal"
    },
    {
      "id": "e177f420-d6eb-4b45-ba6e-71009b7e270f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e177f420-d6eb-4b45-ba6e-71009b7e270f/?format=api",
      "slug": "long-march-3b-yz-1-beidou-3-m23-m24",
      "name": "Long March 3B / YZ-1 | Beidou-3 M23 & M24",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-06-15T14:30:50Z",
      "net": "2019-09-22T21:10:04Z",
      "window_end": "2019-09-22T21:35:00Z",
      "window_start": "2019-09-22T20:55:00Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2549,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 1038,
        "name": "Beidou-3 M23 & M24",
        "description": "These two satellites will be used to provide global navigation coverage as part of the Chinese Beidou (Compass) satellite navigation system.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": null,
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124,
        "orbital_launch_attempt_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5886,
      "location_launch_attempt_count": 134,
      "pad_launch_attempt_count": 81,
      "agency_launch_attempt_count": 259,
      "orbital_launch_attempt_count_year": 66,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 15,
      "type": "normal"
    },
    {
      "id": "01032968-e280-4306-b44c-f39ddf5bf1ab",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/01032968-e280-4306-b44c-f39ddf5bf1ab/?format=api",
      "slug": "long-march-3byz-1-beidou-3-m25-m27",
      "name": "Long March 3B/YZ-1 | Beidou-3 M25 & M27",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-09-23T18:02:08Z",
      "net": "2024-09-19T01:14:00Z",
      "window_end": "2024-09-19T01:30:00Z",
      "window_start": "2024-09-19T00:54:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8354,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 6935,
        "name": "Beidou-3 M25 & M27",
        "description": "These two satellites will be used to provide global navigation coverage as part of the Chinese Beidou (Compass) satellite navigation system.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124,
        "orbital_launch_attempt_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6761,
      "location_launch_attempt_count": 211,
      "pad_launch_attempt_count": 112,
      "agency_launch_attempt_count": 482,
      "orbital_launch_attempt_count_year": 172,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 30,
      "type": "normal"
    },
    {
      "id": "a9aa98bf-d58f-45b7-a259-f2470b20d5f5",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a9aa98bf-d58f-45b7-a259-f2470b20d5f5/?format=api",
      "slug": "long-march-3byz-1-beidou-3-m26-m28",
      "name": "Long March 3B/YZ-1 | Beidou-3 M26 & M28",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-09-23T18:01:41Z",
      "net": "2023-12-26T03:26:00Z",
      "window_end": "2023-12-26T03:41:00Z",
      "window_start": "2023-12-26T03:06:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8152,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 6713,
        "name": "Beidou-3 M26 & M28",
        "description": "These two satellites will be used to provide global navigation coverage as part of the Chinese Beidou (Compass) satellite navigation system.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124,
        "orbital_launch_attempt_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 6584,
      "location_launch_attempt_count": 198,
      "pad_launch_attempt_count": 107,
      "agency_launch_attempt_count": 451,
      "orbital_launch_attempt_count_year": 216,
      "location_launch_attempt_count_year": 15,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 46,
      "type": "normal"
    },
    {
      "id": "e0c35d33-57d5-4c74-ba19-e4d11c9e078f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e0c35d33-57d5-4c74-ba19-e4d11c9e078f/?format=api",
      "slug": "long-march-3b-yz-1-beidou-3-m3-m4",
      "name": "Long March 3B / YZ-1 | Beidou-3 M3 & M4",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-07-08T06:17:54Z",
      "net": "2018-02-12T05:03:04Z",
      "window_end": "2018-02-12T05:32:00Z",
      "window_start": "2018-02-12T05:03:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2077,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 491,
        "name": "Beidou-3 M3 & M4",
        "description": "The BeiDou Navigation Satellite System (BDS) is a Chinese satellite navigation system. It consists of two separate satellite constellations – a limited test system that has been operating since 2000, and a full-scale global navigation system that is currently under construction. Beidou-3 are the third generation navigation satellites which are launched into medium Earth orbit.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124,
        "orbital_launch_attempt_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5724,
      "location_launch_attempt_count": 111,
      "pad_launch_attempt_count": 69,
      "agency_launch_attempt_count": 214,
      "orbital_launch_attempt_count_year": 18,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "c54ba22e-dafb-499e-9657-15f52d93652f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c54ba22e-dafb-499e-9657-15f52d93652f/?format=api",
      "slug": "long-march-3b-yz-1-beidou-3-m5-m6",
      "name": "Long March 3B / YZ-1 | Beidou-3 M5 & M6",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:56:43Z",
      "net": "2018-07-29T01:48:04Z",
      "window_end": "2018-07-29T02:07:00Z",
      "window_start": "2018-07-29T01:32:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2120,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 817,
        "name": "Beidou-3 M5 & M6",
        "description": "These two satellites will be used to provide global navigation coverage as part of the Chinese Beidou (Compass) satellite navigation system.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/66/?format=api",
        "agency_id": 17,
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247059,102.029008",
        "latitude": "28.247059",
        "longitude": "102.029008",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 107,
        "orbital_launch_attempt_count": 107
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5768,
      "location_launch_attempt_count": 118,
      "pad_launch_attempt_count": 46,
      "agency_launch_attempt_count": 228,
      "orbital_launch_attempt_count_year": 62,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 21,
      "type": "normal"
    },
    {
      "id": "9ba43214-f46b-43f4-b55f-03b84f9acb27",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/9ba43214-f46b-43f4-b55f-03b84f9acb27/?format=api",
      "slug": "long-march-3b-yz-1-beidou-3-m7-m8",
      "name": "Long March 3B / YZ-1 | Beidou-3 M7 & M8",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-07-08T06:17:33Z",
      "net": "2018-01-11T23:18:04Z",
      "window_end": "2018-01-11T23:34:00Z",
      "window_start": "2018-01-11T22:55:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2063,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 753,
        "name": "Beidou-3 M7 & M8",
        "description": "The BeiDou Navigation Satellite System (BDS) is a Chinese satellite navigation system. It consists of two separate satellite constellations – a limited test system that has been operating since 2000, and a full-scale global navigation system that is currently under construction. Beidou-3 are the third generation of navigation satellites which are launched into medium Earth orbit.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/66/?format=api",
        "agency_id": 17,
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247059,102.029008",
        "latitude": "28.247059",
        "longitude": "102.029008",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 107,
        "orbital_launch_attempt_count": 107
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5709,
      "location_launch_attempt_count": 109,
      "pad_launch_attempt_count": 41,
      "agency_launch_attempt_count": 209,
      "orbital_launch_attempt_count_year": 3,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "6be86791-529a-4f8f-82f7-bf822d22ae31",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6be86791-529a-4f8f-82f7-bf822d22ae31/?format=api",
      "slug": "long-march-3b-yz-1-beidou-3-m9-m10",
      "name": "Long March 3B / YZ-1 | Beidou-3 M9 & M10",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-07-08T06:18:32Z",
      "net": "2018-03-29T17:56:04Z",
      "window_end": "2018-03-29T18:20:00Z",
      "window_start": "2018-03-29T17:41:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2088,
        "configuration": {
          "id": 78,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
          "name": "Long March 3B/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3B/YZ-1",
          "variant": "B/YZ-1"
        }
      },
      "mission": {
        "id": 909,
        "name": "Beidou-3 M9 & M10",
        "description": "The BeiDou Navigation Satellite System (BDS) is a Chinese satellite navigation system. It consists of two separate satellite constellations – a limited test system that has been operating since 2000, and a full-scale global navigation system that is currently under construction. Beidou-3 are the third generation of navigation satellites which are launched into medium Earth orbit.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124,
        "orbital_launch_attempt_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231226100006.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 35,
          "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
          "name": "BeiDou",
          "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
          "start_date": "2000-10-31T00:00:00Z",
          "end_date": null,
          "info_url": "http://en.beidou.gov.cn/",
          "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5735,
      "location_launch_attempt_count": 112,
      "pad_launch_attempt_count": 70,
      "agency_launch_attempt_count": 216,
      "orbital_launch_attempt_count_year": 29,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "d3942d89-b4d9-4c4b-ba1f-7c304578a701",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/d3942d89-b4d9-4c4b-ba1f-7c304578a701/?format=api",
      "slug": "long-march-3b-zhongwei-1",
      "name": "Long March 3B | Zhongwei 1",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-08-04T03:17:34Z",
      "net": "1998-05-30T10:00:04Z",
      "window_end": "1998-05-30T10:00:04Z",
      "window_start": "1998-05-30T10:00:04Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 189,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/189/?format=api",
        "name": "China Aerospace Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 6858,
        "configuration": {
          "id": 19,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/19/?format=api",
          "name": "Long March 3B",
          "family": "Long March",
          "full_name": "Long March 3B",
          "variant": "B"
        }
      },
      "mission": {
        "id": 5248,
        "name": "Zhongwei 1",
        "description": "The Zhongwei 1 (Chinastar 1) satellite, an A2100A class comsat built by Lockheed Martin for the China Orient Telecommunications Satellite Co., part of the Chinese telecoms ministry. Zhongwei 1 will serve China, India, Korea and southeast Asia with 18 C-band and 20 Ku-band transponders. It was orbited on a CZ-3B launch vehicle using a supersynchronous transfer orbit.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 124,
        "orbital_launch_attempt_count": 124
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25203_image_20200102181012.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4241,
      "location_launch_attempt_count": 26,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 22,
      "orbital_launch_attempt_count_year": 34,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    }
  ]
}