API endpoint that allows Expeditions to be viewed.

GET: Return a list of all the existing expeditions.

MODE: Normal and Detailed /2.2.0/expedition/?mode=detailed

FILTERS: Fields - 'name', 'crew__astronaut', 'crew__astronaut__agency', 'space_station'

Get all Expeditions with the Space Station ID of 1. Example - /2.2.0/expedition/?space_station=1&mode=detailed

Search for all Expeditions with the Astronaut named John Example - /2.2.0/expedition/?search=John

ORDERING: Fields - 'id', 'start', 'end' Order reverse via Start date. Example - /2.2.0/astronaut/?order=-start

GET /2.2.0/expedition/145/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 145,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/145/?format=api",
    "name": "Shenzhou 12",
    "start": "2021-06-17T07:54:00Z",
    "end": "2021-09-17T05:34:00Z",
    "spacestation": {
        "id": 18,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
        "name": "Tiangong space station",
        "status": {
            "id": 1,
            "name": "Active"
        },
        "founded": "2021-04-29",
        "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png",
        "owners": [
            {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "abbrev": "CASC"
            }
        ]
    },
    "crew": [
        {
            "id": 3507,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 209,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/209/?format=api",
                "name": "Nie Haisheng",
                "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"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nie_haisheng_image_20210616062454.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185955.jpeg"
            }
        },
        {
            "id": 3510,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/183/?format=api",
                "name": "Liu Boming",
                "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"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/liu_boming_image_20210616062506.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190023.jpeg"
            }
        },
        {
            "id": 3511,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 684,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/684/?format=api",
                "name": "Tang Hongbo",
                "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"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tang_hongbo_image_20231025055818.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185459.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 8,
            "name": "China Shenzhou 12 Mission Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/china2520shenz_mission_patch_20210606212146.png",
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "type": "Government"
            }
        }
    ],
    "spacewalks": [
        {
            "id": 452,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/452/?format=api",
            "name": "Shenzhou 12 EVA 2",
            "start": "2021-08-20T00:38:00Z",
            "end": "2021-08-20T06:33:00Z",
            "duration": "PT5H55M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 4672,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 209,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/209/?format=api",
                        "name": "Nie Haisheng",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P111DT14H13M24S",
                        "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": "1964-10-13",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Nie Haisheng is a Chinese military pilot and CNSA astronaut.\r\n\r\nIn 1998, he was selected for the Chinese spaceflight program and was one of three candidates who were part of the final group to train for the Shenzhou 5 flight, China's first manned spaceflight. Yang Liwei was picked for the flight, with Zhai Zhigang ranked second ahead of Niè Hǎishèng.\r\n\r\nNie went into orbit, along with Fei Junlong (commander), as flight engineer of the Shenzhou 6 flight on 12 October 2005. The mission lasted just under five days.\r\n\r\nHe was selected to be the commander of the backup crew for the Shenzhou 9 mission. In 2013, Nie was selected to command the Shenzhou 10 second manned space mission to the first Chinese space station Tiangong 1. He became the first officer hold general rank at the time of their launch in the Chinese program with the Shenzhou 10 mission.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nie_haisheng_image_20210616062454.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Nie_Haisheng",
                        "last_flight": "2021-06-17T01:22:31Z",
                        "first_flight": "2005-10-12T01:00:03Z"
                    }
                },
                {
                    "id": 4673,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "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": 451,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/451/?format=api",
            "name": "Shenzhou 12 EVA 1",
            "start": "2021-07-04T00:11:00Z",
            "end": "2021-07-04T06:57:00Z",
            "duration": "PT6H46M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 4670,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "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": 4671,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 684,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/684/?format=api",
                        "name": "Tang Hongbo",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P279DT10H43M27S",
                        "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": "1975-10-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Tang Hongbo (Chinese: 汤洪波; pinyin: Tāng Hóngbō) is a Chinese pilot selected as part of the Shenzhou program. He was born in Xiangtan, Hunan. A pilot in the People's Liberation Army Air Force, he was selected to be an astronaut in 2010.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tang_hongbo_image_20231025055818.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Tang_Hongbo",
                        "last_flight": "2023-10-26T03:14:02Z",
                        "first_flight": "2021-06-17T01:22:31Z"
                    }
                }
            ]
        }
    ]
}