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.2.0/spacecraft/flight/?spacecraft=37

GET /2.2.0/spacecraft/flight/599/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 599,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/599/?format=api",
    "mission_end": "2017-09-22T10:00:00Z",
    "destination": "Tiangong-2",
    "launch_crew": [],
    "onboard_crew": [],
    "landing_crew": [],
    "spacecraft": {
        "id": 461,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/461/?format=api",
        "name": "Tianzhou-1",
        "serial_number": "1",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P154DT22H18M25S",
        "time_docked": "P154DT8H15M",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "First operational Tianzhou spacecraft. Launched to the Tiangong-2 space station.",
        "spacecraft_config": {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
            "name": "Tianzhou",
            "type": {
                "id": 4,
                "name": "Cargo Resupply"
            },
            "agency": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CASC",
                "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
                "administrator": "Chairman & President: Lei Fanpei",
                "founding_year": "1999",
                "launchers": "Long March",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png"
            },
            "in_use": true,
            "capability": "Cargo Earth Orbit Logistics",
            "history": "The Tianzhou is a Chinese automated cargo spacecraft that was first launched on April 20, 2017 to resupply Tiangong-1. It demonstrated autonomous propellant transfer in orbit.",
            "details": "Autonomous cargo spacecraft used to resupply the Chinese Space Station.",
            "maiden_flight": "2017-04-20",
            "height": 9.0,
            "diameter": 3.35,
            "human_rated": false,
            "crew_capacity": null,
            "payload_capacity": 6700,
            "payload_return_capacity": null,
            "flight_life": "180 days in orbit",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Tianzhou_(spacecraft)",
            "info_link": ""
        }
    },
    "launch": {
        "id": "974b8306-fe0c-42a8-b415-73a7acc50b17",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/974b8306-fe0c-42a8-b415-73a7acc50b17/?format=api",
        "slug": "long-march-7-tianzhou-1",
        "name": "Long March 7 | Tianzhou-1",
        "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2024-08-02T17:03:29Z",
        "net": "2017-04-20T11:41:35Z",
        "window_end": "2017-04-20T11:41:35Z",
        "window_start": "2017-04-20T11:41:35Z",
        "net_precision": null,
        "probability": -1,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
            "name": "China Aerospace Science and Technology Corporation",
            "type": "Government"
        },
        "rocket": {
            "id": 1997,
            "configuration": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/100/?format=api",
                "name": "Long March 7",
                "family": "Long March",
                "full_name": "Long March 7",
                "variant": ""
            }
        },
        "mission": {
            "id": 354,
            "name": "Tianzhou-1",
            "description": "Tianzhou 1 is the first Chinese uncrewed cargo spacecraft to service the Tiangong 2 and follow on space stations.",
            "launch_designator": null,
            "type": "Resupply",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 176,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/176/?format=api",
            "agency_id": null,
            "name": "201",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
            "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
            "latitude": "19.618452",
            "longitude": "110.955356",
            "location": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/location/8/?format=api",
                "name": "Wenchang Space Launch Site, People's Republic of China",
                "country_code": "CHN",
                "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 37,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
            "total_launch_count": 22,
            "orbital_launch_attempt_count": 22
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_7_image_20210513083007.jpeg",
        "infographic": null,
        "program": [],
        "orbital_launch_attempt_count": 5637,
        "location_launch_attempt_count": 3,
        "pad_launch_attempt_count": 2,
        "agency_launch_attempt_count": 194,
        "orbital_launch_attempt_count_year": 22,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 4,
        "type": "normal"
    },
    "landing": {
        "id": 1050,
        "attempt": false,
        "success": null,
        "description": "The Tianzhou-1 spacecraft burned up as planned upon entering Earth's atmosphere.",
        "downrange_distance": null,
        "location": null,
        "type": {
            "id": 7,
            "name": "Destructive Reentry",
            "abbrev": "ATM",
            "description": "Spacecraft burned up in the atmosphere"
        }
    },
    "docking_events": [
        {
            "id": 282,
            "spacestation": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/8/?format=api",
                "name": "Tiangong 2",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "2016-09-15",
                "description": "Tiangong-2 (Chinese: 天宫二号; pinyin: Tiāngōng èrhào; literally: \"Celestial Palace 2\") is a Chinese space laboratory and part of the Project 921-2 space station program. Tiangong-2 was launched on 15 September 2016.\r\n\r\nTiangong-2 is neither designed nor planned to be a permanent orbital station; rather, it is intended as a testbed for key technologies that will be used in the Chinese large modular space station, which is planned for launch between 2019 and 2022.",
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg"
            },
            "docking": "2017-04-21T00:00:00Z",
            "departure": "2017-09-22T08:15:00Z",
            "docking_location": {
                "id": 31,
                "name": "Tiangong-2 forward",
                "spacestation": {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/8/?format=api",
                    "name": "Tiangong 2"
                }
            }
        }
    ]
}