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

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=130&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=110&ordering=-name",
  "results": [
    {
      "id": "f4909efe-4764-43fa-9e4a-07e479af1ba7",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/f4909efe-4764-43fa-9e4a-07e479af1ba7/?format=api",
      "slug": "long-march-8a-satnet-leo-group-17",
      "name": "Long March 8A | SatNet LEO Group 17",
      "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-26T17:25:23Z",
      "net": "2025-12-25T23:26:00Z",
      "window_end": "2025-12-25T23:43:00Z",
      "window_start": "2025-12-25T23:18: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8856,
        "configuration": {
          "id": 518,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/518/?format=api",
          "name": "Long March 8A",
          "family": "Long March",
          "full_name": "Long March 8A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7447,
        "name": "SatNet LEO Group 17",
        "description": "A batch of 9 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.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 218,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/218/?format=api",
        "agency_id": null,
        "name": "Commercial LC-1",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.597275,110.930753",
        "latitude": "19.597275",
        "longitude": "110.930753",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-1_20231225074041.jpg",
        "total_launch_count": 8,
        "orbital_launch_attempt_count": 8
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8a_launch_2_image_20251206093107.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7169,
      "location_launch_attempt_count": 54,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 567,
      "orbital_launch_attempt_count_year": 320,
      "location_launch_attempt_count_year": 20,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 66,
      "type": "normal"
    },
    {
      "id": "f98f21cc-5a35-4d64-953c-277a9212032e",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/f98f21cc-5a35-4d64-953c-277a9212032e/?format=api",
      "slug": "long-march-8a-satnet-leo-group-14",
      "name": "Long March 8A | SatNet LEO Group 14",
      "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-12T06:31:37Z",
      "net": "2025-12-06T07:53:00Z",
      "window_end": "2025-12-06T08:10:00Z",
      "window_start": "2025-12-06T07:45: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8794,
        "configuration": {
          "id": 518,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/518/?format=api",
          "name": "Long March 8A",
          "family": "Long March",
          "full_name": "Long March 8A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7385,
        "name": "SatNet LEO Group 14",
        "description": "A batch of 9 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.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 218,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/218/?format=api",
        "agency_id": null,
        "name": "Commercial LC-1",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.597275,110.930753",
        "latitude": "19.597275",
        "longitude": "110.930753",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-1_20231225074041.jpg",
        "total_launch_count": 8,
        "orbital_launch_attempt_count": 8
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8a_launch_2_image_20251206093107.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7141,
      "location_launch_attempt_count": 51,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 559,
      "orbital_launch_attempt_count_year": 292,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 58,
      "type": "normal"
    },
    {
      "id": "21f2d630-748b-4cd6-9f10-7ed96cc21fb5",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/21f2d630-748b-4cd6-9f10-7ed96cc21fb5/?format=api",
      "slug": "long-march-8a-satnet-leo-group-12",
      "name": "Long March 8A | SatNet LEO Group 12",
      "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:15:49Z",
      "net": "2025-10-16T01:33:00Z",
      "window_end": "2025-10-16T01:52:00Z",
      "window_start": "2025-10-16T01:25: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8734,
        "configuration": {
          "id": 518,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/518/?format=api",
          "name": "Long March 8A",
          "family": "Long March",
          "full_name": "Long March 8A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7325,
        "name": "SatNet LEO Group 12",
        "description": "A batch of 9 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.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 218,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/218/?format=api",
        "agency_id": null,
        "name": "Commercial LC-1",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.597275,110.930753",
        "latitude": "19.597275",
        "longitude": "110.930753",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-1_20231225074041.jpg",
        "total_launch_count": 8,
        "orbital_launch_attempt_count": 8
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8a_launch_2_image_20251206093107.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7086,
      "location_launch_attempt_count": 46,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 547,
      "orbital_launch_attempt_count_year": 237,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 46,
      "type": "normal"
    },
    {
      "id": "3b4e8252-90d0-440f-a055-ddf687b7ce14",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/3b4e8252-90d0-440f-a055-ddf687b7ce14/?format=api",
      "slug": "long-march-8a-satnet-leo-group-10",
      "name": "Long March 8A | SatNet LEO Group 10",
      "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-08-27T06:27:21Z",
      "net": "2025-08-25T19:08:00Z",
      "window_end": "2025-08-25T19:25:00Z",
      "window_start": "2025-08-25T19:00:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8684,
        "configuration": {
          "id": 518,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/518/?format=api",
          "name": "Long March 8A",
          "family": "Long March",
          "full_name": "Long March 8A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7276,
        "name": "SatNet LEO Group 10",
        "description": "A batch of 9 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.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 218,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/218/?format=api",
        "agency_id": null,
        "name": "Commercial LC-1",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.597275,110.930753",
        "latitude": "19.597275",
        "longitude": "110.930753",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-1_20231225074041.jpg",
        "total_launch_count": 8,
        "orbital_launch_attempt_count": 8
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8a_launch_2_image_20251206093107.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7042,
      "location_launch_attempt_count": 44,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 538,
      "orbital_launch_attempt_count_year": 193,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 37,
      "type": "normal"
    },
    {
      "id": "87347db1-de71-4c66-803c-7f602649e56c",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/87347db1-de71-4c66-803c-7f602649e56c/?format=api",
      "slug": "long-march-8a-satnet-leo-group-06",
      "name": "Long March 8A | SatNet LEO Group 06",
      "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-08-26T11:06:37Z",
      "net": "2025-07-30T07:49:00Z",
      "window_end": "2025-07-30T08:07:00Z",
      "window_start": "2025-07-30T07:41: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8591,
        "configuration": {
          "id": 518,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/518/?format=api",
          "name": "Long March 8A",
          "family": "Long March",
          "full_name": "Long March 8A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7183,
        "name": "SatNet LEO Group 06",
        "description": "A batch of 9 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.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 218,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/218/?format=api",
        "agency_id": null,
        "name": "Commercial LC-1",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.597275,110.930753",
        "latitude": "19.597275",
        "longitude": "110.930753",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-1_20231225074041.jpg",
        "total_launch_count": 8,
        "orbital_launch_attempt_count": 8
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8a_launch_2_image_20251206093107.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7016,
      "location_launch_attempt_count": 41,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 533,
      "orbital_launch_attempt_count_year": 167,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 32,
      "type": "normal"
    },
    {
      "id": "5c133377-be3c-41f1-ac6a-c24668d78bc3",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/5c133377-be3c-41f1-ac6a-c24668d78bc3/?format=api",
      "slug": "long-march-7-tianzhou-9",
      "name": "Long March 7 | Tianzhou-9",
      "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-07-16T03:33:22Z",
      "net": "2025-07-14T21:34:23Z",
      "window_end": "2025-07-14T21:47:00Z",
      "window_start": "2025-07-14T21:30: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8560,
        "configuration": {
          "id": 100,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/100/?format=api",
          "name": "Long March 7",
          "family": "Long March",
          "full_name": "Long March 7",
          "variant": ""
        }
      },
      "mission": {
        "id": 7151,
        "name": "Tianzhou-9",
        "description": "Eighth cargo delivery mission to the Chinese space station.",
        "launch_designator": null,
        "type": "Resupply",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "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",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_7_image_20210513083007.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/19/?format=api",
          "name": "Tiangong space station",
          "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
          "agencies": [
            {
              "id": 88,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
          "start_date": "2021-04-29T03:23:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 7002,
      "location_launch_attempt_count": 40,
      "pad_launch_attempt_count": 24,
      "agency_launch_attempt_count": 531,
      "orbital_launch_attempt_count_year": 153,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 30,
      "type": "normal"
    },
    {
      "id": "5fc609f3-4aee-4ffd-968d-b4cddcd9e381",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/5fc609f3-4aee-4ffd-968d-b4cddcd9e381/?format=api",
      "slug": "long-march-7a-yaogan-46",
      "name": "Long March 7A | Yaogan 46",
      "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-16T12:43:22Z",
      "net": "2025-11-03T03:47:00Z",
      "window_end": "2025-11-03T04:02:00Z",
      "window_start": "2025-11-03T03:39: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8781,
        "configuration": {
          "id": 216,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7372,
        "name": "Yaogan 46",
        "description": "Classified Earth observation satellite officially reported as for \"national resources/hydrology/meteorology surveying & disaster management\" purposes.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "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",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7105,
      "location_launch_attempt_count": 48,
      "pad_launch_attempt_count": 26,
      "agency_launch_attempt_count": 552,
      "orbital_launch_attempt_count_year": 256,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 51,
      "type": "normal"
    },
    {
      "id": "5777db03-a5d2-4b4f-956a-d8a2830e8fc8",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/5777db03-a5d2-4b4f-956a-d8a2830e8fc8/?format=api",
      "slug": "long-march-7a-yaogan-45",
      "name": "Long March 7A | Yaogan 45",
      "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:31:52Z",
      "net": "2025-09-09T02:00:00Z",
      "window_end": "2025-09-09T04:10:00Z",
      "window_start": "2025-09-09T01:52:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8703,
        "configuration": {
          "id": 216,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7296,
        "name": "Yaogan 45",
        "description": "A Chinese military “remote sensing” satellite of unknown purposes.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "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",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7057,
      "location_launch_attempt_count": 45,
      "pad_launch_attempt_count": 25,
      "agency_launch_attempt_count": 541,
      "orbital_launch_attempt_count_year": 208,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 40,
      "type": "normal"
    },
    {
      "id": "6d2beb1a-6869-4505-9fc1-a4aa224178e2",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/6d2beb1a-6869-4505-9fc1-a4aa224178e2/?format=api",
      "slug": "long-march-7a-unknown-payload",
      "name": "Long March 7A | Unknown Payload",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-03-25T04:37:39Z",
      "net": "2026-04-30T00:00:00Z",
      "window_end": "2026-04-30T00:00:00Z",
      "window_start": "2026-04-30T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8875,
        "configuration": {
          "id": 216,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7466,
        "name": "Unknown Payload",
        "description": "Details TBD.",
        "launch_designator": null,
        "type": "Unknown",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "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",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7271,
      "location_launch_attempt_count": 60,
      "pad_launch_attempt_count": 29,
      "agency_launch_attempt_count": 585,
      "orbital_launch_attempt_count_year": 98,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 15,
      "type": "normal"
    },
    {
      "id": "fb6d9dd6-2087-40b7-b3ca-c807b5b2be43",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/fb6d9dd6-2087-40b7-b3ca-c807b5b2be43/?format=api",
      "slug": "long-march-7a-shijian-29-a-b",
      "name": "Long March 7A | Shijian 29 A-B",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-01-08T13:11:39Z",
      "net": "2025-12-30T22:40:00Z",
      "window_end": "2025-12-30T23:10:00Z",
      "window_start": "2025-12-30T22:32: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8858,
        "configuration": {
          "id": 216,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/216/?format=api",
          "name": "Long March 7A",
          "family": "Long March",
          "full_name": "Long March 7A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7449,
        "name": "Shijian 29 A-B",
        "description": "2 satellites officially described as for \"demonstration of new technologies for spatial targets detection\" purposes.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 176,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/176/?format=api",
        "agency_id": null,
        "name": "201",
        "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",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7173,
      "location_launch_attempt_count": 55,
      "pad_launch_attempt_count": 28,
      "agency_launch_attempt_count": 570,
      "orbital_launch_attempt_count_year": 324,
      "location_launch_attempt_count_year": 21,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 69,
      "type": "normal"
    }
  ]
}