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

{
  "count": 7917,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4470&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4450&ordering=-name",
  "results": [
    {
      "id": "5c0f0071-2cb5-49ff-9825-3021f9d2c3a9",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5c0f0071-2cb5-49ff-9825-3021f9d2c3a9/?format=api",
      "slug": "long-march-3-feng-yun-2b",
      "name": "Long March 3 | Feng Yun 2B",
      "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": "2000-06-25T11:50:00Z",
      "window_end": "2000-06-25T11:50:00Z",
      "window_start": "2000-06-25T11:50: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": 6990,
        "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": 5379,
        "name": "Feng Yun 2B",
        "description": "China's geostationary meteorological satellite program FY-2 (Feng Yun 2) began its development in 1980. It is built by the Shanghai Institute of Satellite Engineering.",
        "launch_designator": null,
        "type": "Earth Science",
        "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": 241,
          "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": 4401,
      "location_launch_attempt_count": 29,
      "pad_launch_attempt_count": 13,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 34,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "ceb40b4a-82dc-46aa-9586-db1b3d09b9a7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ceb40b4a-82dc-46aa-9586-db1b3d09b9a7/?format=api",
      "slug": "long-march-3-feng-yun-2a",
      "name": "Long March 3 | Feng Yun 2A",
      "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": "1997-06-10T12:01:00Z",
      "window_end": "1997-06-10T12:01:00Z",
      "window_start": "1997-06-10T12:01:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "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": 6787,
        "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": 5177,
        "name": "Feng Yun 2A",
        "description": "China's geostationary meteorological satellite program FY-2 (Feng Yun 2) began its development in 1980. It is built by the Shanghai Institute of Satellite Engineering.",
        "launch_designator": null,
        "type": "Earth Science",
        "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": 241,
          "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": 4149,
      "location_launch_attempt_count": 23,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 15,
      "orbital_launch_attempt_count_year": 31,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "106e8090-2318-489c-a5fc-d334ab377281",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/106e8090-2318-489c-a5fc-d334ab377281/?format=api",
      "slug": "long-march-3-dfh-2a-5",
      "name": "Long March 3 | DFH-2A 5",
      "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-04T03:03:45Z",
      "net": "1991-12-28T12:00:00Z",
      "window_end": "1991-12-28T12:00:00Z",
      "window_start": "1991-12-28T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Satellite left in unusable orbit due to the third stage shutting down earlier than planned.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1037,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1037/?format=api",
        "name": "Ministry of Aerospace Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 6415,
        "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": 4805,
        "name": "DFH-2A 5",
        "description": "Chinese geostationary communications satellite. Lost during launch because the CZ-3 upper stage failed to ignite.",
        "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": 241,
          "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": 3688,
      "location_launch_attempt_count": 9,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": 91,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "6fb0dda2-b6df-4736-bbfc-92911afd225e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6fb0dda2-b6df-4736-bbfc-92911afd225e/?format=api",
      "slug": "long-march-3-dfh-2a-4",
      "name": "Long March 3 | DFH-2A 4",
      "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:44Z",
      "net": "1990-02-04T12:27:03Z",
      "window_end": "1990-02-04T12:27:03Z",
      "window_start": "1990-02-04T12:27:03Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1037,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1037/?format=api",
        "name": "Ministry of Aerospace Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 6241,
        "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": 4631,
        "name": "DFH-2A 4",
        "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": 241,
          "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": 3487,
      "location_launch_attempt_count": 6,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 11,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "65e3461f-43cc-4e00-9420-ab6d9ae7d734",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/65e3461f-43cc-4e00-9420-ab6d9ae7d734/?format=api",
      "slug": "long-march-3-dfh-2a-3",
      "name": "Long March 3 | DFH-2A 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": "2023-06-14T03:56:40Z",
      "net": "1988-12-22T12:40:00Z",
      "window_end": "1988-12-22T12:40:00Z",
      "window_start": "1988-12-22T12:40:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1037,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1037/?format=api",
        "name": "Ministry of Aerospace Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 6135,
        "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": 4525,
        "name": "DFH-2A 3",
        "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": 241,
          "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": 3369,
      "location_launch_attempt_count": 5,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 116,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "fbbd7251-1d65-4dba-b090-7ba3026dffe2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/fbbd7251-1d65-4dba-b090-7ba3026dffe2/?format=api",
      "slug": "long-march-3-dfh-2a-2",
      "name": "Long March 3 | DFH-2A 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:43Z",
      "net": "1988-03-07T12:41:00Z",
      "window_end": "1988-03-07T12:41:00Z",
      "window_start": "1988-03-07T12:41: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": 6043,
        "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": 4434,
        "name": "DFH-2A 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": 241,
          "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": 3268,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 11,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "67c13056-f9f8-46e0-a68f-fa4e41b6a4cd",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/67c13056-f9f8-46e0-a68f-fa4e41b6a4cd/?format=api",
      "slug": "long-march-3-dfh-2a-1",
      "name": "Long March 3 | DFH-2A 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-06-14T03:56:41Z",
      "net": "1986-02-01T12:37:00Z",
      "window_end": "1986-02-01T12:37:00Z",
      "window_start": "1986-02-01T12:37: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": 5830,
        "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": 4228,
        "name": "DFH-2A 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": 241,
          "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": 3040,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 7,
      "orbital_launch_attempt_count_year": 11,
      "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": 241,
          "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"
    },
    {
      "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": 241,
          "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": "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": 241,
          "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": 125,
        "orbital_launch_attempt_count": 125
      },
      "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"
    }
  ]
}