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

{
    "id": 146,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/146/?format=api",
    "name": "Shenzhou 13",
    "start": "2021-10-15T22:48:39Z",
    "end": "2022-04-15T16:44: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://spacelaunchnow-prod-east.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": 3580,
            "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",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zhai_zhigang_image_20211014075835.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185732.jpeg"
            }
        },
        {
            "id": 3581,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 287,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/287/?format=api",
                "name": "Wang Yaping",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/wang_yaping_image_20211014075922.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190623.jpeg"
            }
        },
        {
            "id": 3582,
            "role": {
                "id": 32,
                "role": "Operator",
                "priority": 2
            },
            "astronaut": {
                "id": 666,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/666/?format=api",
                "name": "Ye Guangfu",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ye_guangfu_image_20211014075904.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190809.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 93,
            "name": "Shenzhou 13 Mission Patch",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252013_mission_patch_20211014074317.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": 454,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/454/?format=api",
            "name": "Shenzhou 13 EVA 2",
            "start": "2021-12-26T10:44:00Z",
            "end": "2021-12-26T16:55:00Z",
            "duration": "PT6H11M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 4676,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "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://spacelaunchnow-prod-east.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": 4677,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 666,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/666/?format=api",
                        "name": "Ye Guangfu",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P186DT22H11M34S",
                        "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": "1980-09-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chinese astronaut Ye Guangfu was born in 1980 in the Sichuan province of China. He is an air force pilot and spent four years as an instructor and four years as a jet fighter pilot amassing 1100 hours of flight time. Ye was recruited as an astronaut trainee for China’s Astronaut Center in 2010 and qualified in 2014.\r\n\r\nBirth day unkown.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ye_guangfu_image_20211014075904.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Ye_Guangfu",
                        "last_flight": "2024-04-25T12:59:00Z",
                        "first_flight": "2021-10-15T16:23:56Z"
                    }
                }
            ]
        },
        {
            "id": 453,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/453/?format=api",
            "name": "Shenzhou 13 EVA 1",
            "start": "2021-11-07T10:51:00Z",
            "end": "2021-11-07T17:16:00Z",
            "duration": "PT6H25M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 4674,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "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://spacelaunchnow-prod-east.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": 4675,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 287,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/287/?format=api",
                        "name": "Wang Yaping",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P197DT1M39S",
                        "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": "1980-01-27",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Colonel Wang Yaping is a Chinese military pilot and astronaut. Wang was the second female astronaut to be named by the CNSA, and the second Chinese woman in space.\r\n\r\nShe was a candidate for the space mission Shenzhou 9 in 2012. However, Liu Yang was selected over her for the historic mission of the first Chinese female space traveller. Wang was a member of the backup crew for SZ-9.\r\n\r\nWang became the second Chinese female astronaut as a member of the Shenzhou 10 spaceship crew, which orbited the earth in June 2013, and of the Tiangong-1 orbiting space station with which it docked. She was the first member of the crew announced, in April, while the remainder of the crew were announced in June. Wang Yaping was one of two women in space on the 50th anniversary of Vostok 6, the first spaceflight by a woman, Valentina Tereshkova. The other woman in space on 16 June 2013 was Karen Nyberg, an American astronaut aboard the International Space Station. While aboard Tiangong-1, Wang conducted scientific experiments and taught a physics lesson to Chinese students by live television broadcast.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/wang_yaping_image_20211014075922.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Wang_Yaping",
                        "last_flight": "2021-10-15T16:23:56Z",
                        "first_flight": "2013-06-11T09:38:02Z"
                    }
                }
            ]
        }
    ]
}