Modes

Levels of detail in the response - list, normal, detailed

Example - /launches/?mode=list

Filters

Parameters - agency_launch_attempt_count, agency_launch_attempt_count__gt, agency_launch_attempt_count__gte, agency_launch_attempt_count__lt, agency_launch_attempt_count__lte, agency_launch_attempt_count_year, agency_launch_attempt_count_year__gt, agency_launch_attempt_count_year__gte, agency_launch_attempt_count_year__lt, agency_launch_attempt_count_year__lte, day, id, include_suborbital, is_crewed, last_updated__gte, last_updated__lte, launch_designator, launcher_config__id, location__ids, location_launch_attempt_count, location_launch_attempt_count__gt, location_launch_attempt_count__gte, location_launch_attempt_count__lt, location_launch_attempt_count__lte, location_launch_attempt_count_year, location_launch_attempt_count_year__gt, location_launch_attempt_count_year__gte, location_launch_attempt_count_year__lt, location_launch_attempt_count_year__lte, lsp__id, lsp__name, mission__agency__ids, mission__orbit__celestial_body__id, mission__orbit__name, mission__orbit__name__icontains, month, name, net__gt, net__gte, net__lt, net__lte, orbital_launch_attempt_count, orbital_launch_attempt_count__gt, orbital_launch_attempt_count__gte, orbital_launch_attempt_count__lt, orbital_launch_attempt_count__lte, orbital_launch_attempt_count_year, orbital_launch_attempt_count_year__gt, orbital_launch_attempt_count_year__gte, orbital_launch_attempt_count_year__lt, orbital_launch_attempt_count_year__lte, pad, pad__location, pad__location__celestial_body__id, pad_launch_attempt_count, pad_launch_attempt_count__gt, pad_launch_attempt_count__gte, pad_launch_attempt_count__lt, pad_launch_attempt_count__lte, pad_launch_attempt_count_year, pad_launch_attempt_count_year__gt, pad_launch_attempt_count_year__gte, pad_launch_attempt_count_year__lt, pad_launch_attempt_count_year__lte, program, related_lsp__id, related_lsp__name, rocket__configuration__full_name, rocket__configuration__full_name__icontains, rocket__configuration__id, rocket__configuration__manufacturer__name, rocket__configuration__manufacturer__name__icontains, rocket__configuration__name, rocket__spacecraftflight__spacecraft__id, rocket__spacecraftflight__spacecraft__name, rocket__spacecraftflight__spacecraft__name__icontains, serial_number, slug, spacecraft_config__ids, status, status__ids, video_url, window_end__gt, window_end__gte, window_end__lt, window_end__lte, window_start__gt, window_start__gte, window_start__lt, window_start__lte, year

Example - /launches/?pad__location=13

Fields searched - launch_designator, launch_service_provider__name, mission__name, name, pad__location__name, pad__name, rocket__configuration__manufacturer__abbrev, rocket__configuration__manufacturer__name, rocket__configuration__name, rocket__spacecraftflight__spacecraft__name

Example - /launches/?search=Starlink

Ordering

Fields - id, last_updated, name, net

Example - /launches/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /launches/?limit=2

Format

