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

{
    "count": 43,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/?format=api&limit=10&offset=30",
    "results": [
        {
            "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": 2,
                    "name": "TBD"
                },
                "net": "2026-06-30T00:00:00Z",
                "window_end": "2026-06-30T00:00:00Z",
                "window_start": "2026-06-30T00: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": 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": 1558,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 425
                },
                "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": 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": true,
                    "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": 464,
                        "launch_library_id": null,
                        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
                        "name": "Starship",
                        "family": "Starship",
                        "full_name": "Starship",
                        "variant": ""
                    }
                },
                "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": 19,
                        "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": 10
                },
                "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/spacex2520star_program_20201129204513.png",
                        "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": null,
            "spacecraft": {
                "id": 608,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/608/?format=api",
                "name": "Unknown RSS",
                "serial_number": "TBD",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "The specific spacecraft for this launch is currently unknown.",
                "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": 1,
                    "name": "Go"
                },
                "net": "2025-10-08T13:00:00Z",
                "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": 35,
                        "total_landing_count": 35
                    },
                    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 35
                },
                "webcast_live": false,
                "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                "infographic": null,
                "program": []
            }
        }
    ]
}