AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=40&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=50&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=30&ordering=-name",
  "results": [
    {
      "id": "98451321-cd10-4ca7-a0d1-4076db5fa73d",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/98451321-cd10-4ca7-a0d1-4076db5fa73d/?format=api",
      "slug": "tianlong-3-demo-flight",
      "name": "Tianlong-3 | Demo Flight",
      "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-04-03T06:29:50Z",
      "net": "2026-04-03T04:17:00Z",
      "window_end": "2026-04-03T06:09:00Z",
      "window_start": "2026-04-03T03:52:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Apparently failed around stage separation.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1049,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1049/?format=api",
        "name": "Space Pioneer",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8822,
        "configuration": {
          "id": 540,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/540/?format=api",
          "name": "Tianlong-3",
          "family": "",
          "full_name": "Tianlong-3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7413,
        "name": "Demo Flight",
        "description": "First test launch of Space Pioneer’s Tianlong-3 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 245,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/245/?format=api",
        "agency_id": 1049,
        "name": "Tianlong-3 Launch Pad",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Tianlong-3",
        "map_url": "https://www.google.com/maps?q=40.80720,100.13644",
        "latitude": "40.8072",
        "longitude": "100.13644",
        "location": {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_tianlong-3_launch_pad_20251128223349.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianlong-3_full_image_20260330045730.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7248,
      "location_launch_attempt_count": 281,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 75,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "3b94ad50-3505-496e-8a95-b0bc4c0dadc6",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/3b94ad50-3505-496e-8a95-b0bc4c0dadc6/?format=api",
      "slug": "themis-demonstrator-t1h-1",
      "name": "Themis Demonstrator | T1H-1",
      "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-08T15:44:35Z",
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "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."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "type": "Multinational"
      },
      "rocket": {
        "id": 8717,
        "configuration": {
          "id": 523,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/523/?format=api",
          "name": "Themis Demonstrator",
          "family": "",
          "full_name": "Themis Demonstrator",
          "variant": ""
        }
      },
      "mission": {
        "id": 7310,
        "name": "T1H-1",
        "description": "First low-altitude hop test of a Themis demonstrator, with a targeted altitude up to 100 m.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [
          {
            "id": 27,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL,SVN",
            "abbrev": "ESA",
            "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
            "administrator": "Director General: Josef Aschbacher",
            "founding_year": "1975",
            "launchers": "Ariane | Vega",
            "spacecraft": "Space Rider",
            "launch_library_url": null,
            "total_launch_count": 7,
            "consecutive_successful_launches": 5,
            "successful_launches": 6,
            "failed_launches": 1,
            "pending_launches": 1,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.esa.int/",
            "wiki_url": "https://en.wikipedia.org/wiki/European_Space_Agency",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 239,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/239/?format=api",
        "agency_id": 1044,
        "name": "Launch Complex 3B",
        "description": "Launch complex for Themis test flights at Esrange.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Esrange#Reusable_Rocket_Testing",
        "map_url": "https://www.google.com/maps?q=67.877368,21.165001",
        "latitude": "67.877368",
        "longitude": "21.165001",
        "location": {
          "id": 178,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/178/?format=api",
          "name": "Esrange Space Center",
          "country_code": "SWE",
          "description": "Esrange Space Center is a rocket range and research centre located about 40 kilometers east of the town of Kiruna in northern Sweden. It is a base for scientific research with high-altitude balloons, investigation of the aurora borealis, sounding rocket launches, and satellite tracking. Built in 1964 by ESRO, one of the predecessors of the European Space Agency, the site is currently operated by the Swedish Space Corporation. An orbital launch complex, LC-3, has been built in the early 2020s.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_esrange_space_center_20241208021356.jpg",
          "timezone_name": "Europe/Stockholm",
          "total_launch_count": 0,
          "total_landing_count": 0
        },
        "country_code": "SWE",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_3b_20250916091141.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 1,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "b97a54e5-5c6f-4f85-bcf3-69da17fa9682",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/b97a54e5-5c6f-4f85-bcf3-69da17fa9682/?format=api",
      "slug": "terran-r-mars-lander",
      "name": "Terran R | Mars Lander",
      "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": "2024-08-10T13:39:10Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 266,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/266/?format=api",
        "name": "Relativity Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7614,
        "configuration": {
          "id": 482,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/482/?format=api",
          "name": "Terran R",
          "family": "Terran",
          "full_name": "Terran R",
          "variant": "R"
        }
      },
      "mission": {
        "id": 6104,
        "name": "Mars Lander",
        "description": "Impulse Space's Mars Lander is designed to support research and development needed for human exploration of Mars.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 19,
          "name": "Mars Orbit",
          "abbrev": "Mars"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 92,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/92/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 16",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_16",
        "map_url": "https://www.google.com/maps?q=28.501626,-80.5518",
        "latitude": "28.501626",
        "longitude": "-80.5518",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1100,
          "total_landing_count": 71
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_92_20200803143523.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/terran2520r25_image_20220719142358.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 1159,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 83,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "2e37a196-f5f8-4496-96ae-63f4b6b27912",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/2e37a196-f5f8-4496-96ae-63f4b6b27912/?format=api",
      "slug": "terran-r-intelsat-1",
      "name": "Terran R | Intelsat-1",
      "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": "2023-10-12T15:19:43Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 266,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/266/?format=api",
        "name": "Relativity Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8044,
        "configuration": {
          "id": 482,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/482/?format=api",
          "name": "Terran R",
          "family": "Terran",
          "full_name": "Terran R",
          "variant": "R"
        }
      },
      "mission": {
        "id": 6591,
        "name": "Intelsat-1",
        "description": "First mission part of a multi-year, multi-launch agreement signed between Intelsat and Relativity Space in 2023.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        },
        "agencies": [
          {
            "id": 206,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/206/?format=api",
            "name": "Intelsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "LUX",
            "abbrev": "I",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "launch_library_url": null,
            "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,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Intelsat",
            "logo_url": null,
            "image_url": null,
            "nation_url": null
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 92,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/92/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 16",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_16",
        "map_url": "https://www.google.com/maps?q=28.501626,-80.5518",
        "latitude": "28.501626",
        "longitude": "-80.5518",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1100,
          "total_landing_count": 71
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_92_20200803143523.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/terran_r_image_20220912002151.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 1159,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 83,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "ef9b458b-bebf-4eb6-b970-8d77998616f3",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/ef9b458b-bebf-4eb6-b970-8d77998616f3/?format=api",
      "slug": "starship-flight-9",
      "name": "Starship | Flight 9",
      "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": "2025-05-28T13:39:11Z",
      "net": "2025-05-27T23:36:00Z",
      "window_end": "2025-05-28T00:30:00Z",
      "window_start": "2025-05-27T23:30:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8567,
        "configuration": {
          "id": 527,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/527/?format=api",
          "name": "Starship",
          "family": "Starship",
          "full_name": "Starship V2",
          "variant": "V2"
        }
      },
      "mission": {
        "id": 7158,
        "name": "Flight 9",
        "description": "9th test flight of the two-stage Starship launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 188,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/188/?format=api",
        "agency_id": 121,
        "name": "Orbital Launch Pad 1",
        "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.\r\n\r\nThe launch mount itself is named Orbital Launch Mount A.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
        "latitude": "25.9962",
        "longitude": "-97.154423",
        "location": {
          "id": 143,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
          "name": "SpaceX Starbase, TX, USA",
          "country_code": "USA",
          "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 20,
          "total_landing_count": 13
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
      "infographic": null,
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
          "mission_patches": [],
          "type": {
            "id": 7,
            "name": "Technology"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 18,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 515,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 66,
      "type": "normal"
    },
    {
      "id": "ac897b9f-44d2-4ff4-8416-1a0a076e98a2",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/ac897b9f-44d2-4ff4-8416-1a0a076e98a2/?format=api",
      "slug": "starship-flight-13",
      "name": "Starship | Flight 13",
      "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-09T09:59:47Z",
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "net_precision": {
        "id": 12,
        "name": "Year Half 1",
        "abbrev": "H1",
        "description": "The T-0 is expected in the first half of the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8879,
        "configuration": {
          "id": 522,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/522/?format=api",
          "name": "Starship",
          "family": "Starship",
          "full_name": "Starship V3",
          "variant": "V3"
        }
      },
      "mission": {
        "id": 7470,
        "name": "Flight 13",
        "description": "13th test flight of the two-stage Starship launch vehicle. Second flight of Starship V3",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [
          {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SpX",
            "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",
            "launch_library_url": null,
            "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,
            "info_url": "https://www.spacex.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 235,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/235/?format=api",
        "agency_id": 121,
        "name": "Orbital Launch Pad 2",
        "description": "The second launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. To be first used for launch in 2025 with version 3 of Starship and the Superheavy booster.\r\n\r\nThe launch mount itself is named Orbital Launch Mount B.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
        "map_url": "https://www.google.com/maps?q=25.996603,-97.158251",
        "latitude": "25.996603",
        "longitude": "-97.158251",
        "location": {
          "id": 143,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
          "name": "SpaceX Starbase, TX, USA",
          "country_code": "USA",
          "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 20,
          "total_landing_count": 13
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_b_20241126031254.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
      "infographic": null,
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
          "mission_patches": [],
          "type": {
            "id": 7,
            "name": "Technology"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 22,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 686,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 67,
      "type": "normal"
    },
    {
      "id": "ed83366c-872c-4484-97c1-bc74832304fc",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/ed83366c-872c-4484-97c1-bc74832304fc/?format=api",
      "slug": "starship-flight-12",
      "name": "Starship | Flight 12",
      "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-04-04T14:17:50Z",
      "net": "2026-05-31T00:00:00Z",
      "window_end": "2026-05-31T00:00:00Z",
      "window_start": "2026-05-31T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8708,
        "configuration": {
          "id": 522,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/522/?format=api",
          "name": "Starship",
          "family": "Starship",
          "full_name": "Starship V3",
          "variant": "V3"
        }
      },
      "mission": {
        "id": 7301,
        "name": "Flight 12",
        "description": "12th test flight of the two-stage Starship launch vehicle. Maiden Flight of Starship V3",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [
          {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SpX",
            "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",
            "launch_library_url": null,
            "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,
            "info_url": "https://www.spacex.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 235,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/235/?format=api",
        "agency_id": 121,
        "name": "Orbital Launch Pad 2",
        "description": "The second launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. To be first used for launch in 2025 with version 3 of Starship and the Superheavy booster.\r\n\r\nThe launch mount itself is named Orbital Launch Mount B.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
        "map_url": "https://www.google.com/maps?q=25.996603,-97.158251",
        "latitude": "25.996603",
        "longitude": "-97.158251",
        "location": {
          "id": 143,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
          "name": "SpaceX Starbase, TX, USA",
          "country_code": "USA",
          "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 20,
          "total_landing_count": 13
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_b_20241126031254.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
      "infographic": null,
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
          "mission_patches": [],
          "type": {
            "id": 7,
            "name": "Technology"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 21,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 669,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 50,
      "type": "normal"
    },
    {
      "id": "41068e09-4097-448f-ac7c-421c19b6aab9",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/41068e09-4097-448f-ac7c-421c19b6aab9/?format=api",
      "slug": "starship-flight-11",
      "name": "Starship | Flight 11",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-10-14T07:00:29Z",
      "net": "2025-10-13T23:23:41Z",
      "window_end": "2025-10-14T00:30:00Z",
      "window_start": "2025-10-13T23:15:00Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": 80,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8696,
        "configuration": {
          "id": 527,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/527/?format=api",
          "name": "Starship",
          "family": "Starship",
          "full_name": "Starship V2",
          "variant": "V2"
        }
      },
      "mission": {
        "id": 7288,
        "name": "Flight 11",
        "description": "11th test flight of the two-stage Starship launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [
          {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SpX",
            "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",
            "launch_library_url": null,
            "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,
            "info_url": "https://www.spacex.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 188,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/188/?format=api",
        "agency_id": 121,
        "name": "Orbital Launch Pad 1",
        "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.\r\n\r\nThe launch mount itself is named Orbital Launch Mount A.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
        "latitude": "25.9962",
        "longitude": "-97.154423",
        "location": {
          "id": 143,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
          "name": "SpaceX Starbase, TX, USA",
          "country_code": "USA",
          "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 20,
          "total_landing_count": 13
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
      "infographic": null,
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
          "mission_patches": [],
          "type": {
            "id": 7,
            "name": "Technology"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 20,
      "pad_launch_attempt_count": 11,
      "agency_launch_attempt_count": 581,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 132,
      "type": "normal"
    },
    {
      "id": "fc1dafd8-bcb0-4e77-8ba9-2d03134f04e4",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/fc1dafd8-bcb0-4e77-8ba9-2d03134f04e4/?format=api",
      "slug": "starship-flight-10",
      "name": "Starship | Flight 10",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-08-29T06:52:18Z",
      "net": "2025-08-26T23:30:00Z",
      "window_end": "2025-08-27T00:30:00Z",
      "window_start": "2025-08-26T23:30:00Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8644,
        "configuration": {
          "id": 527,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/527/?format=api",
          "name": "Starship",
          "family": "Starship",
          "full_name": "Starship V2",
          "variant": "V2"
        }
      },
      "mission": {
        "id": 7236,
        "name": "Flight 10",
        "description": "10th test flight of the two-stage Starship launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 188,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/188/?format=api",
        "agency_id": 121,
        "name": "Orbital Launch Pad 1",
        "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.\r\n\r\nThe launch mount itself is named Orbital Launch Mount A.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
        "latitude": "25.9962",
        "longitude": "-97.154423",
        "location": {
          "id": 143,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
          "name": "SpaceX Starbase, TX, USA",
          "country_code": "USA",
          "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
          "timezone_name": "America/Chicago",
          "total_launch_count": 20,
          "total_landing_count": 13
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_37_dur_image_20250829065212.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
          "mission_patches": [],
          "type": {
            "id": 7,
            "name": "Technology"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 19,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 557,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 108,
      "type": "normal"
    },
    {
      "id": "b48e32c5-3776-4684-a956-5ea4df032e90",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/b48e32c5-3776-4684-a956-5ea4df032e90/?format=api",
      "slug": "spectrum-yndeo-3",
      "name": "Spectrum | ΣYNDEO-3",
      "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": "2025-12-01T15:19:05Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 11,
        "name": "Quarter 4",
        "abbrev": "Q4",
        "description": "The T-0 is expected in the fourth quarter of the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1046,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1046/?format=api",
        "name": "Isar Aerospace",
        "type": "Private"
      },
      "rocket": {
        "id": 8817,
        "configuration": {
          "id": 491,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/491/?format=api",
          "name": "Spectrum",
          "family": "",
          "full_name": "Spectrum",
          "variant": ""
        }
      },
      "mission": {
        "id": 7408,
        "name": "ΣYNDEO-3",
        "description": "ΣYNDEO-3 is a satellite built by Redwire Corporation for the European Union/European Space Agency (ESA)’s In-Orbit Demonstration and In-Orbit Validation Programme (IOD/IOV), which will carry 10 different technological demonstration payload from institutions of Spain, France, Germany, Italy, Luxembourg and the European Commission. The satellite is built on Redwire's Hammerhead spacecraft platform.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 51,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/51/?format=api",
        "agency_id": null,
        "name": "Orbital Launch Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
        "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
        "latitude": "69.1084",
        "longitude": "15.5895",
        "location": {
          "id": 161,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/161/?format=api",
          "name": "Andøya Spaceport",
          "country_code": "NOR",
          "description": "Andøya Space, also named Andøya Space Center and formerly Andøya Rocket Range, is a rocket launch site, rocket range, and spaceport on Andøya island (the northernmost in the Vesterålen archipelago) in Andøy Municipality in Nordland county, Norway.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
          "timezone_name": "Europe/Oslo",
          "total_launch_count": 1,
          "total_landing_count": 0
        },
        "country_code": "NOR",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 5,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 5,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    }
  ]
}