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

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=170&ordering=-last_updated",
  "previous": "https://lldev.thespacedevs.com/2.3.0/launches/?format=api&limit=10&offset=150&ordering=-last_updated",
  "results": [
    {
      "id": "b8d9ff2b-a972-4e50-8fff-6c189dbe34cd",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/b8d9ff2b-a972-4e50-8fff-6c189dbe34cd/?format=api",
      "name": "Falcon 9 Block 5 | Starlink Group 6-98",
      "response_mode": "normal",
      "slug": "falcon-9-block-5-starlink-group-6-98",
      "launch_designator": "2026-008",
      "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-14T22:40:50Z",
      "net": "2026-01-14T18:08:20Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2026-01-14T22:01:00Z",
      "window_start": "2026-01-14T18:01: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": 40,
      "weather_concerns": "Thick Cloud Layers Rule, Cumulus Cloud Rule",
      "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": 8871,
        "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": 7462,
        "name": "Starlink Group 6-98",
        "type": "Communications",
        "description": "A batch of 29 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": 80,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/80/?format=api",
        "active": true,
        "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": []
            }
          }
        ],
        "name": "Space Launch Complex 40",
        "image": {
          "id": 2113,
          "name": "F9 liftoff from SLC-40 (SES-24)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_20240621050513.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_thumbnail_20240621050514.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": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": 28.56194122,
        "longitude": -80.57735736,
        "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_80_20200803143323.jpg",
        "total_launch_count": 376,
        "orbital_launch_attempt_count": 376,
        "fastest_turnaround": "P1DT21H",
        "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": [
        {
          "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": 7182,
      "location_launch_attempt_count": 1080,
      "pad_launch_attempt_count": 358,
      "agency_launch_attempt_count": 625,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 6
    },
    {
      "id": "2e15e3c4-408b-48a2-a647-4818df4eebc4",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/2e15e3c4-408b-48a2-a647-4818df4eebc4/?format=api",
      "name": "Long March 8A | SatNet LEO Group 18",
      "response_mode": "normal",
      "slug": "long-march-8a-satnet-leo-group-18",
      "launch_designator": "2026-007",
      "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-14T21:35:00Z",
      "net": "2026-01-13T15:25:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-01-13T15:42:00Z",
      "window_start": "2026-01-13T15:17:00Z",
      "image": {
        "id": 2616,
        "name": "CZ-8A Launch (SatNet LEO Group 14)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8a_launch_2_image_20251206093107.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-8a_launch_2_image_thumbnail_20251206093108.jpeg",
        "credit": "CASC",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "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": 8872,
        "configuration": {
          "response_mode": "list",
          "id": 518,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/518/?format=api",
          "name": "Long March 8A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 115,
              "name": "Long March 8"
            }
          ],
          "full_name": "Long March 8A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7463,
        "name": "SatNet LEO Group 18",
        "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": 218,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/218/?format=api",
        "active": true,
        "agencies": [],
        "name": "Commercial LC-1",
        "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.597275,110.930753",
        "latitude": 19.597275,
        "longitude": 110.930753,
        "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-1_20231225074041.jpg",
        "total_launch_count": 8,
        "orbital_launch_attempt_count": 8,
        "fastest_turnaround": "P18DT15H59M",
        "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": 7181,
      "location_launch_attempt_count": 56,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 572,
      "orbital_launch_attempt_count_year": 8,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2
    },
    {
      "id": "eac0eb9a-98c4-4660-a168-be5ec4e8ba4b",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/eac0eb9a-98c4-4660-a168-be5ec4e8ba4b/?format=api",
      "name": "Long March 6A | Yaogan 50-01",
      "response_mode": "normal",
      "slug": "long-march-6a-yaogan-50-01",
      "launch_designator": "2026-006",
      "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-14T20:31:11Z",
      "net": "2026-01-13T14:16:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "window_end": "2026-01-13T14:27:00Z",
      "window_start": "2026-01-13T14:06:00Z",
      "image": {
        "id": 2450,
        "name": "Long March 6A | SatNet LEO Group 05 launch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_thumbnail_20251209050224.jpeg",
        "credit": "CCTV",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "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": 8887,
        "configuration": {
          "response_mode": "list",
          "id": 478,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/478/?format=api",
          "name": "Long March 6A",
          "families": [
            {
              "response_mode": "list",
              "id": 106,
              "name": "Long March"
            },
            {
              "response_mode": "list",
              "id": 113,
              "name": "Long March 6"
            }
          ],
          "full_name": "Long March 6A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 7478,
        "name": "Yaogan 50-01",
        "type": "Government/Top Secret",
        "description": "The Yaogan 50-01 is a Chinese military “remote sensing” satellite of unknown purposes.",
        "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": 200,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/200/?format=api",
        "active": true,
        "agencies": [],
        "name": "Launch Complex 9A",
        "image": {
          "id": 2090,
          "name": "CZ-6C liftoff from LC-9A (Maiden Flight)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_20240507065634.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-6c_liftoff__image_thumbnail_20240507065635.jpeg",
          "credit": "中国之声",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": false,
          "variants": []
        },
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
        "latitude": 38.8583,
        "longitude": 111.5802,
        "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_launch_complex_9a_20220330003717.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22,
        "fastest_turnaround": "P19DT18H28M",
        "location": {
          "response_mode": "normal",
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/19/?format=api",
          "name": "Taiyuan 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": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
          "image": {
            "id": 1369,
            "name": "[AUTO] Long March 2D | 6 x Jilin-1, Qilu-2/3 & others - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907134308.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192538.jpeg",
            "credit": null,
            "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_19_20200803142421.jpg",
          "longitude": 111.608,
          "latitude": 38.8491,
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 152,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7180,
      "location_launch_attempt_count": 150,
      "pad_launch_attempt_count": 21,
      "agency_launch_attempt_count": 571,
      "orbital_launch_attempt_count_year": 7,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1
    },
    {
      "id": "b94b49fc-5784-4dfd-92e7-07e57f50edcd",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/b94b49fc-5784-4dfd-92e7-07e57f50edcd/?format=api",
      "name": "Firefly Alpha Block 2 | TacSat",
      "response_mode": "normal",
      "slug": "firefly-alpha-block-2-tacsat",
      "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-13T17:07:04Z",
      "net": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "image": {
        "id": 1740,
        "name": "Firefly Alpha liftoff (FLTA004)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_thumbnail_20240605174157.jpeg",
        "credit": "Firefly Aerospace / Jack Beyer",
        "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": 265,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "abbrev": "FA",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8258,
        "configuration": {
          "response_mode": "list",
          "id": 551,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/551/?format=api",
          "name": "Firefly Alpha Block 2",
          "families": [
            {
              "response_mode": "list",
              "id": 215,
              "name": "Firefly Alpha"
            }
          ],
          "full_name": "Firefly Alpha Block 2",
          "variant": "Block 2"
        }
      },
      "mission": {
        "id": 6839,
        "name": "TacSat",
        "type": "Technology",
        "description": "First of up to 25 launches of Low Earth Orbit technology demonstration satellites to be built and operated by Lockheed Martin. \r\n\r\nTacSat is an intelligence, surveillance and reconnaissance spacecraft with a mission to prove specialized sensing and communications capabilities on orbit. The satellite will participate in exercises that highlight cross-domain kill-web connectivity, enabling timely execution of tactical space missions.\r\n\r\nTacSat will host a proven Lockheed Martin infrared sensor on board that brings previously developed technology to space for the first time. This sensor produces high quality imagery and it can interface with federated Battle Management Command & Control (BMC2) combat systems to provide joint forces with a comprehensive view of threats.\r\n\r\nThe satellite will also feature Lockheed Martin’s first 5G.MIL® payload on orbit. This provides cellular-like networking for military space assets, making satellite constellations more resilient. It also helps enable seamless connectivity with tools in the air, at sea and on land.\r\n\r\nLaunch operation will also again demonstrate responsive space pre-launch operation capabilities.",
        "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": 39,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/39/?format=api",
        "active": true,
        "agencies": [],
        "name": "Space Launch Complex 2W",
        "image": {
          "id": 2248,
          "name": "Delta II 7920-10 liftoff from SLC-2W (NROL-21)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_ii_7920-1_image_20240922115616.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_ii_7920-1_image_thumbnail_20240922115616.jpeg",
          "credit": "USAF/Michael Stonecypher",
          "license": {
            "id": 17,
            "name": "Department of Defense Image Use Policy",
            "priority": 6,
            "link": "https://www.dimoc.mil/resources/limitations/"
          },
          "single_use": false,
          "variants": []
        },
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": 34.7556,
        "longitude": -120.6224,
        "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_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99,
        "fastest_turnaround": "P26DT16H39M49S",
        "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": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 910,
      "pad_launch_attempt_count": 102,
      "agency_launch_attempt_count": 11,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 58,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 5
    },
    {
      "id": "c0dc723a-2322-4986-97d6-f64877aec846",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/c0dc723a-2322-4986-97d6-f64877aec846/?format=api",
      "name": "Firefly Alpha Block 2 | INCUS",
      "response_mode": "normal",
      "slug": "firefly-alpha-block-2-incus",
      "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-13T17:06:47Z",
      "net": "2026-10-31T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "window_end": "2026-10-31T00:00:00Z",
      "window_start": "2026-10-31T00:00:00Z",
      "image": {
        "id": 1740,
        "name": "Firefly Alpha liftoff (FLTA004)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_thumbnail_20240605174157.jpeg",
        "credit": "Firefly Aerospace / Jack Beyer",
        "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": 265,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "abbrev": "FA",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8548,
        "configuration": {
          "response_mode": "list",
          "id": 551,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/551/?format=api",
          "name": "Firefly Alpha Block 2",
          "families": [
            {
              "response_mode": "list",
              "id": 215,
              "name": "Firefly Alpha"
            }
          ],
          "full_name": "Firefly Alpha Block 2",
          "variant": "Block 2"
        }
      },
      "mission": {
        "id": 7139,
        "name": "INCUS",
        "type": "Earth Science",
        "description": "The Investigation of Convective Updrafts (INCUS) is a NASA Earth science mission led by Colorado State University that will investigate the behavior of tropical storms in order to better represent these storms in weather and climate models. It consists of 3 SmallSats flying in tight coordination to study why convective storms, heavy precipitation, and clouds occur exactly when and where they form. \r\n\r\nEach satellite will have a high frequency precipitation radar that observes rapid changes in convective cloud depth and intensities. 1 of the 3 satellites also will carry a microwave radiometer to provide the spatial content of the larger scale weather observed by the radars. By flying so closely together, the satellites will use the slight differences in when they make observations to apply a novel time-differencing approach to estimate the vertical transport of convective mass.",
        "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": 44,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "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": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
            "administrator": "Administrator: Jared Isaacman",
            "founding_year": 1958,
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "parent": null,
            "image": {
              "id": 19,
              "name": "[AUTO] National Aeronautics and Space Administration - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 161,
              "name": "[AUTO] National Aeronautics and Space Administration - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 76,
              "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 142,
            "consecutive_successful_launches": 12,
            "successful_launches": 122,
            "failed_launches": 20,
            "pending_launches": 5,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "successful_landings_spacecraft": 178,
            "failed_landings_spacecraft": 2,
            "attempted_landings_spacecraft": 180,
            "successful_landings_payload": 0,
            "failed_landings_payload": 0,
            "attempted_landings_payload": 0,
            "info_url": "https://www.nasa.gov",
            "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 76,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/76/?format=api",
        "active": true,
        "agencies": [
          {
            "response_mode": "normal",
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "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": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
            "administrator": "Administrator: Jared Isaacman",
            "founding_year": 1958,
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "parent": null,
            "image": {
              "id": 19,
              "name": "[AUTO] National Aeronautics and Space Administration - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "logo": {
              "id": 161,
              "name": "[AUTO] National Aeronautics and Space Administration - logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 76,
              "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          }
        ],
        "name": "Launch Area 0 A",
        "image": {
          "id": 1982,
          "name": "PAD 0A",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pad_0a_image_20240310195659.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pad_0a_image_thumbnail_20240310195659.jpeg",
          "credit": "NASA Goddard Space Flight Center",
          "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": "LP-0A was first built for the failed Conestoga rocket program. The original launch tower was subsequently demolished in September 2008. A new pad facility was built from 2009 to 2011 for Orbital Sciences Taurus II, now renamed Antares.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad_0A",
        "map_url": "https://www.google.com/maps?q=37.8337,-75.4881",
        "latitude": 37.8337,
        "longitude": -75.4881,
        "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_76_20200803143538.jpg",
        "total_launch_count": 19,
        "orbital_launch_attempt_count": 19,
        "fastest_turnaround": "P105DT6H21M14S",
        "location": {
          "response_mode": "normal",
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, 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": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
          "image": {
            "id": 2227,
            "name": "Wallops Flight Facility",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/wallops_flight__image_20240920083715.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/wallops_flight__image_thumbnail_20240920083715.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_21_20200803142423.jpg",
          "longitude": -75.467778,
          "latitude": 37.933333,
          "timezone_name": "America/New_York",
          "total_launch_count": 85,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 7325,
      "location_launch_attempt_count": 86,
      "pad_launch_attempt_count": 20,
      "agency_launch_attempt_count": 10,
      "orbital_launch_attempt_count_year": 152,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 4
    },
    {
      "id": "d1a3807e-f304-467c-a095-e08b86924347",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/d1a3807e-f304-467c-a095-e08b86924347/?format=api",
      "name": "Firefly Alpha Block 2 | QuickSounder",
      "response_mode": "normal",
      "slug": "firefly-alpha-block-2-quicksounder",
      "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-13T17:06:29Z",
      "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": 1740,
        "name": "Firefly Alpha liftoff (FLTA004)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_thumbnail_20240605174157.jpeg",
        "credit": "Firefly Aerospace / Jack Beyer",
        "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": 265,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "abbrev": "FA",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 8362,
        "configuration": {
          "response_mode": "list",
          "id": 551,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/551/?format=api",
          "name": "Firefly Alpha Block 2",
          "families": [
            {
              "response_mode": "list",
              "id": 215,
              "name": "Firefly Alpha"
            }
          ],
          "full_name": "Firefly Alpha Block 2",
          "variant": "Block 2"
        }
      },
      "mission": {
        "id": 6943,
        "name": "QuickSounder",
        "type": "Earth Science",
        "description": "QuickSounder is the first satellite mission of the Near Earth Orbit Network (NEON) program of the National Oceanic and Atmospheric Administration (NOAA), which aims to replace the current Joint Polar Satellite System (JPSS) series of polar orbit weather satellites. This pathfinder mission will demonstrate NOAA's ability to launch a small satellite within 3 years, flying a refurbished Advanced Technology Microwave Sounder (ATMS) instrument to polar 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": 210,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/210/?format=api",
            "name": "National Oceanic and Atmospheric Administration",
            "abbrev": "NOAA",
            "type": {
              "id": 1,
              "name": "Government"
            },
            "featured": false,
            "country": [
              {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
              }
            ],
            "description": "",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": {
              "id": 2469,
              "name": "NOAA logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/noaa_logo_image_20250916065423.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/noaa_logo_image_thumbnail_20250916065423.png",
              "credit": "NOAA",
              "license": {
                "id": 39,
                "name": "NOAA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.omao.noaa.gov/image-licensing-usage-info"
              },
              "single_use": true,
              "variants": []
            },
            "social_logo": {
              "id": 2471,
              "name": "NOAA social logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/noaa_social_log_image_20250916065559.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/noaa_social_log_image_thumbnail_20250916065559.jpeg",
              "credit": "NOAA",
              "license": {
                "id": 39,
                "name": "NOAA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.omao.noaa.gov/image-licensing-usage-info"
              },
              "single_use": true,
              "variants": []
            },
            "total_launch_count": 0,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "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.noaa.gov/",
            "wiki_url": "https://en.wikipedia.org/wiki/National_Oceanic_and_Atmospheric_Administration",
            "social_media_links": []
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/39/?format=api",
        "active": true,
        "agencies": [],
        "name": "Space Launch Complex 2W",
        "image": {
          "id": 2248,
          "name": "Delta II 7920-10 liftoff from SLC-2W (NROL-21)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_ii_7920-1_image_20240922115616.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_ii_7920-1_image_thumbnail_20240922115616.jpeg",
          "credit": "USAF/Michael Stonecypher",
          "license": {
            "id": 17,
            "name": "Department of Defense Image Use Policy",
            "priority": 6,
            "link": "https://www.dimoc.mil/resources/limitations/"
          },
          "single_use": false,
          "variants": []
        },
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": 34.7556,
        "longitude": -120.6224,
        "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_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99,
        "fastest_turnaround": "P26DT16H39M49S",
        "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": [],
      "orbital_launch_attempt_count": 7320,
      "location_launch_attempt_count": 893,
      "pad_launch_attempt_count": 101,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": 147,
      "location_launch_attempt_count_year": 41,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3
    },
    {
      "id": "0fb47674-d5c3-4681-ae0a-bff4c8e43d6a",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/0fb47674-d5c3-4681-ae0a-bff4c8e43d6a/?format=api",
      "name": "Falcon 9 Block 5 | Starlink Group 6-97",
      "response_mode": "normal",
      "slug": "falcon-9-block-5-starlink-group-6-97",
      "launch_designator": "2026-005",
      "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-13T01:26:35Z",
      "net": "2026-01-12T21:08:20Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2026-01-12T21:42:00Z",
      "window_start": "2026-01-12T17:42: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": 85,
      "weather_concerns": "Cumulus Cloud Rule",
      "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": 8870,
        "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": 7461,
        "name": "Starlink Group 6-97",
        "type": "Communications",
        "description": "A batch of 29 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": 80,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/80/?format=api",
        "active": true,
        "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": []
            }
          }
        ],
        "name": "Space Launch Complex 40",
        "image": {
          "id": 2113,
          "name": "F9 liftoff from SLC-40 (SES-24)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_20240621050513.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_thumbnail_20240621050514.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": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": 28.56194122,
        "longitude": -80.57735736,
        "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_80_20200803143323.jpg",
        "total_launch_count": 376,
        "orbital_launch_attempt_count": 376,
        "fastest_turnaround": "P1DT21H",
        "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": [
        {
          "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": 7179,
      "location_launch_attempt_count": 1079,
      "pad_launch_attempt_count": 357,
      "agency_launch_attempt_count": 624,
      "orbital_launch_attempt_count_year": 6,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 5
    },
    {
      "id": "0f6780cf-edae-4d7c-99d6-ce7de784d140",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/0f6780cf-edae-4d7c-99d6-ce7de784d140/?format=api",
      "name": "Falcon 9 Block 5 | MRV-1",
      "response_mode": "normal",
      "slug": "falcon-9-block-5-mrv-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-12T21:20:24Z",
      "net": "2026-06-30T00:00:00Z",
      "net_precision": {
        "id": 9,
        "name": "Quarter 2",
        "abbrev": "Q2",
        "description": "The T-0 is expected in the second quarter of the given year."
      },
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "image": {
        "id": 1736,
        "name": "[AUTO] Falcon 9 - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193628.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": 121,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
        "name": "SpaceX",
        "abbrev": "SpX",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 7551,
        "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": 5978,
        "name": "MRV-1",
        "type": "Mission Extension",
        "description": "The SpaceLogistics MRV-1 is a mission extension payload including a mission robotic vehicle (MRV) and multiple mission extension pods (MEPs).",
        "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": 7303,
      "location_launch_attempt_count": 1110,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 686,
      "orbital_launch_attempt_count_year": 130,
      "location_launch_attempt_count_year": 34,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 67
    },
    {
      "id": "520a0927-088f-4273-a7ea-eedb09965d89",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/520a0927-088f-4273-a7ea-eedb09965d89/?format=api",
      "name": "PSLV-DL | EOS-N1 and others",
      "response_mode": "normal",
      "slug": "pslv-dl-eos-n1-and-others",
      "launch_designator": null,
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2026-01-12T05:27:29Z",
      "net": "2026-01-12T04:48:30Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "window_end": "2026-01-12T08:15:00Z",
      "window_start": "2026-01-12T04:15:00Z",
      "image": {
        "id": 1809,
        "name": "[AUTO] PSLV-DL - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pslv-dl_image_20191201202351.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193827.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": "3rd stage lost attitude control towards the end of burn; 4th stage separated and ignited but was unable to regain control.",
      "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": 8802,
        "configuration": {
          "response_mode": "list",
          "id": 178,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/178/?format=api",
          "name": "PSLV-DL",
          "families": [
            {
              "response_mode": "list",
              "id": 131,
              "name": "PSLV"
            }
          ],
          "full_name": "PSLV-DL",
          "variant": "DL"
        }
      },
      "mission": {
        "id": 7393,
        "name": "EOS-N1 and others",
        "type": "Earth Science",
        "description": "Small Earth observation satellite from NewSpace India Limited (NSIL) for an \"Indian strategic user\", details TBD.\r\n\r\nThis launch will also carry 18 other ride-share payloads.",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 50,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/50/?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 First Launch Pad",
        "image": {
          "id": 1993,
          "name": "First Launch Pad",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/first_launch_pa_image_20240311093432.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/first_launch_pa_image_thumbnail_20240311093432.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": "India has two launch pads at the site. The First Launch Pad, operational since 1993, is used for Polar Satellite Launch Vehicle, Small Satellite Launch Vehicle and formerly used by Geosynchronous Satellite Launch Vehicle.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.733,80.235",
        "latitude": 13.733,
        "longitude": 80.235,
        "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_50_20200803143457.jpg",
        "total_launch_count": 63,
        "orbital_launch_attempt_count": 62,
        "fastest_turnaround": "P25DT5H56M15S",
        "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": [],
      "orbital_launch_attempt_count": 7178,
      "location_launch_attempt_count": 103,
      "pad_launch_attempt_count": 63,
      "agency_launch_attempt_count": 99,
      "orbital_launch_attempt_count_year": 5,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1
    },
    {
      "id": "8effc13a-c658-4d2e-9f15-8dba4d7fe2dd",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/8effc13a-c658-4d2e-9f15-8dba4d7fe2dd/?format=api",
      "name": "Vega-C | Sentinel-3C & FLEX",
      "response_mode": "normal",
      "slug": "vega-c-sentinel-3c-flex",
      "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-11T21:34:10Z",
      "net": "2026-09-01T00:00:00Z",
      "net_precision": {
        "id": 5,
        "name": "Day",
        "abbrev": "DAY",
        "description": "The T-0 is expected on the given day."
      },
      "window_end": "2026-09-01T00:00:00Z",
      "window_start": "2026-09-01T00: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": 159,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/159/?format=api",
        "name": "Avio S.p.A",
        "abbrev": "Avio",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "rocket": {
        "id": 7714,
        "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": 6236,
        "name": "Sentinel-3C & FLEX",
        "type": "Earth Science",
        "description": "Sentinel-3C is the third satellite in the Sentinel-3 constellation, which provides high-accuracy optical, radar and altimetry data for marine and land services.\r\n\r\nThe Fluorescence Explorer (FLEX) satellite is a part of ESA's Earth Explorer program. The satellite will map vegetation fluorescence to quantify photosynthetic activity.",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "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": [
        {
          "response_mode": "normal",
          "id": 22,
          "url": "https://lldev.thespacedevs.com/2.3.0/programs/22/?format=api",
          "name": "Copernicus",
          "image": {
            "id": 1879,
            "name": "[AUTO] Copernicus - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194023.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "info_url": "https://www.copernicus.eu",
          "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme",
          "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
          "agencies": [
            {
              "response_mode": "list",
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "abbrev": "ESA",
              "type": {
                "id": 2,
                "name": "Multinational"
              }
            },
            {
              "response_mode": "list",
              "id": 1043,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1043/?format=api",
              "name": "European Union Agency for the Space Programme",
              "abbrev": "EUSPA",
              "type": {
                "id": 2,
                "name": "Multinational"
              }
            }
          ],
          "start_date": "2014-04-03T00:00:00Z",
          "end_date": null,
          "mission_patches": [],
          "type": {
            "id": 8,
            "name": "Earth Observation"
          }
        }
      ],
      "orbital_launch_attempt_count": 7312,
      "location_launch_attempt_count": 336,
      "pad_launch_attempt_count": 56,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 139,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2
    }
  ]
}