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

{
    "id": 154,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/154/?format=api",
    "name": "Shenzhou 16",
    "start": "2023-05-30T08:29:00Z",
    "end": "2023-10-30T12:37: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": 4734,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/157/?format=api",
                "name": "Jing Haipeng",
                "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/jing2520haipeng_image_20181129231707.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185723.jpeg"
            }
        },
        {
            "id": 4736,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 765,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/765/?format=api",
                "name": "Haichao Gui",
                "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/haichao_gui_image_20230530052736.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191047.jpeg"
            }
        },
        {
            "id": 4735,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 764,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/764/?format=api",
                "name": "Yangzhu Zhu",
                "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/yangzhu_zhu_image_20230530052559.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185258.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 779,
            "name": "Shenzhou 16 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252016_mission_patch_20230530053248.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": 466,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/466/?format=api",
            "name": "Shenzhou 16 EVA 1",
            "start": "2023-07-20T05:45:00Z",
            "end": "2023-07-20T13:40:00Z",
            "duration": "PT7H55M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 4728,
                    "role": {
                        "id": 1,
                        "role": "Commander",
                        "priority": 0
                    },
                    "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"
                    }
                },
                {
                    "id": 4730,
                    "role": {
                        "id": 16,
                        "role": "Engineer",
                        "priority": 3
                    },
                    "astronaut": {
                        "id": 764,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/764/?format=api",
                        "name": "Yangzhu Zhu",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P153DT22H40M50S",
                        "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": "1986-09-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Zhu Yangzhu is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) in September 2005, and joined the Chinese Communist Party (CCP) in December 2006.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yangzhu_zhu_image_20230530052559.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Zhu_Yangzhu",
                        "last_flight": "2023-05-30T01:31:10Z",
                        "first_flight": "2023-05-30T01:31:10Z"
                    }
                }
            ]
        }
    ]
}