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

{
    "id": 443,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/443/?format=api",
    "mission_end": "2008-09-28T09:37:00Z",
    "destination": "Low Earth Orbit",
    "launch_crew": [
        {
            "id": 3084,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 296,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/296/?format=api",
                "name": "Zhai Zhigang",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P185DT5H59M37S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-10-10",
                "date_of_death": null,
                "nationality": "Chinese",
                "twitter": null,
                "instagram": null,
                "bio": "Zhai Zhigang (born October 10, 1966) is a major general in the People's Liberation Army Air Force and a CNSA astronaut. During the Shenzhou 7 mission in 2008, he became the first Chinese citizen to carry out a spacewalk.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhai_zhigang_image_20211014075835.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Zhai_Zhigang",
                "last_flight": "2021-10-15T16:23:56Z",
                "first_flight": "2008-09-25T13:10:04Z"
            }
        },
        {
            "id": 3085,
            "role": {
                "id": 22,
                "role": "Orbital module astronaut",
                "priority": 1
            },
            "astronaut": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/183/?format=api",
                "name": "Liu Boming",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P95DT38M25S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-09-16",
                "date_of_death": null,
                "nationality": "Chinese",
                "twitter": null,
                "instagram": null,
                "bio": "Liu Boming (simplified Chinese: 刘伯明; traditional Chinese: 劉伯明; pinyin: Líu Bómíng; born September 1966) is a Chinese pilot selected as part of the Shenzhou program. A fighter pilot in the People's Liberation Army Air Force, he was selected to be an CNSA member in 1998.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/liu_boming_image_20210616062506.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Liu_Boming_(astronaut)",
                "last_flight": "2021-06-17T01:22:31Z",
                "first_flight": "2008-09-25T13:10:04Z"
            }
        },
        {
            "id": 3086,
            "role": {
                "id": 23,
                "role": "Descent module monitor astronaut",
                "priority": 2
            },
            "astronaut": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/157/?format=api",
                "name": "Jing Haipeng",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P201DT17H7S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-10-24",
                "date_of_death": null,
                "nationality": "Chinese",
                "twitter": null,
                "instagram": null,
                "bio": "Jing Haipeng (simplified Chinese: 景海鹏; traditional Chinese: 景海鵬; pinyin: Jǐng Hǎipéng; born October 24, 1966) is a Chinese pilot and astronaut selected as part of the Shenzhou program. A fighter pilot in the People's Liberation Army Air Force, he was selected to be a CNSA astronaut in 1998. He is the first Chinese astronaut to have flown on three missions: Shenzhou 7, Shenzhou 9 and Shenzhou 11.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jing2520haipeng_image_20181129231707.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jing_Haipeng",
                "last_flight": "2023-05-30T01:31:10Z",
                "first_flight": "2008-09-25T13:10:04Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 888,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 296,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/296/?format=api",
                "name": "Zhai Zhigang",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P185DT5H59M37S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-10-10",
                "date_of_death": null,
                "nationality": "Chinese",
                "twitter": null,
                "instagram": null,
                "bio": "Zhai Zhigang (born October 10, 1966) is a major general in the People's Liberation Army Air Force and a CNSA astronaut. During the Shenzhou 7 mission in 2008, he became the first Chinese citizen to carry out a spacewalk.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhai_zhigang_image_20211014075835.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Zhai_Zhigang",
                "last_flight": "2021-10-15T16:23:56Z",
                "first_flight": "2008-09-25T13:10:04Z"
            }
        },
        {
            "id": 889,
            "role": {
                "id": 22,
                "role": "Orbital module astronaut",
                "priority": 1
            },
            "astronaut": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/183/?format=api",
                "name": "Liu Boming",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P95DT38M25S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-09-16",
                "date_of_death": null,
                "nationality": "Chinese",
                "twitter": null,
                "instagram": null,
                "bio": "Liu Boming (simplified Chinese: 刘伯明; traditional Chinese: 劉伯明; pinyin: Líu Bómíng; born September 1966) is a Chinese pilot selected as part of the Shenzhou program. A fighter pilot in the People's Liberation Army Air Force, he was selected to be an CNSA member in 1998.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/liu_boming_image_20210616062506.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Liu_Boming_(astronaut)",
                "last_flight": "2021-06-17T01:22:31Z",
                "first_flight": "2008-09-25T13:10:04Z"
            }
        },
        {
            "id": 890,
            "role": {
                "id": 23,
                "role": "Descent module monitor astronaut",
                "priority": 2
            },
            "astronaut": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/157/?format=api",
                "name": "Jing Haipeng",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P201DT17H7S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-10-24",
                "date_of_death": null,
                "nationality": "Chinese",
                "twitter": null,
                "instagram": null,
                "bio": "Jing Haipeng (simplified Chinese: 景海鹏; traditional Chinese: 景海鵬; pinyin: Jǐng Hǎipéng; born October 24, 1966) is a Chinese pilot and astronaut selected as part of the Shenzhou program. A fighter pilot in the People's Liberation Army Air Force, he was selected to be a CNSA astronaut in 1998. He is the first Chinese astronaut to have flown on three missions: Shenzhou 7, Shenzhou 9 and Shenzhou 11.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jing2520haipeng_image_20181129231707.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jing_Haipeng",
                "last_flight": "2023-05-30T01:31:10Z",
                "first_flight": "2008-09-25T13:10:04Z"
            }
        }
    ],
    "spacecraft": {
        "id": 424,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/424/?format=api",
        "name": "Shenzhou 7",
        "serial_number": "7",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P2DT20H26M56S",
        "time_docked": "P0D",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "The Shenzhou spacecraft carrying the three crew members was launched 25 September 2008, by a Long March 2F (CZ-2F) rocket which lifted off from the Jiuquan Satellite Launch Center at 21:10 CST. The mission lasted three days, after which the craft landed safely in Siziwang Banner in central Inner Mongolia on 28 September 2008, at 17:37 CST. The Shenzhou 7 EVA made the Chinese space program the third to have conducted an EVA.",
        "spacecraft_config": {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
            "name": "Shenzhou",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CNSA",
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
            },
            "in_use": true,
            "capability": "Chinese crewed spaceflight program.",
            "history": "Shenzhou is a spacecraft used to support the Chinese manned spaceflight program and to carry crew to the Tiangong Space Station. Its design resembles the Russian Soyuz spacecraft, but it is larger in size and all-new in construction. The first launch was on November 19, 1999 and the first manned launch was on October 15, 2003.",
            "details": "The Shenzhou spacecraft resembles the Soyuz, although it is longer, with a larger habitable volume. It features a powered service module like the Soyuz, and prior to Shenzhou 8 its orbital module was capable of autonomous flight. \r\n\r\nThe aft service module contains life support and other equipment required for the functioning of Shenzhou.",
            "maiden_flight": "1999-11-19",
            "height": 9.25,
            "diameter": 2.8,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": null,
            "payload_return_capacity": null,
            "flight_life": "200 day design life.",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Shenzhou_(spacecraft)",
            "info_link": ""
        }
    },
    "launch": {
        "id": "916e50f7-22ee-429c-9c67-fc3610f09553",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/916e50f7-22ee-429c-9c67-fc3610f09553/?format=api",
        "slug": "long-march-2f-shenzhou-7",
        "name": "Long March 2F | Shenzhou-7",
        "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2023-10-25T10:59:15Z",
        "net": "2008-09-25T13:10:04Z",
        "window_end": "2008-09-25T13:10:04Z",
        "window_start": "2008-09-25T13:10:04Z",
        "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": 1401,
            "configuration": {
                "id": 79,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/79/?format=api",
                "name": "Long March 2F",
                "family": "Long March",
                "full_name": "Long March 2F",
                "variant": "F"
            }
        },
        "mission": {
            "id": 305,
            "name": "Shenzhou-7",
            "description": "This is the third crewed mission for China's Shenzhou program. Shenzhou-7 began its mission by bringing Zhai Zhigang, Liu Boming and Jing Haipeng into  low Earth orbit. It was the first Chinese mission to have a three-person crew. During their 3 days in orbit, astronauts performed a number of tasks, including the first Chinese EVA carried out by Zhai Zhingang and Liu Boming. Shenzhou-7 deorbited and landed safely back on Earth on 28 September.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/37/?format=api",
            "agency_id": null,
            "name": "Launch Area 4 (SLS-1 / 921)",
            "description": "",
            "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://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                "country_code": "CHN",
                "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                "timezone_name": "Asia/Shanghai",
                "total_launch_count": 247,
                "total_landing_count": 0
            },
            "country_code": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
            "total_launch_count": 24,
            "orbital_launch_attempt_count": 24
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
        "infographic": null,
        "program": [
            {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.2.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://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                ],
                "image_url": "https://thespacedevs-prod.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",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 4934,
        "location_launch_attempt_count": 43,
        "pad_launch_attempt_count": 7,
        "agency_launch_attempt_count": 55,
        "orbital_launch_attempt_count_year": 49,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 5,
        "type": "normal"
    },
    "landing": {
        "id": 714,
        "attempt": true,
        "success": true,
        "description": "The Shenzhou 7 spacecraft landed in the Dorbnod Banner in Inner Mongolia, China.",
        "downrange_distance": null,
        "location": {
            "id": 21,
            "name": "Dorbod Banner",
            "abbrev": "DB",
            "description": "Dorbod Banner in Ulanqab, Inner Mongolia, China, bordering Mongolia's Dornogovi Province to the northwest.",
            "location": null,
            "successful_landings": 10
        },
        "type": {
            "id": 4,
            "name": "Parachute Landing",
            "abbrev": "PCL",
            "description": "Unpowered landing using parachute(s)."
        }
    },
    "docking_events": []
}