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

{
  "count": 7946,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3470&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3450&ordering=name",
  "results": [
    {
      "id": "35bbfcfc-e9fc-4aec-b2bf-be181de43e4d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/35bbfcfc-e9fc-4aec-b2bf-be181de43e4d/?format=api",
      "slug": "long-march-3c-tianlian-1-02",
      "name": "Long March 3C | Tianlian 1-02",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-06-15T14:26:36Z",
      "net": "2011-07-11T15:41:04Z",
      "window_end": "2011-07-11T15:41:04Z",
      "window_start": "2011-07-11T15:41:04Z",
      "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": 1535,
        "configuration": {
          "id": 90,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/90/?format=api",
          "name": "Long March 3C",
          "family": "Long March",
          "full_name": "Long March 3C",
          "variant": "C"
        }
      },
      "mission": null,
      "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_2_l_image_20250906202038.bmp",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5139,
      "location_launch_attempt_count": 64,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 86,
      "orbital_launch_attempt_count_year": 33,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "51c972e9-6c11-4f94-88d3-2935a6fd1c27",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/51c972e9-6c11-4f94-88d3-2935a6fd1c27/?format=api",
      "slug": "long-march-3c-tianlian-1-03",
      "name": "Long March 3C | Tianlian 1-03",
      "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:43Z",
      "net": "2012-07-25T15:43:04Z",
      "window_end": "2012-07-25T15:43:04Z",
      "window_start": "2012-07-25T15:43:04Z",
      "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": 1623,
        "configuration": {
          "id": 90,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/90/?format=api",
          "name": "Long March 3C",
          "family": "Long March",
          "full_name": "Long March 3C",
          "variant": "C"
        }
      },
      "mission": null,
      "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_2_l_image_20250906202038.bmp",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5232,
      "location_launch_attempt_count": 76,
      "pad_launch_attempt_count": 49,
      "agency_launch_attempt_count": 112,
      "orbital_launch_attempt_count_year": 42,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "6cacb23d-a31e-476c-92a8-827ddc9ff1c3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6cacb23d-a31e-476c-92a8-827ddc9ff1c3/?format=api",
      "slug": "long-march-3c-tianlian-1-04",
      "name": "Long March 3C | Tianlian 1-04",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:53:42Z",
      "net": "2016-11-22T15:24:04Z",
      "window_end": "2016-11-22T15:51:00Z",
      "window_start": "2016-11-22T15:18: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": 1967,
        "configuration": {
          "id": 90,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/90/?format=api",
          "name": "Long March 3C",
          "family": "Long March",
          "full_name": "Long March 3C",
          "variant": "C"
        }
      },
      "mission": {
        "id": 337,
        "name": "Tianlian 1-04",
        "description": "Tianlian 1 is a Chinese data tracking and relay communications satellite series. Tianlian 1-04 is the fourth satellite in the constellation. It provides communication coverage for the crewed Shenzhou missions, from Shenzhou 7 onwards. Functionally, it is similar to the United States Tracking and Data Relay Satellite System (TDRS).",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_2_l_image_20250906202038.bmp",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5603,
      "location_launch_attempt_count": 99,
      "pad_launch_attempt_count": 65,
      "agency_launch_attempt_count": 187,
      "orbital_launch_attempt_count_year": 74,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 19,
      "type": "normal"
    },
    {
      "id": "5db250cb-c0e2-456a-bc92-b45903242998",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5db250cb-c0e2-456a-bc92-b45903242998/?format=api",
      "slug": "long-march-3c-tian-lian-1a",
      "name": "Long March 3C | Tian Lian 1A",
      "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:44:46Z",
      "net": "2008-04-25T15:35:11Z",
      "window_end": "2008-04-25T15:35:11Z",
      "window_start": "2008-04-25T15:35:11Z",
      "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": 7348,
        "configuration": {
          "id": 90,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/90/?format=api",
          "name": "Long March 3C",
          "family": "Long March",
          "full_name": "Long March 3C",
          "variant": "C"
        }
      },
      "mission": {
        "id": 5737,
        "name": "Tian Lian 1A",
        "description": "Chinese geostationary communications satellite",
        "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_2_l_image_20250906202038.bmp",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4904,
      "location_launch_attempt_count": 48,
      "pad_launch_attempt_count": 29,
      "agency_launch_attempt_count": 51,
      "orbital_launch_attempt_count_year": 19,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "24870a63-1ee8-4b50-9b57-4be09ecb6498",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24870a63-1ee8-4b50-9b57-4be09ecb6498/?format=api",
      "slug": "long-march-3c-tjs-3-tjsw-3",
      "name": "Long March 3C | TJS-3 (TJSW-3)",
      "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-10-11T17:24:14Z",
      "net": "2018-12-24T16:53:08Z",
      "window_end": "2018-12-24T17:49:00Z",
      "window_start": "2018-12-24T16:48: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": 2167,
        "configuration": {
          "id": 90,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/90/?format=api",
          "name": "Long March 3C",
          "family": "Long March",
          "full_name": "Long March 3C",
          "variant": "C"
        }
      },
      "mission": {
        "id": 224,
        "name": "TJS 3 (TJSW-3)",
        "description": "TJS 3 (Tongxin Jishu Shiyan) is a Chinese geostationary communications technology test satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_2_l_image_20250906202038.bmp",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5818,
      "location_launch_attempt_count": 125,
      "pad_launch_attempt_count": 76,
      "agency_launch_attempt_count": 243,
      "orbital_launch_attempt_count_year": 112,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 36,
      "type": "normal"
    },
    {
      "id": "72b71889-de0d-45fa-8438-8828ca6087c7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/72b71889-de0d-45fa-8438-8828ca6087c7/?format=api",
      "slug": "long-march-3cyz-1-bds-i1-s",
      "name": "Long March 3C/YZ-1 | BDS I1-S",
      "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-09-03T05:57:10Z",
      "net": "2015-03-30T13:52:30Z",
      "window_end": "2015-03-30T13:52:30Z",
      "window_start": "2015-03-30T13:52:30Z",
      "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": 1839,
        "configuration": {
          "id": 36,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/36/?format=api",
          "name": "Long March 3C/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3C/YZ-1",
          "variant": "C/YZ-1"
        }
      },
      "mission": null,
      "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20250906192954.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5462,
      "location_launch_attempt_count": 85,
      "pad_launch_attempt_count": 58,
      "agency_launch_attempt_count": 150,
      "orbital_launch_attempt_count_year": 20,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "4f7bd1ef-7a5a-4841-900a-f24e578f4445",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4f7bd1ef-7a5a-4841-900a-f24e578f4445/?format=api",
      "slug": "long-march-3cyz-1-beidou-m3-s",
      "name": "Long March 3C/YZ-1 | Beidou M3-S",
      "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-09-03T05:57:41Z",
      "net": "2016-02-01T07:29:04Z",
      "window_end": "2016-02-01T07:29:04Z",
      "window_start": "2016-02-01T07:29:04Z",
      "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": 1904,
        "configuration": {
          "id": 36,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/36/?format=api",
          "name": "Long March 3C/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3C/YZ-1",
          "variant": "C/YZ-1"
        }
      },
      "mission": null,
      "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20250906192954.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": 5535,
      "location_launch_attempt_count": 95,
      "pad_launch_attempt_count": 64,
      "agency_launch_attempt_count": 170,
      "orbital_launch_attempt_count_year": 6,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "50448abf-884a-4e04-87da-3950ab7c43e7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/50448abf-884a-4e04-87da-3950ab7c43e7/?format=api",
      "slug": "long-march-3cyz-1-shiyan-29",
      "name": "Long March 3C/YZ-1 | Shiyan 29",
      "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:39:57Z",
      "net": "2025-09-05T02:34:00Z",
      "window_end": "2025-09-05T02:53:00Z",
      "window_start": "2025-09-05T02:26: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": 8698,
        "configuration": {
          "id": 36,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/36/?format=api",
          "name": "Long March 3C/YZ-1",
          "family": "Long March",
          "full_name": "Long March 3C/YZ-1",
          "variant": "C/YZ-1"
        }
      },
      "mission": {
        "id": 7290,
        "name": "Shiyan 29",
        "description": "Satellite officially named for \"space environment detection\" purposes, exact details unknown.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        },
        "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": 242,
          "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": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20250906192954.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7051,
      "location_launch_attempt_count": 231,
      "pad_launch_attempt_count": 121,
      "agency_launch_attempt_count": 539,
      "orbital_launch_attempt_count_year": 202,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 38,
      "type": "normal"
    },
    {
      "id": "14376b98-a668-41e5-ab0d-832babee5366",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/14376b98-a668-41e5-ab0d-832babee5366/?format=api",
      "slug": "long-march-3-dfh-2-1",
      "name": "Long March 3 | DFH-2 1",
      "status": {
        "id": 7,
        "name": "Launch was a Partial Failure",
        "abbrev": "Partial Failure",
        "description": "Either the launch vehicle reached orbit but did not deliver its payload in the targeted orbit, or an exceptional event made it impossible to consider the mission a success."
      },
      "last_updated": "2023-08-04T02:50:38Z",
      "net": "1984-01-29T12:25:00Z",
      "window_end": "1984-01-29T12:25:00Z",
      "window_start": "1984-01-29T12:25:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Due to insufficient pressurization of the third stage during restart, the payload was inserted in a lower-than-planned orbit.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1036,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1036/?format=api",
        "name": "Ministry of Space Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 5601,
        "configuration": {
          "id": 270,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/270/?format=api",
          "name": "Long March 3",
          "family": "Long March",
          "full_name": "Long March 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 4004,
        "name": "DFH-2 1",
        "description": "Chinese geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "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": 242,
          "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": 108,
        "orbital_launch_attempt_count": 108
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_3_image_20251128231505.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2783,
      "location_launch_attempt_count": 1,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 8,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "ac8fcf20-f6ce-444b-ae1d-bb7677ee7ad4",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ac8fcf20-f6ce-444b-ae1d-bb7677ee7ad4/?format=api",
      "slug": "long-march-3-dfh-2-2",
      "name": "Long March 3 | DFH-2 2",
      "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": "1984-04-08T11:20:00Z",
      "window_end": "1984-04-08T11:20:00Z",
      "window_start": "1984-04-08T11:20:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1036,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1036/?format=api",
        "name": "Ministry of Space Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 5623,
        "configuration": {
          "id": 270,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/270/?format=api",
          "name": "Long March 3",
          "family": "Long March",
          "full_name": "Long March 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 4025,
        "name": "DFH-2 2",
        "description": "Chinese geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "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": 242,
          "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": 108,
        "orbital_launch_attempt_count": 108
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_3_image_20251128231505.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2810,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 35,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    }
  ]
}