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

{
  "count": 33,
  "next": null,
  "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/?format=api&limit=10&offset=20",
  "results": [
    {
      "id": 911,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/911/?format=api",
      "destination": "Haven-1",
      "mission_end": null,
      "spacecraft": {
        "id": 452,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/452/?format=api",
        "name": "Crew Dragon",
        "serial_number": "TBD",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "The specific spacecraft for this launch is currently unknown.",
        "spacecraft_config": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api",
          "name": "Crew Dragon 2",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "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/spacex_dm-2_cre_image_20200504065311.jpeg"
        }
      },
      "launch": {
        "id": "99875c7b-400c-40e2-b16c-bb9b2a02a0d8",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/99875c7b-400c-40e2-b16c-bb9b2a02a0d8/?format=api",
        "launch_library_id": null,
        "slug": "falcon-9-block-5-vast-1",
        "name": "Falcon 9 Block 5 | Vast-1",
        "status": {
          "id": 2,
          "name": "TBD"
        },
        "net": "2027-07-31T00:00:00Z",
        "window_end": "2027-07-31T00:00:00Z",
        "window_start": "2027-07-31T00:00:00Z",
        "inhold": false,
        "tbdtime": true,
        "tbddate": true,
        "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": 7852,
          "configuration": {
            "id": 164,
            "launch_library_id": 188,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
            "name": "Falcon 9",
            "family": "Falcon",
            "full_name": "Falcon 9 Block 5",
            "variant": "Block 5"
          }
        },
        "mission": {
          "id": 6359,
          "launch_library_id": null,
          "name": "Vast-1",
          "description": "First crewed mission of VAST Space's future commercial space station Haven-1. The crew of four will remain in orbit for 10 days.\r\n\r\nThe crew will include ESA/CNES astronaut Arnaud Prost, as well as potentially ESA/UKSA astronaut John McFall.",
          "launch_designator": null,
          "type": "Human Exploration",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 80,
          "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
          "agency_id": 121,
          "name": "Space Launch Complex 40",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
          "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
          "latitude": "28.56194122",
          "longitude": "-80.57735736",
          "location": {
            "id": 12,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
            "name": "Cape Canaveral SFS, FL, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
            "total_launch_count": 1127,
            "total_landing_count": 77
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
          "total_launch_count": 399
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
        "infographic": null,
        "program": []
      }
    },
    {
      "id": 912,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/912/?format=api",
      "destination": "Suborbital",
      "mission_end": "2026-07-24T23:56:27Z",
      "spacecraft": {
        "id": 630,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/630/?format=api",
        "name": "Ship 40",
        "serial_number": "S40",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "Second V3 Starship, used on the 13th Starship test flight.",
        "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": "ac897b9f-44d2-4ff4-8416-1a0a076e98a2",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/ac897b9f-44d2-4ff4-8416-1a0a076e98a2/?format=api",
        "launch_library_id": null,
        "slug": "starship-flight-13",
        "name": "Starship | Flight 13",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2026-07-24T22:51:00Z",
        "window_end": "2026-07-25T00:15:00Z",
        "window_start": "2026-07-24T22:45: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": 8879,
          "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": 7470,
          "launch_library_id": null,
          "name": "Flight 13",
          "description": "13th test flight of the two-stage Starship launch vehicle. Second flight of Starship V3.\r\n\r\nFor the first time, Starship will carry 20 V3 Starlink satellites to space, which will extend solar arrays and antennas and will attempt to connect with ground stations in South Africa and the larger Starlink constellation via high-capacity lasers. \r\n\r\n6 of the satellites have been modified with a suite of cameras to scan Starship’s heat shield and transmit imagery down to operators to continue testing 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.",
          "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": 22,
            "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": 2
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20260724044615.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": 913,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/913/?format=api",
      "destination": "International Space Station",
      "mission_end": null,
      "spacecraft": {
        "id": 631,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/631/?format=api",
        "name": "Soyuz MS-30",
        "serial_number": "11F732A48 #760",
        "status": {
          "id": 4,
          "name": "Single Use"
        },
        "description": "Soyuz capsule for the MS-30 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": "0c69c87a-a253-4cdd-b83f-f434ff0f666b",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/0c69c87a-a253-4cdd-b83f-f434ff0f666b/?format=api",
        "launch_library_id": null,
        "slug": "soyuz-21a-soyuz-ms-30",
        "name": "Soyuz 2.1a | Soyuz MS-30",
        "status": {
          "id": 2,
          "name": "TBD"
        },
        "net": "2027-03-31T00:00:00Z",
        "window_end": "2027-03-31T00:00:00Z",
        "window_start": "2027-03-31T00:00:00Z",
        "inhold": false,
        "tbdtime": true,
        "tbddate": true,
        "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": 9106,
          "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": 7701,
          "launch_library_id": null,
          "name": "Soyuz MS-30",
          "description": "Soyuz MS-30 will carry two 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 Dmitri Petelin and Konstantin Borisov, as well as NASA astronaut Deniz Burnham.",
          "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": 1564,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
          "total_launch_count": 429
        },
        "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"
          }
        ]
      }
    }
  ]
}