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

{
    "id": 161,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/161/?format=api",
    "name": "Shenzhou 19",
    "start": "2024-10-30T03:00:00Z",
    "end": null,
    "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": 5008,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 731,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/731/?format=api",
                "name": "Cai Xuzhe",
                "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/cai_xuzhe_image_20220604085007.png",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190933.png"
            }
        },
        {
            "id": 5009,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 818,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/818/?format=api",
                "name": "Haozhe Wang",
                "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": null,
                "profile_image_thumbnail": null
            }
        },
        {
            "id": 5010,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 817,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/817/?format=api",
                "name": "Lingdong Song",
                "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": null,
                "profile_image_thumbnail": null
            }
        }
    ],
    "mission_patches": [
        {
            "id": 1063,
            "name": "Shenzhou 19 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252019_mission_patch_20241030083558.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": 485,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/485/?format=api",
            "name": "Shenzhou 19 EVA 3",
            "start": "2025-03-21T05:50:00Z",
            "end": "2025-03-21T12:50:00Z",
            "duration": "PT7H",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 5075,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 731,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/731/?format=api",
                        "name": "Cai Xuzhe",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P338DT14H58M5S",
                        "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": "1976-05-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png",
                        "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
                        "last_flight": "2024-10-29T20:27:34Z",
                        "first_flight": "2022-06-05T02:44:10Z"
                    }
                },
                {
                    "id": 5076,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 817,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/817/?format=api",
                        "name": "Lingdong Song",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P156DT5H33M13S",
                        "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": "1990-08-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
                        "profile_image": null,
                        "wiki": null,
                        "last_flight": "2024-10-29T20:27:34Z",
                        "first_flight": "2024-10-29T20:27:34Z"
                    }
                }
            ]
        },
        {
            "id": 483,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/483/?format=api",
            "name": "Shenzhou 19 EVA 2",
            "start": "2025-01-20T08:55:00Z",
            "end": "2025-01-20T17:12:00Z",
            "duration": "PT8H17M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 5031,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 731,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/731/?format=api",
                        "name": "Cai Xuzhe",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P338DT14H58M5S",
                        "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": "1976-05-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png",
                        "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
                        "last_flight": "2024-10-29T20:27:34Z",
                        "first_flight": "2022-06-05T02:44:10Z"
                    }
                },
                {
                    "id": 5032,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 817,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/817/?format=api",
                        "name": "Lingdong Song",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P156DT5H33M13S",
                        "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": "1990-08-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
                        "profile_image": null,
                        "wiki": null,
                        "last_flight": "2024-10-29T20:27:34Z",
                        "first_flight": "2024-10-29T20:27:34Z"
                    }
                }
            ]
        },
        {
            "id": 481,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/481/?format=api",
            "name": "Shenzhou 19 EVA 1b",
            "start": "2024-12-17T06:32:00Z",
            "end": "2024-12-17T13:57:00Z",
            "duration": "PT7H25M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 5028,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 817,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/817/?format=api",
                        "name": "Lingdong Song",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P156DT5H33M13S",
                        "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": "1990-08-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
                        "profile_image": null,
                        "wiki": null,
                        "last_flight": "2024-10-29T20:27:34Z",
                        "first_flight": "2024-10-29T20:27:34Z"
                    }
                }
            ]
        },
        {
            "id": 480,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/480/?format=api",
            "name": "Shenzhou 19 EVA 1a",
            "start": "2024-12-17T04:51:00Z",
            "end": "2024-12-17T13:57:00Z",
            "duration": "PT9H6M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 5027,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 731,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/731/?format=api",
                        "name": "Cai Xuzhe",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P338DT14H58M5S",
                        "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": "1976-05-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png",
                        "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
                        "last_flight": "2024-10-29T20:27:34Z",
                        "first_flight": "2022-06-05T02:44:10Z"
                    }
                }
            ]
        }
    ]
}