Switch to JSON output - /launches/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/launches/?format=api&offset=400&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 550,
  "next": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=410&ordering=last_updated",
  "previous": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=390&ordering=last_updated",
  "results": [
    {
      "id": "878c07cc-73db-4be6-8492-42f2890a498a",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/878c07cc-73db-4be6-8492-42f2890a498a/?format=api",
      "name": "Long March 12 | SatNet LEO Group 19",
      "response_mode": "normal",
      "slug": "long-march-12-satnet-leo-group-19",
      "launch_designator": "2026-013",
      "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-21T06:41:38Z",
      "net": "2026-01-19T07:48:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-01-19T08:08:00Z",
      "window_start": "2026-01-19T07:41:00Z",
      "image": {
        "id": 2282,
        "name": "CZ-12 on its launch pad.",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-12_on_its_la_image_20241128132937.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-12_on_its_la_image_thumbnail_20241128132937.jpeg",
        "credit": "Unknown",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8874,
        "configuration": {
          "response_mode": "list",
          "id": 517,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/517/?format=api",
          "name": "Long March 12",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 205,
              "name": "Long March 12"
            }
          ],
          "full_name": "Long March 12",
          "variant": ""
        }
      },
      "mission": {
        "id": 7465,
        "name": "SatNet LEO Group 19",
        "type": "Communications",
        "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.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 219,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/219/?format=api",
        "active": true,
        "agencies": [],
        "name": "Commercial LC-2",
        "image": null,
        "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.59755,110.936481",
        "latitude": 19.59755,
        "longitude": 110.936481,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-2_20231225074048.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5,
        "fastest_turnaround": "P31DT20H19M",
        "location": {
          "response_mode": "normal",
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "image": {
            "id": 2019,
            "name": "CZ-8 liftoff from pad 201 (Queqiao-2)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_20240320175819.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_thumbnail_20240320175820.jpeg",
            "credit": "秦英健/Qin Yingjian",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "longitude": 110.951133,
          "latitude": 19.614492,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7189,
      "location_launch_attempt_count": 57,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 575,
      "orbital_launch_attempt_count_year": 16,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 5
    },
    {
      "id": "18292387-fbeb-43ac-97a0-1ade50bd68f1",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/18292387-fbeb-43ac-97a0-1ade50bd68f1/?format=api",
      "name": "Falcon 9 Block 5 | Starlink Group 17-30",
      "response_mode": "normal",
      "slug": "falcon-9-block-5-starlink-group-17-30",
      "launch_designator": "2026-014",
      "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-22T18:52:08Z",
      "net": "2026-01-22T05:47:29Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2026-01-22T06:43:00Z",
      "window_start": "2026-01-22T02:43:00Z",
      "image": {
        "id": 1296,
        "name": "Starlink night fairing",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192320.png",
        "credit": "SpaceX",
        "license": {
          "id": 5,
          "name": "CC BY-NC 2.0",
          "priority": 1,
          "link": "https://creativecommons.org/licenses/by-nc/2.0/"
        },
        "single_use": false,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
        "name": "SpaceX",
        "abbrev": "SpX",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8878,
        "configuration": {
          "response_mode": "list",
          "id": 164,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/164/?format=api",
          "name": "Falcon 9",
          "families": [
            {
              "response_mode": "list",
              "id": 1,
              "name": "Falcon"
            },
            {
              "response_mode": "list",
              "id": 176,
              "name": "Falcon 9"
            }
          ],
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7469,
        "name": "Starlink Group 17-30",
        "type": "Communications",
        "description": "A batch of 25 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [
          {
            "response_mode": "normal",
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
            "name": "SpaceX",
            "abbrev": "SpX",
            "type": {
              "id": 3,
              "name": "Commercial"
            },
            "featured": true,
            "country": [
              {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
              }
            ],
            "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
            "administrator": "CEO: Elon Musk",
            "founding_year": 2002,
            "launchers": "Falcon | Starship",
            "spacecraft": "Dragon",
            "parent": null,
            "image": {
              "id": 29,
              "name": "[AUTO] SpaceX - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 186,
              "name": "[AUTO] SpaceX - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 94,
              "name": "[AUTO] SpaceX - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 660,
            "consecutive_successful_launches": 145,
            "successful_launches": 645,
            "failed_launches": 15,
            "pending_launches": 122,
            "consecutive_successful_landings": 144,
            "successful_landings": 605,
            "failed_landings": 27,
            "attempted_landings": 631,
            "successful_landings_spacecraft": 59,
            "failed_landings_spacecraft": 3,
            "attempted_landings_spacecraft": 63,
            "successful_landings_payload": 0,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 0,
            "info_url": "https://www.spacex.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/16/?format=api",
        "active": true,
        "agencies": [],
        "name": "Space Launch Complex 4E",
        "image": {
          "id": 1342,
          "name": "Falcon 9 Block 5 | SARah 2 & 3 from SLC-4E",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20231223073520.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192449.jpeg",
          "credit": "SpaceX",
          "license": {
            "id": 5,
            "name": "CC BY-NC 2.0",
            "priority": 1,
            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
          },
          "single_use": false,
          "variants": []
        },
        "description": "Space Launch Complex 4 East (SLC-4E) is a launch site at Vandenberg Space Force Base, California, U.S.\r\n\r\nThe pad was previously used by Atlas and Titan rockets between 1963 and 2005. The pad was built for use by Atlas-Agena rockets, but was later rebuilt to handle Titan rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": 34.632,
        "longitude": -120.611,
        "country": {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 257,
        "orbital_launch_attempt_count": 257,
        "fastest_turnaround": "P2DT10H22M59S",
        "location": {
          "response_mode": "normal",
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 2,
            "name": "United States of America",
            "alpha_2_code": "US",
            "alpha_3_code": "USA",
            "nationality_name": "American",
            "nationality_name_composed": "Americano"
          },
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "image": {
            "id": 2226,
            "name": "Vandenberg SFB imaged by Sentinel-2",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vandenberg_sfb__image_20240920082910.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vandenberg_sfb__image_thumbnail_20240920082910.jpeg",
            "credit": "Contains modified Copernicus Sentinel data 2020",
            "license": {
              "id": 33,
              "name": "Copernicus Image Use Policy",
              "priority": 0,
              "link": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32013R1159"
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "longitude": -120.52023,
          "latitude": 34.75133,
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 872,
          "total_landing_count": 33
        }
      },
      "webcast_live": false,
      "program": [
        {
          "response_mode": "normal",
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/25/?format=api",
          "name": "Starlink",
          "image": {
            "id": 1890,
            "name": "Starlink stack in space before deployment",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194044.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 5,
              "name": "CC BY-NC 2.0",
              "priority": 1,
              "link": "https://creativecommons.org/licenses/by-nc/2.0/"
            },
            "single_use": true,
            "variants": []
          },
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "response_mode": "list",
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
              "name": "SpaceX",
              "abbrev": "SpX",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            }
          ],
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "mission_patches": [
            {
              "id": 7,
              "name": "Space X Starlink Mission Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
              "agency": {
                "response_mode": "list",
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                "name": "SpaceX",
                "abbrev": "SpX",
                "type": {
                  "id": 3,
                  "name": "Commercial"
                }
              },
              "response_mode": "normal"
            }
          ],
          "type": {
            "id": 3,
            "name": "Communication Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 7190,
      "location_launch_attempt_count": 856,
      "pad_launch_attempt_count": 242,
      "agency_launch_attempt_count": 628,
      "orbital_launch_attempt_count_year": 17,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 9
    },
    {
      "id": "50a682c6-1da0-4859-a163-4182c7619178",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/50a682c6-1da0-4859-a163-4182c7619178/?format=api",
      "name": "Electron | The Cosmos Will See You Now (Open Cosmos Constellation Launch 1)",
      "response_mode": "normal",
      "slug": "electron-the-cosmos-will-see-you-now-open-cosmos-c",
      "launch_designator": "2026-015",
      "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-22T19:56:43Z",
      "net": "2026-01-22T10:52:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-01-22T13:20:00Z",
      "window_start": "2026-01-22T10:15:00Z",
      "image": {
        "id": 1727,
        "name": "[AUTO] Electron - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193613.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": 80,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 147,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "abbrev": "RL",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8890,
        "configuration": {
          "response_mode": "list",
          "id": 26,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/26/?format=api",
          "name": "Electron",
          "families": [],
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": {
        "id": 7481,
        "name": "The Cosmos Will See You Now (Open Cosmos Constellation Launch 1)",
        "type": "Communications",
        "description": "First 2 satellites (named MR-1 and MR-2) of UK-based Open Cosmos' secure LEO broadband constellation designed to provide independent and resilient connectivity infrastructure for Europe and the world, using high-priority Ka-band spectrum filings by the Principality of Liechtenstein.",
        "image": null,
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 65,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/65/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 147,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "abbrev": "RL",
            "type": {
              "id": 3,
              "name": "Commercial"
            },
            "featured": true,
            "country": [
              {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
              }
            ],
            "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
            "administrator": "CEO: Peter Beck",
            "founding_year": 2006,
            "launchers": "Electron",
            "spacecraft": "",
            "parent": null,
            "image": {
              "id": 24,
              "name": "[AUTO] Rocket Lab - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184649.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 176,
              "name": "[AUTO] Rocket Lab - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185115.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 88,
              "name": "[AUTO] Rocket Lab - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184840.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "Rocket Lab Launch Complex 1A",
        "image": {
          "id": 1412,
          "name": "Electron on LC-1A (Return to Sender)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron25202_image_20201120015105.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192700.jpeg",
          "credit": "Rocket Lab",
          "license": {
            "id": 7,
            "name": "Rocket Lab Image Use Policy",
            "priority": 3,
            "link": "https://www.rocketlabusa.com/about/gallery/"
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
        "latitude": -39.262833,
        "longitude": 177.864469,
        "country": {
          "id": 51,
          "name": "New Zealand",
          "alpha_2_code": "NZ",
          "alpha_3_code": "NZL",
          "nationality_name": "Kiwi",
          "nationality_name_composed": "Kiwi"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
        "total_launch_count": 39,
        "orbital_launch_attempt_count": 39,
        "fastest_turnaround": "P7DT14H29M39S",
        "location": {
          "response_mode": "normal",
          "id": 10,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/10/?format=api",
          "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 51,
            "name": "New Zealand",
            "alpha_2_code": "NZ",
            "alpha_3_code": "NZL",
            "nationality_name": "Kiwi",
            "nationality_name_composed": "Kiwi"
          },
          "description": "Rocket Lab Launch Complex 1 is a commercial spaceport located close to Ahuriri Point at the southern tip of Māhia Peninsula, on the east coast of New Zealand's North Island. It is owned and operated by private spaceflight company Rocket Lab and supports launches of the company's Electron rocket for small satellites. With the launch of Electron on 25 May 2017, it became the first private spaceport to host an orbital launch attempt, and the first site in New Zealand to host an orbital launch attempt. With the Electron launch of 21 January 2018, it became the first private spaceport to host a successful orbital launch.",
          "image": {
            "id": 2206,
            "name": "Rocket Lab Launch Complex 1",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_laun_image_20240918164228.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_laun_image_thumbnail_20240918164228.jpeg",
            "credit": "Rocket Lab",
            "license": {
              "id": 7,
              "name": "Rocket Lab Image Use Policy",
              "priority": 3,
              "link": "https://www.rocketlabusa.com/about/gallery/"
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
          "longitude": 177.86586,
          "latitude": -39.26085,
          "timezone_name": "Pacific/Auckland",
          "total_launch_count": 74,
          "total_landing_count": 17
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7191,
      "location_launch_attempt_count": 70,
      "pad_launch_attempt_count": 36,
      "agency_launch_attempt_count": 80,
      "orbital_launch_attempt_count_year": 18,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1
    },
    {
      "id": "8d50a489-8f86-4411-81fa-d4bfe75680eb",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/8d50a489-8f86-4411-81fa-d4bfe75680eb/?format=api",
      "name": "New Shepard | NS-38",
      "response_mode": "normal",
      "slug": "new-shepard-ns-38",
      "launch_designator": null,
      "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-22T20:14:45Z",
      "net": "2026-01-22T16:25:35Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2026-01-22T21:30:00Z",
      "window_start": "2026-01-22T16:00:00Z",
      "image": {
        "id": 2098,
        "name": "New Shepard liftoff (NS-25)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8881,
        "configuration": {
          "response_mode": "list",
          "id": 137,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/137/?format=api",
          "name": "New Shepard",
          "families": [],
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 7472,
        "name": "NS-38",
        "type": "Tourism",
        "description": "NS-38 is the 17th crewed flight for the New Shepard program and the 38th in the New Shepard program's history.",
        "image": null,
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 90,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/90/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 141,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "abbrev": "BO",
            "type": {
              "id": 3,
              "name": "Commercial"
            },
            "featured": true,
            "country": [
              {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
              }
            ],
            "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
            "administrator": "CEO: Jeff Bezos",
            "founding_year": 2000,
            "launchers": "New Shepard | New Glenn",
            "spacecraft": "",
            "parent": null,
            "image": {
              "id": 5,
              "name": "[AUTO] Blue Origin - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184551.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 116,
              "name": "[AUTO] Blue Origin - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184921.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 45,
              "name": "[AUTO] Blue Origin - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184738.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "image": null,
        "description": null,
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": 31.422878,
        "longitude": -104.757121,
        "country": {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": "P20DT40M27S",
        "location": {
          "response_mode": "normal",
          "id": 29,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 2,
            "name": "United States of America",
            "alpha_2_code": "US",
            "alpha_3_code": "USA",
            "nationality_name": "American",
            "nationality_name_composed": "Americano"
          },
          "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "image": {
            "id": 2098,
            "name": "New Shepard liftoff (NS-25)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
            "credit": "Blue Origin",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "longitude": -104.757152,
          "latitude": 31.422927,
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 38,
      "pad_launch_attempt_count": 38,
      "agency_launch_attempt_count": 40,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1
    },
    {
      "id": "a0e0f590-1cb4-4b6b-845c-0087633af132",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/a0e0f590-1cb4-4b6b-845c-0087633af132/?format=api",
      "name": "Long March 2F/G | Shenzhou 23",
      "response_mode": "normal",
      "slug": "long-march-2fg-shenzhou-23",
      "launch_designator": null,
      "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-01-23T08:15:24Z",
      "net": "2026-06-30T00:00:00Z",
      "net_precision": {
        "id": 12,
        "name": "Year Half 1",
        "abbrev": "H1",
        "description": "The T-0 is expected in the first half of the given year."
      },
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "image": {
        "id": 2580,
        "name": "Shenzhou 22 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_thumbnail_20251129175823.jpeg",
        "credit": "Xinhua",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8900,
        "configuration": {
          "response_mode": "list",
          "id": 84,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/84/?format=api",
          "name": "Long March 2F/G",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2F/G",
          "variant": "F/G"
        }
      },
      "mission": {
        "id": 7491,
        "name": "Shenzhou 23",
        "type": "Human Exploration",
        "description": "Shenzhou 23 will be the 23rd flight of the Shenzhou program.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [
          {
            "response_mode": "normal",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "abbrev": "CNSA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": true,
            "country": [
              {
                "id": 6,
                "name": "China",
                "alpha_2_code": "CN",
                "alpha_3_code": "CHN",
                "nationality_name": "Chinese",
                "nationality_name_composed": "Sino"
              }
            ],
            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
            "administrator": "Administrator: Tang Dengjie",
            "founding_year": 1993,
            "launchers": "",
            "spacecraft": "Shenzhou",
            "parent": null,
            "image": {
              "id": 9,
              "name": "[AUTO] China National Space Administration - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 125,
              "name": "[AUTO] China National Space Administration - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 51,
              "name": "[AUTO] China National Space Administration - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 2,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "successful_landings_spacecraft": 20,
            "failed_landings_spacecraft": 1,
            "attempted_landings_spacecraft": 21,
            "successful_landings_payload": 2,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 2,
            "info_url": "https://www.cnsa.gov.cn/",
            "wiki_url": "https://en.wikipedia.org/wiki/China_National_Space_Administration",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/37/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 91 (SLS-1 / 921)",
        "image": {
          "id": 1363,
          "name": "Long March 2F/G from LA-4 (Shenzhou 17)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231231163528.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192527.jpeg",
          "credit": "我们的太空",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
        "latitude": 40.957893,
        "longitude": 100.290944,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28,
        "fastest_turnaround": "P24DT12H26M59S",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [
        {
          "response_mode": "normal",
          "id": 7,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/7/?format=api",
          "name": "Shenzhou",
          "image": {
            "id": 1888,
            "name": "[AUTO] Shenzhou - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194040.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
          "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
          "agencies": [
            {
              "response_mode": "list",
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "abbrev": "CNSA",
              "type": {
                "id": 1,
                "name": "Government"
              }
            }
          ],
          "start_date": "1993-01-01T00:00:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "response_mode": "normal",
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/19/?format=api",
          "name": "Tiangong space station",
          "image": {
            "id": 1893,
            "name": "[AUTO] Tiangong space station - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/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": [
            {
              "response_mode": "list",
              "id": 88,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "abbrev": "CASC",
              "type": {
                "id": 1,
                "name": "Government"
              }
            }
          ],
          "start_date": "2021-04-29T03:23:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 7303,
      "location_launch_attempt_count": 284,
      "pad_launch_attempt_count": 29,
      "agency_launch_attempt_count": 588,
      "orbital_launch_attempt_count_year": 130,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 18
    },
    {
      "id": "c9605b67-8a53-4239-a8ae-577fe3b79799",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/c9605b67-8a53-4239-a8ae-577fe3b79799/?format=api",
      "name": "Long March 2F/G | Shenzhou 24",
      "response_mode": "normal",
      "slug": "long-march-2fg-shenzhou-24",
      "launch_designator": null,
      "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-01-23T08:16:32Z",
      "net": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 13,
        "name": "Year Half 2",
        "abbrev": "H2",
        "description": "The T-0 is expected in the second half of the given year."
      },
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "image": {
        "id": 2580,
        "name": "Shenzhou 22 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_thumbnail_20251129175823.jpeg",
        "credit": "Xinhua",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "abbrev": "CASC",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 8901,
        "configuration": {
          "response_mode": "list",
          "id": 84,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/84/?format=api",
          "name": "Long March 2F/G",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 109,
              "name": "Long March 2"
            }
          ],
          "full_name": "Long March 2F/G",
          "variant": "F/G"
        }
      },
      "mission": {
        "id": 7492,
        "name": "Shenzhou 24",
        "type": "Human Exploration",
        "description": "Shenzhou 24 will be the 24th flight of the Shenzhou program.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [
          {
            "response_mode": "normal",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "abbrev": "CNSA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": true,
            "country": [
              {
                "id": 6,
                "name": "China",
                "alpha_2_code": "CN",
                "alpha_3_code": "CHN",
                "nationality_name": "Chinese",
                "nationality_name_composed": "Sino"
              }
            ],
            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
            "administrator": "Administrator: Tang Dengjie",
            "founding_year": 1993,
            "launchers": "",
            "spacecraft": "Shenzhou",
            "parent": null,
            "image": {
              "id": 9,
              "name": "[AUTO] China National Space Administration - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 125,
              "name": "[AUTO] China National Space Administration - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 51,
              "name": "[AUTO] China National Space Administration - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 2,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "successful_landings_spacecraft": 20,
            "failed_landings_spacecraft": 1,
            "attempted_landings_spacecraft": 21,
            "successful_landings_payload": 2,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 2,
            "info_url": "https://www.cnsa.gov.cn/",
            "wiki_url": "https://en.wikipedia.org/wiki/China_National_Space_Administration",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/37/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Area 91 (SLS-1 / 921)",
        "image": {
          "id": 1363,
          "name": "Long March 2F/G from LA-4 (Shenzhou 17)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231231163528.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192527.jpeg",
          "credit": "我们的太空",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
        "latitude": 40.957893,
        "longitude": 100.290944,
        "country": {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
        "total_launch_count": 28,
        "orbital_launch_attempt_count": 28,
        "fastest_turnaround": "P24DT12H26M59S",
        "location": {
          "response_mode": "normal",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 6,
            "name": "China",
            "alpha_2_code": "CN",
            "alpha_3_code": "CHN",
            "nationality_name": "Chinese",
            "nationality_name_composed": "Sino"
          },
          "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
          "image": {
            "id": 1374,
            "name": "Long March 2F/G liftoff (Shenzhou 16)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
            "credit": "CMS",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "longitude": 100.291111,
          "latitude": 40.958056,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        }
      },
      "webcast_live": false,
      "program": [
        {
          "response_mode": "normal",
          "id": 7,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/7/?format=api",
          "name": "Shenzhou",
          "image": {
            "id": 1888,
            "name": "[AUTO] Shenzhou - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194040.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
          "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
          "agencies": [
            {
              "response_mode": "list",
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "abbrev": "CNSA",
              "type": {
                "id": 1,
                "name": "Government"
              }
            }
          ],
          "start_date": "1993-01-01T00:00:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "response_mode": "normal",
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/19/?format=api",
          "name": "Tiangong space station",
          "image": {
            "id": 1893,
            "name": "[AUTO] Tiangong space station - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/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": [
            {
              "response_mode": "list",
              "id": 88,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "abbrev": "CASC",
              "type": {
                "id": 1,
                "name": "Government"
              }
            }
          ],
          "start_date": "2021-04-29T03:23:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 287,
      "pad_launch_attempt_count": 30,
      "agency_launch_attempt_count": 591,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 21
    },
    {
      "id": "dfac5ab7-7017-454f-b6cf-eeed277a97b5",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/dfac5ab7-7017-454f-b6cf-eeed277a97b5/?format=api",
      "name": "LVM-3 | Gaganyaan-1",
      "response_mode": "normal",
      "slug": "lvm-3-gaganyaan-1",
      "launch_designator": null,
      "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-01-23T17:06:56Z",
      "net": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 13,
        "name": "Year Half 2",
        "abbrev": "H2",
        "description": "The T-0 is expected in the second half of the given year."
      },
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "image": {
        "id": 1784,
        "name": "[AUTO] LVM-3 (GSLV Mk III) - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193746.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "abbrev": "ISRO",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 7522,
        "configuration": {
          "response_mode": "list",
          "id": 172,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/172/?format=api",
          "name": "LVM-3 (GSLV Mk III)",
          "families": [
            {
              "response_mode": "list",
              "id": 84,
              "name": "GSLV"
            }
          ],
          "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
          "variant": ""
        }
      },
      "mission": {
        "id": 5940,
        "name": "Gaganyaan-1",
        "type": "Test Flight",
        "description": "First uncrewed orbital test flight of the Gaganyaan capsule.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/82/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 31,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
            "name": "Indian Space Research Organization",
            "abbrev": "ISRO",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": true,
            "country": [
              {
                "id": 9,
                "name": "India",
                "alpha_2_code": "IN",
                "alpha_3_code": "IND",
                "nationality_name": "Indian",
                "nationality_name_composed": "Indo"
              }
            ],
            "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
            "administrator": "Chairman: V. Narayanan",
            "founding_year": 1969,
            "launchers": "PSLV | GSLV",
            "spacecraft": "Gaganyaan",
            "parent": null,
            "image": {
              "id": 14,
              "name": "[AUTO] Indian Space Research Organization - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184615.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 141,
              "name": "[AUTO] Indian Space Research Organization - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185007.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 63,
              "name": "[AUTO] Indian Space Research Organization - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184805.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "image": {
          "id": 1992,
          "name": "Second Launch Pad",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/second_launch_p_image_20240311093204.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/second_launch_p_image_thumbnail_20240311093204.jpeg",
          "credit": "Indian Space Research Organisation",
          "license": {
            "id": 11,
            "name": "Government Open Data License - India (GODL)",
            "priority": 3,
            "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
          },
          "single_use": true,
          "variants": []
        },
        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": 13.7199,
        "longitude": 80.2304,
        "country": {
          "id": 9,
          "name": "India",
          "alpha_2_code": "IN",
          "alpha_3_code": "IND",
          "nationality_name": "Indian",
          "nationality_name_composed": "Indo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32,
        "orbital_launch_attempt_count": 31,
        "fastest_turnaround": "P31DT31M",
        "location": {
          "response_mode": "normal",
          "id": 14,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/14/?format=api",
          "name": "Satish Dhawan Space Centre, India",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 9,
            "name": "India",
            "alpha_2_code": "IN",
            "alpha_3_code": "IND",
            "nationality_name": "Indian",
            "nationality_name_composed": "Indo"
          },
          "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
          "image": {
            "id": 2212,
            "name": "Satish Dhawan Space Centre",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/satish_dhawan_s_image_20240919164153.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/satish_dhawan_s_image_thumbnail_20240919164154.png",
            "credit": "ISRO",
            "license": {
              "id": 11,
              "name": "Government Open Data License - India (GODL)",
              "priority": 3,
              "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "longitude": 80.23,
          "latitude": 13.72,
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 103,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [
        {
          "response_mode": "normal",
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/21/?format=api",
          "name": "Gaganyaan",
          "image": {
            "id": 1889,
            "name": "[AUTO] Gaganyaan - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194042.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
          "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan",
          "description": "Gaganyaan is India's first human spaceflight program.",
          "agencies": [
            {
              "response_mode": "list",
              "id": 31,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
              "name": "Indian Space Research Organization",
              "abbrev": "ISRO",
              "type": {
                "id": 1,
                "name": "Government"
              }
            }
          ],
          "start_date": "2018-08-15T00:00:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 116,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 13
    },
    {
      "id": "9bfa0324-db74-444f-8dc3-1c7d373ca659",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/9bfa0324-db74-444f-8dc3-1c7d373ca659/?format=api",
      "name": "Falcon 9 Block 5 | 5x Astranis MicroGEO",
      "response_mode": "normal",
      "slug": "falcon-9-block-5-5x-astranis-microgeo",
      "launch_designator": null,
      "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-01-26T18:22:51Z",
      "net": "2026-09-30T00:00:00Z",
      "net_precision": {
        "id": 10,
        "name": "Quarter 3",
        "abbrev": "Q3",
        "description": "The T-0 is expected in the third quarter of the given year."
      },
      "window_end": "2026-09-30T00:00:00Z",
      "window_start": "2026-09-30T00:00:00Z",
      "image": {
        "id": 2297,
        "name": "Falcon 9 on SLC-40 (From One To Many)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_slc_image_20241221043403.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_slc_image_thumbnail_20241221043404.jpeg",
        "credit": "SpaceX",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
        "name": "SpaceX",
        "abbrev": "SpX",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8506,
        "configuration": {
          "response_mode": "list",
          "id": 164,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/164/?format=api",
          "name": "Falcon 9",
          "families": [
            {
              "response_mode": "list",
              "id": 1,
              "name": "Falcon"
            },
            {
              "response_mode": "list",
              "id": 176,
              "name": "Falcon 9"
            }
          ],
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7095,
        "name": "5x Astranis MicroGEO",
        "type": "Communications",
        "description": "Five Astranis MicroGEO communications satellite to be inserted in a custom geostationary orbit, from where they conduct on-orbit maneuvers to reach their individual slots.\r\n\r\nThe 5 satellites include:\r\n\r\n* Apco 1 & Apco 2 (Mexico)\r\n\r\n* Thaicom-9 (Thailand)\r\n\r\n* 1x for Chunghwa Telecom (Taiwan)\r\n\r\n* 1x for MB Group (Oman)",
        "image": null,
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 72,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/72/?format=api",
        "active": true,
        "agencies": [],
        "name": "Unknown Pad",
        "image": null,
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": 28.458,
        "longitude": -80.528,
        "country": {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0,
        "fastest_turnaround": null,
        "location": {
          "response_mode": "normal",
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 2,
            "name": "United States of America",
            "alpha_2_code": "US",
            "alpha_3_code": "USA",
            "nationality_name": "American",
            "nationality_name_composed": "Americano"
          },
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "image": {
            "id": 2200,
            "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.jpeg",
            "credit": "NASA",
            "license": {
              "id": 4,
              "name": "NASA Image and Media Guidelines",
              "priority": 0,
              "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "longitude": -80.577778,
          "latitude": 28.488889,
          "timezone_name": "America/New_York",
          "total_launch_count": 1100,
          "total_landing_count": 71
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7320,
      "location_launch_attempt_count": 1115,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 694,
      "orbital_launch_attempt_count_year": 147,
      "location_launch_attempt_count_year": 39,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 75
    },
    {
      "id": "91f5f940-da5a-44de-a10a-b44c59066285",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/91f5f940-da5a-44de-a10a-b44c59066285/?format=api",
      "name": "Vega-C | KOMPSAT-6 & PLATiNO 1",
      "response_mode": "normal",
      "slug": "vega-c-kompsat-6-platino-1",
      "launch_designator": null,
      "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-01-27T08:26:11Z",
      "net": "2026-11-30T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "window_end": "2026-11-30T00:00:00Z",
      "window_start": "2026-11-30T00:00:00Z",
      "image": {
        "id": 1861,
        "name": "Vega-C liftoff on its maiden flight (LARES-2)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193950.jpeg",
        "credit": "ESA/CNES/Arianespace/Optique vidéo du CSG–S. Martin",
        "license": {
          "id": 2,
          "name": "ESA Standard Licence",
          "priority": 2,
          "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
        },
        "single_use": false,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 115,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/115/?format=api",
        "name": "Arianespace",
        "abbrev": "ASA",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 127,
        "configuration": {
          "response_mode": "list",
          "id": 127,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/127/?format=api",
          "name": "Vega-C",
          "families": [
            {
              "response_mode": "list",
              "id": 3,
              "name": "Vega"
            }
          ],
          "full_name": "Vega-C",
          "variant": ""
        }
      },
      "mission": {
        "id": 6163,
        "name": "KOMPSAT-6 & PLATiNO 1",
        "type": "Earth Science",
        "description": "Korean Multi-purpose Satellite 6 (KOMPSAT-6) is the sixth South Korean Earth observation satellite of the KOMPSAT series. It is equipped with a synthetic aperture radar with a ground resolution between 0.5 and 20 meters.\r\n\r\nPLATiNO 1 is an experimental X-band SAR earth observation satellite project by the Italian Space Agency (ASI), with a radar payload from Thales Alenia Space Italia. The X-band SAR will first operate in passive mode at 619 km altitude, then in active mode after the satellites moves lower to a 410 km orbit.",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [
          {
            "response_mode": "normal",
            "id": 36,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/36/?format=api",
            "name": "Italian Space Agency",
            "abbrev": "ASI",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": false,
            "country": [
              {
                "id": 3,
                "name": "Italy",
                "alpha_2_code": "IT",
                "alpha_3_code": "ITA",
                "nationality_name": "Italian",
                "nationality_name_composed": "Italo"
              }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null,
            "total_launch_count": 3,
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 0,
            "pending_launches": 0,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "successful_landings_spacecraft": 0,
            "failed_landings_spacecraft": 0,
            "attempted_landings_spacecraft": 0,
            "successful_landings_payload": 0,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 0,
            "info_url": "https://www.asi.it/",
            "wiki_url": "https://en.wikipedia.org/wiki/Italian_Space_Agency",
            "social_media_links": []
          },
          {
            "response_mode": "normal",
            "id": 41,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/41/?format=api",
            "name": "Korea Aerospace Research Institute",
            "abbrev": "KARI",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": false,
            "country": [
              {
                "id": 35,
                "name": "South Korea",
                "alpha_2_code": "KR",
                "alpha_3_code": "KOR",
                "nationality_name": "South Korean",
                "nationality_name_composed": "South Korean"
              }
            ],
            "description": "The Korea Aerospace Research Institute (KARI) established in 1989, is the aeronautics and space agency of Republic of Korea. Its main laboratories are located in Daejeon, in the Daedeok Science Town.",
            "administrator": "Administrator: Lee Sang-Ryool",
            "founding_year": 1989,
            "launchers": "Nuri",
            "spacecraft": "",
            "parent": "Korea AeroSpace Administration",
            "image": null,
            "logo": {
              "id": 154,
              "name": "[AUTO] Korea Aerospace Research Institute - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_logo_20200806032236.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185029.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 72,
              "name": "[AUTO] Korea Aerospace Research Institute - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_nation_20230604194037.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184817.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 8,
            "consecutive_successful_launches": 3,
            "successful_launches": 5,
            "failed_launches": 3,
            "pending_launches": 2,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "successful_landings_spacecraft": 0,
            "failed_landings_spacecraft": 0,
            "attempted_landings_spacecraft": 0,
            "successful_landings_payload": 0,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 0,
            "info_url": "https://www.kari.kr/",
            "wiki_url": "https://en.wikipedia.org/wiki/Korea_Aerospace_Research_Institute",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 34,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/34/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 115,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/115/?format=api",
            "name": "Arianespace",
            "abbrev": "ASA",
            "type": {
              "id": 3,
              "name": "Commercial"
            },
            "featured": true,
            "country": [
              {
                "id": 1,
                "name": "France",
                "alpha_2_code": "FR",
                "alpha_3_code": "FRA",
                "nationality_name": "French",
                "nationality_name_composed": "Franco"
              }
            ],
            "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.",
            "administrator": "CEO: David Cavaillolès",
            "founding_year": 1980,
            "launchers": "Ariane | Vega",
            "spacecraft": "",
            "parent": "ArianeGroup",
            "image": {
              "id": 2694,
              "name": "Ariane 64 liftoff (LE-01)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_64_lifto_image_20260213070745.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_64_lifto_image_thumbnail_20260213070746.jpeg",
              "credit": "ESA/CNES/Arianespace/ArianeGroup/Optique video du CSG–P. Piron",
              "license": {
                "id": 2,
                "name": "ESA Standard Licence",
                "priority": 2,
                "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
              },
              "single_use": false,
              "variants": []
            },
            "logo": {
              "id": 108,
              "name": "Arianespace blue logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184909.png",
              "credit": "Arianespace",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": [
                {
                  "id": 11,
                  "type": {
                    "id": 1,
                    "name": "transparent for light background"
                  },
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184850.png"
                },
                {
                  "id": 12,
                  "type": {
                    "id": 2,
                    "name": "transparent for dark background"
                  },
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184853.png"
                }
              ]
            },
            "social_logo": {
              "id": 39,
              "name": "Arianespace social logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184728.jpeg",
              "credit": "Arianespace",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "Ariane Launch Area 1 (ELV)",
        "image": {
          "id": 1981,
          "name": "Ensemble de lancement Vega",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ensemble_de_lan_image_20240310185520.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ensemble_de_lan_image_thumbnail_20240310185520.jpeg",
          "credit": "Camille Gévaudan",
          "license": {
            "id": 20,
            "name": "CC BY-SA 4.0",
            "priority": 6,
            "link": "https://creativecommons.org/licenses/by-sa/4.0/"
          },
          "single_use": true,
          "variants": []
        },
        "description": "ELA-1, now named Ensemble de Lancement Vega (short ELV), is a launch pad at the Centre Spatial Guyanais in French Guiana. It has been used to support launches of the Europa rocket, Ariane 1, Ariane 3, and is currently used to launch Vega rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
        "map_url": "https://www.google.com/maps?q=5.236,-52.775",
        "latitude": 5.236,
        "longitude": -52.775,
        "country": {
          "id": 50,
          "name": "French Guiana",
          "alpha_2_code": "GF",
          "alpha_3_code": "GUF",
          "nationality_name": "French Guianan",
          "nationality_name_composed": "Franco-Guiano"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_34_20200803143527.jpg",
        "total_launch_count": 54,
        "orbital_launch_attempt_count": 54,
        "fastest_turnaround": "P55DT10H7M35S",
        "location": {
          "response_mode": "normal",
          "id": 13,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 50,
            "name": "French Guiana",
            "alpha_2_code": "GF",
            "alpha_3_code": "GUF",
            "nationality_name": "French Guianan",
            "nationality_name_composed": "Franco-Guiano"
          },
          "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
          "image": {
            "id": 2203,
            "name": "Vega & Ariane 5 pads at the Guiana Space Centre",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega_2526_aria_image_20240918154413.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega_2526_aria_image_thumbnail_20240918154414.jpeg",
            "credit": "ESA/S. Corvaja",
            "license": {
              "id": 2,
              "name": "ESA Standard Licence",
              "priority": 2,
              "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "longitude": -52.6903,
          "latitude": 5.169,
          "timezone_name": "America/Cayenne",
          "total_launch_count": 331,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7327,
      "location_launch_attempt_count": 338,
      "pad_launch_attempt_count": 57,
      "agency_launch_attempt_count": 330,
      "orbital_launch_attempt_count_year": 154,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 6
    },
    {
      "id": "90a7b825-ea15-41a2-a9d3-eb532a37e499",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/90a7b825-ea15-41a2-a9d3-eb532a37e499/?format=api",
      "name": "Falcon 9 Block 5 | Starlink Group 17-20",
      "response_mode": "normal",
      "slug": "falcon-9-block-5-starlink-group-17-20",
      "launch_designator": "2026-016",
      "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-28T01:43:36Z",
      "net": "2026-01-25T17:30:39Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2026-01-25T19:17:00Z",
      "window_start": "2026-01-25T15:17:00Z",
      "image": {
        "id": 1296,
        "name": "Starlink night fairing",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192320.png",
        "credit": "SpaceX",
        "license": {
          "id": 5,
          "name": "CC BY-NC 2.0",
          "priority": 1,
          "link": "https://creativecommons.org/licenses/by-nc/2.0/"
        },
        "single_use": false,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
        "name": "SpaceX",
        "abbrev": "SpX",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8889,
        "configuration": {
          "response_mode": "list",
          "id": 164,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/164/?format=api",
          "name": "Falcon 9",
          "families": [
            {
              "response_mode": "list",
              "id": 1,
              "name": "Falcon"
            },
            {
              "response_mode": "list",
              "id": 176,
              "name": "Falcon 9"
            }
          ],
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7480,
        "name": "Starlink Group 17-20",
        "type": "Communications",
        "description": "A batch of 25 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [
          {
            "response_mode": "normal",
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
            "name": "SpaceX",
            "abbrev": "SpX",
            "type": {
              "id": 3,
              "name": "Commercial"
            },
            "featured": true,
            "country": [
              {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
              }
            ],
            "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
            "administrator": "CEO: Elon Musk",
            "founding_year": 2002,
            "launchers": "Falcon | Starship",
            "spacecraft": "Dragon",
            "parent": null,
            "image": {
              "id": 29,
              "name": "[AUTO] SpaceX - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 186,
              "name": "[AUTO] SpaceX - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 94,
              "name": "[AUTO] SpaceX - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 660,
            "consecutive_successful_launches": 145,
            "successful_launches": 645,
            "failed_launches": 15,
            "pending_launches": 122,
            "consecutive_successful_landings": 144,
            "successful_landings": 605,
            "failed_landings": 27,
            "attempted_landings": 631,
            "successful_landings_spacecraft": 59,
            "failed_landings_spacecraft": 3,
            "attempted_landings_spacecraft": 63,
            "successful_landings_payload": 0,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 0,
            "info_url": "https://www.spacex.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/16/?format=api",
        "active": true,
        "agencies": [],
        "name": "Space Launch Complex 4E",
        "image": {
          "id": 1342,
          "name": "Falcon 9 Block 5 | SARah 2 & 3 from SLC-4E",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20231223073520.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192449.jpeg",
          "credit": "SpaceX",
          "license": {
            "id": 5,
            "name": "CC BY-NC 2.0",
            "priority": 1,
            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
          },
          "single_use": false,
          "variants": []
        },
        "description": "Space Launch Complex 4 East (SLC-4E) is a launch site at Vandenberg Space Force Base, California, U.S.\r\n\r\nThe pad was previously used by Atlas and Titan rockets between 1963 and 2005. The pad was built for use by Atlas-Agena rockets, but was later rebuilt to handle Titan rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": 34.632,
        "longitude": -120.611,
        "country": {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 257,
        "orbital_launch_attempt_count": 257,
        "fastest_turnaround": "P2DT10H22M59S",
        "location": {
          "response_mode": "normal",
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7470,
            "successful_launches": 6915,
            "failed_launches": 555,
            "total_attempted_landings": 1288,
            "successful_landings": 1241,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 2,
            "name": "United States of America",
            "alpha_2_code": "US",
            "alpha_3_code": "USA",
            "nationality_name": "American",
            "nationality_name_composed": "Americano"
          },
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "image": {
            "id": 2226,
            "name": "Vandenberg SFB imaged by Sentinel-2",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vandenberg_sfb__image_20240920082910.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vandenberg_sfb__image_thumbnail_20240920082910.jpeg",
            "credit": "Contains modified Copernicus Sentinel data 2020",
            "license": {
              "id": 33,
              "name": "Copernicus Image Use Policy",
              "priority": 0,
              "link": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32013R1159"
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "longitude": -120.52023,
          "latitude": 34.75133,
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 872,
          "total_landing_count": 33
        }
      },
      "webcast_live": false,
      "program": [
        {
          "response_mode": "normal",
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/25/?format=api",
          "name": "Starlink",
          "image": {
            "id": 1890,
            "name": "Starlink stack in space before deployment",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194044.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 5,
              "name": "CC BY-NC 2.0",
              "priority": 1,
              "link": "https://creativecommons.org/licenses/by-nc/2.0/"
            },
            "single_use": true,
            "variants": []
          },
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "response_mode": "list",
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
              "name": "SpaceX",
              "abbrev": "SpX",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            }
          ],
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "mission_patches": [
            {
              "id": 7,
              "name": "Space X Starlink Mission Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
              "agency": {
                "response_mode": "list",
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                "name": "SpaceX",
                "abbrev": "SpX",
                "type": {
                  "id": 3,
                  "name": "Commercial"
                }
              },
              "response_mode": "normal"
            }
          ],
          "type": {
            "id": 3,
            "name": "Communication Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 7192,
      "location_launch_attempt_count": 857,
      "pad_launch_attempt_count": 243,
      "agency_launch_attempt_count": 629,
      "orbital_launch_attempt_count_year": 19,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 10
    }
  ]
}