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

{
    "id": 19,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/19/?format=api",
    "name": "Mir EO-13",
    "start": "1993-01-24T05:58:00Z",
    "end": "1993-07-22T06:41:00Z",
    "spacestation": {
        "id": 5,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
        "name": "Mir",
        "status": {
            "id": 2,
            "name": "De-Orbited"
        },
        "founded": "1986-02-20",
        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.\r\n\r\nThe station served as a microgravity research laboratory in which crews conducted experiments in biology, human biology, physics, astronomy, meteorology and spacecraft systems with a goal of developing technologies required for permanent occupation of space.",
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
        "owners": [
            {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA"
            }
        ]
    },
    "crew": [
        {
            "id": 669,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/194/?format=api",
                "name": "Gennadi Manakov",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gennadi2520manakov_image_20181201175029.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190746.jpeg"
            }
        },
        {
            "id": 670,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 223,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/223/?format=api",
                "name": "Aleksandr Poleshchuk",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520poleshchuk_image_20181201212023.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185243.jpeg"
            }
        }
    ],
    "mission_patches": [],
    "spacewalks": [
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/89/?format=api",
            "name": "PE-13 EVA 2",
            "start": "1993-06-18T17:25:00Z",
            "end": "1993-06-18T21:58:00Z",
            "duration": "PT4H33M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3945,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 194,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/194/?format=api",
                        "name": "Gennadi Manakov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P309DT21H18M34S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1950-06-01",
                        "date_of_death": "2019-09-26",
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Gennadi Mikhailovich Manakov is a former cosmonaut who commanded two Soyuz flights.\r\nHe was selected on 2 September 1985 and flew as Commander on Soyuz TM-10 and Soyuz TM-16, retiring on 20 December 1996.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gennadi2520manakov_image_20181201175029.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Gennadi_Manakov",
                        "last_flight": "1993-01-24T05:58:05Z",
                        "first_flight": "1990-08-01T09:32:21Z"
                    }
                },
                {
                    "id": 3946,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 223,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/223/?format=api",
                        "name": "Aleksandr Poleshchuk",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P179DT42M55S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1953-10-30",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Fyodorovich Poleshchuk (Russian: Александр Фёдорович Полещук, born October 30, 1953) is a Russian cosmonaut.\r\nIn February 1989 he was selected as a test cosmonaut candidate (1989 Cosmonaut Candidates Class, Group 14, Civil Specialists). From September 1989 to January 1991 he underwent the complete course of general space training and was qualified as a test cosmonaut, and then till March 1992 he undertook advanced training for the Soyuz-TM transport vehicle and Mir station flight.\r\n\r\nIn 1992 he was selected as the backup flight engineer of the Soyuz TM-15 joint Russian-French mission, and consequently nominated as the flight engineer of the prime crew of Soyuz TM-16. In space from January 24 to July 22, 1993, he participated in a 179-day space flight with Gennady Manakov. During the flight he performed two EVAs totaling 9 hours and 58 minutes. Also testing of the androgynous peripheral docking subassembly of the Kristall module was performed.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520poleshchuk_image_20181201212023.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Poleshchuk",
                        "last_flight": "1993-01-24T05:58:05Z",
                        "first_flight": "1993-01-24T05:58:05Z"
                    }
                }
            ]
        },
        {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/88/?format=api",
            "name": "PE-13 EVA 1",
            "start": "1993-04-19T17:15:00Z",
            "end": "1993-04-19T22:40:00Z",
            "duration": "PT5H25M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3943,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 194,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/194/?format=api",
                        "name": "Gennadi Manakov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P309DT21H18M34S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1950-06-01",
                        "date_of_death": "2019-09-26",
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Gennadi Mikhailovich Manakov is a former cosmonaut who commanded two Soyuz flights.\r\nHe was selected on 2 September 1985 and flew as Commander on Soyuz TM-10 and Soyuz TM-16, retiring on 20 December 1996.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gennadi2520manakov_image_20181201175029.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Gennadi_Manakov",
                        "last_flight": "1993-01-24T05:58:05Z",
                        "first_flight": "1990-08-01T09:32:21Z"
                    }
                },
                {
                    "id": 3944,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 223,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/223/?format=api",
                        "name": "Aleksandr Poleshchuk",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P179DT42M55S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1953-10-30",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Fyodorovich Poleshchuk (Russian: Александр Фёдорович Полещук, born October 30, 1953) is a Russian cosmonaut.\r\nIn February 1989 he was selected as a test cosmonaut candidate (1989 Cosmonaut Candidates Class, Group 14, Civil Specialists). From September 1989 to January 1991 he underwent the complete course of general space training and was qualified as a test cosmonaut, and then till March 1992 he undertook advanced training for the Soyuz-TM transport vehicle and Mir station flight.\r\n\r\nIn 1992 he was selected as the backup flight engineer of the Soyuz TM-15 joint Russian-French mission, and consequently nominated as the flight engineer of the prime crew of Soyuz TM-16. In space from January 24 to July 22, 1993, he participated in a 179-day space flight with Gennady Manakov. During the flight he performed two EVAs totaling 9 hours and 58 minutes. Also testing of the androgynous peripheral docking subassembly of the Kristall module was performed.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520poleshchuk_image_20181201212023.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Poleshchuk",
                        "last_flight": "1993-01-24T05:58:05Z",
                        "first_flight": "1993-01-24T05:58:05Z"
                    }
                }
            ]
        }
    ]
}