API endpoint that allows a flight of a specific Spacecraft instances to be viewed.

GET: Return a list of all the existing Spacecraft flights.

FILTERS: Parameters - 'spacecraft' Example - /api/2.0.0/launcher/?spacecraft=37

GET /2.0.0/spacecraft/flight/?format=api&offset=20
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 38,
  "next": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/?format=api&limit=10&offset=30",
  "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/?format=api&limit=10&offset=10",
  "results": [
    {
      "id": 893,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/893/?format=api",
      "destination": "Suborbital",
      "mission_end": "2025-09-18T13:10:14Z",
      "spacecraft": {
        "id": 276,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/276/?format=api",
        "name": "RSS H.G. Wells",
        "serial_number": "2.0-1",
        "status": {
          "id": 2,
          "name": "Retired"
        },
        "description": "Second New Shepard capsule. It is dedicated to uncrewed flights.",
        "spacecraft_config": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/21/?format=api",
          "name": "Crew Capsule 2.0",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 141,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "type": "Commercial"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
        }
      },
      "launch": {
        "id": "92ec4610-4576-4077-b538-65272a5d6491",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/92ec4610-4576-4077-b538-65272a5d6491/?format=api",
        "launch_library_id": null,
        "slug": "new-shepard-ns-35",
        "name": "New Shepard | NS-35",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2025-09-18T13:00:00Z",
        "window_end": "2025-09-18T20:30:00Z",
        "window_start": "2025-09-18T12:30:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 141,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
          "name": "Blue Origin",
          "type": "Commercial"
        },
        "rocket": {
          "id": 8685,
          "configuration": {
            "id": 137,
            "launch_library_id": 9999,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
            "name": "New Shepard",
            "family": "",
            "full_name": "New Shepard",
            "variant": ""
          }
        },
        "mission": {
          "id": 7277,
          "launch_library_id": null,
          "name": "NS-35",
          "description": "NS-35 is the 35th flight for the New Shepard program. This flight will fly more than 40 scientific and research payloads to space and back, including 24 experiments from NASA’s TechRise Student Challenge and payloads for Johns Hopkins Applied Physics Laboratory, Oklahoma State University, University of Florida, Carthage College, University of Central Florida, Teledyne, Space Lab Technologies, and Teachers in Space, among others.",
          "launch_designator": null,
          "type": "Suborbital",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 90,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
          "agency_id": 141,
          "name": "West Texas Suborbital Launch Site/ Corn Ranch",
          "info_url": "https://www.blueorigin.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
          "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
          "latitude": "31.422878",
          "longitude": "-104.757121",
          "location": {
            "id": 29,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
            "name": "Corn Ranch, Van Horn, TX, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
            "total_launch_count": 38,
            "total_landing_count": 38
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
          "total_launch_count": 38
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20251102102021.jpg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 887,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/887/?format=api",
      "destination": "International Space Station",
      "mission_end": null,
      "spacecraft": {
        "id": 616,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/616/?format=api",
        "name": "Soyuz MS-29",
        "serial_number": "11F732 #760",
        "status": {
          "id": 4,
          "name": "Single Use"
        },
        "description": "Soyuz capsule for the MS-29 mission to the ISS.",
        "spacecraft_config": {
          "id": 38,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
          "name": "Soyuz MS",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
        }
      },
      "launch": {
        "id": "a556b963-0f36-4660-95a8-fdffdba653e2",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/a556b963-0f36-4660-95a8-fdffdba653e2/?format=api",
        "launch_library_id": null,
        "slug": "soyuz-21a-soyuz-ms-29",
        "name": "Soyuz 2.1a | Soyuz MS-29",
        "status": {
          "id": 1,
          "name": "Go"
        },
        "net": "2026-07-14T14:47:00Z",
        "window_end": "2026-07-14T14:47:00Z",
        "window_start": "2026-07-14T14:47:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "rocket": {
          "id": 8653,
          "configuration": {
            "id": 24,
            "launch_library_id": 49,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/24/?format=api",
            "name": "Soyuz 2.1a",
            "family": "Soyuz",
            "full_name": "Soyuz 2.1a",
            "variant": ""
          }
        },
        "mission": {
          "id": 7245,
          "launch_library_id": null,
          "name": "Soyuz MS-29",
          "description": "Soyuz MS-29 will carry three cosmonauts and one astronaut to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan. The crew consists of Roscosmos cosmonauts Pyotr Dubrov and Anna Kikina, as well as NASA astronaut Anil Menon.",
          "launch_designator": null,
          "type": "Human Exploration",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 20,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/20/?format=api",
          "agency_id": null,
          "name": "31/6",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
          "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
          "latitude": "45.996034",
          "longitude": "63.564003",
          "location": {
            "id": 15,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
            "total_launch_count": 1563,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
          "total_launch_count": 428
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
        "infographic": null,
        "program": [
          {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
              {
                "id": 16,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "type": "Government"
              },
              {
                "id": 27,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "type": "Multinational"
              },
              {
                "id": 37,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "type": "Government"
              },
              {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              },
              {
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
          },
          {
            "id": 8,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/8/?format=api",
            "name": "Soyuz",
            "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
            "agencies": [
              {
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              },
              {
                "id": 66,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
            "start_date": "1966-11-28T11:02:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
          }
        ]
      }
    },
    {
      "id": 895,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/895/?format=api",
      "destination": "Suborbital",
      "mission_end": "2026-05-22T23:36:59Z",
      "spacecraft": {
        "id": 621,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/621/?format=api",
        "name": "Ship 39",
        "serial_number": "S39",
        "status": {
          "id": 3,
          "name": "Destroyed"
        },
        "description": "First V3 Starship, that flew on the 12th Starship test flight. Despite the loss of a Raptor Vacuum engine at ignition, it performed an extended ascent burn, reached a valid trajectory, and successfully reentered the atmosphere to splash down softly on target in the Indian Ocean. Lost in an explosion just after the soft splashdown.",
        "spacecraft_config": {
          "id": 46,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/46/?format=api",
          "name": "Starship V3",
          "type": {
            "id": 6,
            "name": "Reuseable Upper Stage"
          },
          "agency": {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg"
        }
      },
      "launch": {
        "id": "ed83366c-872c-4484-97c1-bc74832304fc",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/ed83366c-872c-4484-97c1-bc74832304fc/?format=api",
        "launch_library_id": null,
        "slug": "starship-flight-12",
        "name": "Starship | Flight 12",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2026-05-22T22:30:24Z",
        "window_end": "2026-05-23T00:00:00Z",
        "window_start": "2026-05-22T22:30:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": 85,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "rocket": {
          "id": 8708,
          "configuration": {
            "id": 522,
            "launch_library_id": null,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/522/?format=api",
            "name": "Starship",
            "family": "Starship",
            "full_name": "Starship V3",
            "variant": "V3"
          }
        },
        "mission": {
          "id": 7301,
          "launch_library_id": null,
          "name": "Flight 12",
          "description": "12th test flight of the two-stage Starship launch vehicle. Maiden Flight of Starship V3.\r\n\r\nThe flight test’s primary goal will be to demonstrate each of these new pieces in the flight environment for the first time, with each element of the Starship architecture featuring significant redesigns to enable full and rapid reuse that incorporate learnings from years of development and test.\r\n\r\nThe Starship upper stage will target multiple in-space and reentry objectives, including a payload deployment of 20 Starlink simulators, similar in size to next-generation Starlink V3 satellites, and two specially modified Starlink satellites. The two modified satellites will test hardware planned for Starlink V3 and will attempt to scan Starship’s heat shield and transmit imagery down to operators to test methods of analyzing Starship’s heat shield readiness for return to launch site on future missions. Several tiles on Starship have been painted white to simulate missing tiles and serve as imaging targets in the test. The Starlink simulators will be on the same suborbital trajectory as Starship. A relight of a single Raptor engine while in space is also planned.\r\n\r\nFor Starship entry, a single heat shield tile has been intentionally removed to measure the aerodynamic load differences on adjacent tiles when there is a tile missing. Finally, the ship will perform experimental actions tested on previous flight tests, including a maneuver to intentionally stress the structural limits of the vehicle’s rear flaps and a dynamic banking maneuver to mimic the trajectory that future missions returning to Starbase will fly.",
          "launch_designator": null,
          "type": "Test Flight",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 235,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/235/?format=api",
          "agency_id": 121,
          "name": "Orbital Launch Pad 2",
          "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.996770,-97.157990",
          "latitude": "25.99677",
          "longitude": "-97.15799",
          "location": {
            "id": 143,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api",
            "name": "SpaceX Starbase, TX, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
            "total_launch_count": 21,
            "total_landing_count": 13
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_b_20241126031254.jpg",
          "total_launch_count": 1
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_20260523085855.jpg",
        "infographic": null,
        "program": [
          {
            "id": 1,
            "url": "https://lldev.thespacedevs.com/2.0.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.0.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"
          }
        ]
      }
    },
    {
      "id": 898,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/898/?format=api",
      "destination": "Suborbital",
      "mission_end": "2025-12-20T14:25:26Z",
      "spacecraft": {
        "id": 599,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/599/?format=api",
        "name": "RSS Kármán Line",
        "serial_number": null,
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "Second human rated Crew Capsule for New Shepard.",
        "spacecraft_config": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/21/?format=api",
          "name": "Crew Capsule 2.0",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 141,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "type": "Commercial"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
        }
      },
      "launch": {
        "id": "9936c9c4-faff-4e67-9adb-c8c147239d57",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/9936c9c4-faff-4e67-9adb-c8c147239d57/?format=api",
        "launch_library_id": null,
        "slug": "new-shepard-ns-37",
        "name": "New Shepard | NS-37",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2025-12-20T14:15:00Z",
        "window_end": "2025-12-20T22:30:00Z",
        "window_start": "2025-12-20T14:00:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 141,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
          "name": "Blue Origin",
          "type": "Commercial"
        },
        "rocket": {
          "id": 8767,
          "configuration": {
            "id": 137,
            "launch_library_id": 9999,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
            "name": "New Shepard",
            "family": "",
            "full_name": "New Shepard",
            "variant": ""
          }
        },
        "mission": {
          "id": 7358,
          "launch_library_id": null,
          "name": "NS-37",
          "description": "NS-37 is the 16th crewed flight for the New Shepard program and the 37th in the New Shepard program's history.",
          "launch_designator": null,
          "type": "Tourism",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 90,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
          "agency_id": 141,
          "name": "West Texas Suborbital Launch Site/ Corn Ranch",
          "info_url": "https://www.blueorigin.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
          "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
          "latitude": "31.422878",
          "longitude": "-104.757121",
          "location": {
            "id": 29,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
            "name": "Corn Ranch, Van Horn, TX, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
            "total_launch_count": 38,
            "total_landing_count": 38
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
          "total_launch_count": 38
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 889,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/889/?format=api",
      "destination": "Suborbital",
      "mission_end": "2025-08-27T00:36:30Z",
      "spacecraft": {
        "id": 618,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/618/?format=api",
        "name": "Ship 37",
        "serial_number": "S37",
        "status": {
          "id": 3,
          "name": "Destroyed"
        },
        "description": "Ship 37 (S37) is the 2nd stage vehicle that was used for the 10th Starship flight test. It is the 5th \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements.",
        "spacecraft_config": {
          "id": 45,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/45/?format=api",
          "name": "Starship V2",
          "type": {
            "id": 6,
            "name": "Reuseable Upper Stage"
          },
          "agency": {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
          },
          "in_use": false,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg"
        }
      },
      "launch": {
        "id": "fc1dafd8-bcb0-4e77-8ba9-2d03134f04e4",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/fc1dafd8-bcb0-4e77-8ba9-2d03134f04e4/?format=api",
        "launch_library_id": null,
        "slug": "starship-flight-10",
        "name": "Starship | Flight 10",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2025-08-26T23:30:00Z",
        "window_end": "2025-08-27T00:30:00Z",
        "window_start": "2025-08-26T23:30:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "rocket": {
          "id": 8644,
          "configuration": {
            "id": 527,
            "launch_library_id": null,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/527/?format=api",
            "name": "Starship",
            "family": "Starship",
            "full_name": "Starship V2",
            "variant": "V2"
          }
        },
        "mission": {
          "id": 7236,
          "launch_library_id": null,
          "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"
          }
        },
        "pad": {
          "id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/188/?format=api",
          "agency_id": 121,
          "name": "Orbital Launch Pad 1",
          "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.0.0/location/143/?format=api",
            "name": "SpaceX Starbase, TX, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
            "total_launch_count": 21,
            "total_landing_count": 13
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
          "total_launch_count": 11
        },
        "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.0.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.0.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"
          }
        ]
      }
    },
    {
      "id": 897,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/897/?format=api",
      "destination": "Suborbital",
      "mission_end": "2025-10-08T13:50:48Z",
      "spacecraft": {
        "id": 453,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/453/?format=api",
        "name": "RSS First Step",
        "serial_number": "2.0-2",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
        "spacecraft_config": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/21/?format=api",
          "name": "Crew Capsule 2.0",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 141,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "type": "Commercial"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
        }
      },
      "launch": {
        "id": "a7d60abb-c22d-41fe-9c17-35dbdd7f8029",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/a7d60abb-c22d-41fe-9c17-35dbdd7f8029/?format=api",
        "launch_library_id": null,
        "slug": "new-shepard-ns-36",
        "name": "New Shepard | NS-36",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2025-10-08T13:40:27Z",
        "window_end": "2025-10-08T20:30:00Z",
        "window_start": "2025-10-08T12:30:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 141,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
          "name": "Blue Origin",
          "type": "Commercial"
        },
        "rocket": {
          "id": 8730,
          "configuration": {
            "id": 137,
            "launch_library_id": 9999,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
            "name": "New Shepard",
            "family": "",
            "full_name": "New Shepard",
            "variant": ""
          }
        },
        "mission": {
          "id": 7321,
          "launch_library_id": null,
          "name": "NS-36",
          "description": "NS-36 is the 15th crewed flight for the New Shepard program and the 36th in the New Shepard program's history.",
          "launch_designator": null,
          "type": "Tourism",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 90,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
          "agency_id": 141,
          "name": "West Texas Suborbital Launch Site/ Corn Ranch",
          "info_url": "https://www.blueorigin.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
          "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
          "latitude": "31.422878",
          "longitude": "-104.757121",
          "location": {
            "id": 29,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
            "name": "Corn Ranch, Van Horn, TX, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
            "total_launch_count": 38,
            "total_landing_count": 38
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
          "total_launch_count": 38
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 899,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/899/?format=api",
      "destination": "ISS",
      "mission_end": "2026-05-26T14:10:00Z",
      "spacecraft": {
        "id": 623,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/623/?format=api",
        "name": "HTV-X1",
        "serial_number": "HTV-X1",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "Spacecraft used for the maiden flight of the HTV-X Cargo Resupply Vehicle.",
        "spacecraft_config": {
          "id": 47,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/47/?format=api",
          "name": "HTV-X",
          "type": {
            "id": 4,
            "name": "Cargo Resupply"
          },
          "agency": {
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "type": "Government"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_20251122191933.jpg"
        }
      },
      "launch": {
        "id": "8c2412ae-fbef-443f-aae8-db538f38eec6",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/8c2412ae-fbef-443f-aae8-db538f38eec6/?format=api",
        "launch_library_id": 1980,
        "slug": "h3-24-htv-x1",
        "name": "H3-24 | HTV-X1",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2025-10-26T00:00:15Z",
        "window_end": "2025-10-26T00:00:15Z",
        "window_start": "2025-10-26T00:00:15Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 98,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api",
          "name": "Mitsubishi Heavy Industries",
          "type": "Commercial"
        },
        "rocket": {
          "id": 2540,
          "configuration": {
            "id": 204,
            "launch_library_id": 233,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/204/?format=api",
            "name": "H3-24",
            "family": "H3",
            "full_name": "H3-24",
            "variant": "24"
          }
        },
        "mission": {
          "id": 5860,
          "launch_library_id": null,
          "name": "HTV-X1",
          "description": "First flight of the upgraded Japanese HTV-X spacecraft designed to resupply the International Space Station.",
          "launch_designator": null,
          "type": "Resupply",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 209,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/209/?format=api",
          "agency_id": 37,
          "name": "Yoshinobu Launch Complex LP-2",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
          "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
          "latitude": "30.400938",
          "longitude": "130.97564",
          "location": {
            "id": 26,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/26/?format=api",
            "name": "Tanegashima Space Center, Japan",
            "country_code": "JPN",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
            "total_launch_count": 98,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
          "total_launch_count": 17
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-24_liftoff__image_20251028184029.jpeg",
        "infographic": null,
        "program": [
          {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
              {
                "id": 16,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "type": "Government"
              },
              {
                "id": 27,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "type": "Multinational"
              },
              {
                "id": 37,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "type": "Government"
              },
              {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              },
              {
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
          }
        ]
      }
    },
    {
      "id": 900,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/900/?format=api",
      "destination": "Tiangong space station",
      "mission_end": "2026-05-29T12:11:00Z",
      "spacecraft": {
        "id": 624,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/624/?format=api",
        "name": "Shenzhou 22",
        "serial_number": "22",
        "status": {
          "id": 4,
          "name": "Single Use"
        },
        "description": "Spacecraft to be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
        "spacecraft_config": {
          "id": 2,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
          "name": "Shenzhou",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "type": "Government"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
        }
      },
      "launch": {
        "id": "6da58dd3-57bf-4c0a-a003-c56268db3e59",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/6da58dd3-57bf-4c0a-a003-c56268db3e59/?format=api",
        "launch_library_id": null,
        "slug": "long-march-2fg-shenzhou-22",
        "name": "Long March 2F/G | Shenzhou 22",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2025-11-25T04:11:45Z",
        "window_end": "2025-11-25T04:41:00Z",
        "window_start": "2025-11-25T04:01:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "type": "Government"
        },
        "rocket": {
          "id": 8806,
          "configuration": {
            "id": 84,
            "launch_library_id": 111,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/84/?format=api",
            "name": "Long March 2F/G",
            "family": "Long March",
            "full_name": "Long March 2F/G",
            "variant": "F/G"
          }
        },
        "mission": {
          "id": 7397,
          "launch_library_id": null,
          "name": "Shenzhou 22",
          "description": "Shenzhou 22 (Chinese: 神舟二十二号) will be the 22nd flight of the Shenzhou program. The spacecraft will be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
          "launch_designator": null,
          "type": "Human Exploration",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/37/?format=api",
          "agency_id": null,
          "name": "Launch Area 91 (SLS-1 / 921)",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
          "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
          "latitude": "40.957893",
          "longitude": "100.290944",
          "location": {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api",
            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
            "total_launch_count": 291,
            "total_landing_count": 2
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
          "total_launch_count": 29
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
        "infographic": null,
        "program": [
          {
            "id": 19,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/19/?format=api",
            "name": "Tiangong space station",
            "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
            "agencies": [
              {
                "id": 88,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
            "start_date": "2021-04-29T03:23:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station"
          },
          {
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/7/?format=api",
            "name": "Shenzhou",
            "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
            "agencies": [
              {
                "id": 17,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
            "start_date": "1993-01-01T00:00:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
          }
        ]
      }
    },
    {
      "id": 903,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/903/?format=api",
      "destination": "Low Earth Orbit",
      "mission_end": null,
      "spacecraft": {
        "id": 560,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/560/?format=api",
        "name": "Chinese Reusable Space Vehicle",
        "serial_number": null,
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "First Chinese reusable spacecraft, apparently a spaceplane with wings per a photo taken by a US satellite. No public information of it is available.\r\n\r\nIts official name is \"Chongfu Shiyong Shiyan Hangtian Qi\", meaning \"Reusable Experimental Spacecraft\".\r\n\r\nNote: It is unknown how many flight vehicles have been built and flown.",
        "spacecraft_config": {
          "id": 31,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/31/?format=api",
          "name": "Chinese Reusable Space Vehicle",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 88,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
            "name": "China Aerospace Science and Technology Corporation",
            "type": "Government"
          },
          "in_use": true,
          "image_url": null
        }
      },
      "launch": {
        "id": "a9fd7757-9a51-4607-845d-d830673c4486",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/a9fd7757-9a51-4607-845d-d830673c4486/?format=api",
        "launch_library_id": null,
        "slug": "long-march-2fg-chinese-reusable-space-vehicle-4",
        "name": "Long March 2F/G | Chinese Reusable Space Vehicle",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2026-02-07T03:58:00Z",
        "window_end": "2026-02-07T04:07:00Z",
        "window_start": "2026-02-07T03:48:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "type": "Government"
        },
        "rocket": {
          "id": 8911,
          "configuration": {
            "id": 84,
            "launch_library_id": 111,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/84/?format=api",
            "name": "Long March 2F/G",
            "family": "Long March",
            "full_name": "Long March 2F/G",
            "variant": "F/G"
          }
        },
        "mission": {
          "id": 7502,
          "launch_library_id": null,
          "name": "Chinese Reusable Space Vehicle",
          "description": "4th flight of the Chinese spaceplane capable of returning to Earth.",
          "launch_designator": null,
          "type": "Government/Top Secret",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/37/?format=api",
          "agency_id": null,
          "name": "Launch Area 91 (SLS-1 / 921)",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
          "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
          "latitude": "40.957893",
          "longitude": "100.290944",
          "location": {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api",
            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
            "country_code": "CHN",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
            "total_launch_count": 291,
            "total_landing_count": 2
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
          "total_launch_count": 29
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 902,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/902/?format=api",
      "destination": "Suborbital",
      "mission_end": "2026-01-22T16:35:47Z",
      "spacecraft": {
        "id": 453,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/453/?format=api",
        "name": "RSS First Step",
        "serial_number": "2.0-2",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
        "spacecraft_config": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/21/?format=api",
          "name": "Crew Capsule 2.0",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 141,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "type": "Commercial"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
        }
      },
      "launch": {
        "id": "8d50a489-8f86-4411-81fa-d4bfe75680eb",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/8d50a489-8f86-4411-81fa-d4bfe75680eb/?format=api",
        "launch_library_id": null,
        "slug": "new-shepard-ns-38",
        "name": "New Shepard | NS-38",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2026-01-22T16:25:35Z",
        "window_end": "2026-01-22T21:30:00Z",
        "window_start": "2026-01-22T16:00:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 141,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
          "name": "Blue Origin",
          "type": "Commercial"
        },
        "rocket": {
          "id": 8881,
          "configuration": {
            "id": 137,
            "launch_library_id": 9999,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
            "name": "New Shepard",
            "family": "",
            "full_name": "New Shepard",
            "variant": ""
          }
        },
        "mission": {
          "id": 7472,
          "launch_library_id": null,
          "name": "NS-38",
          "description": "NS-38 is the 17th crewed flight for the New Shepard program and the 38th in the New Shepard program's history.",
          "launch_designator": null,
          "type": "Tourism",
          "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
          }
        },
        "pad": {
          "id": 90,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
          "agency_id": 141,
          "name": "West Texas Suborbital Launch Site/ Corn Ranch",
          "info_url": "https://www.blueorigin.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
          "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
          "latitude": "31.422878",
          "longitude": "-104.757121",
          "location": {
            "id": 29,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
            "name": "Corn Ranch, Van Horn, TX, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
            "total_launch_count": 38,
            "total_landing_count": 38
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
          "total_launch_count": 38
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
        "infographic": null,
        "program": []
      }
    }
  ]
}