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

{
    "id": 38,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/38/?format=api",
    "name": "Expedition 4",
    "start": "2001-12-07T20:03:00Z",
    "end": "2002-06-15T14:32:00Z",
    "spacestation": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "status": {
            "id": 1,
            "name": "Active"
        },
        "founded": "1998-11-20",
        "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
        "owners": [
            {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "abbrev": "CSA"
            },
            {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "abbrev": "ESA"
            },
            {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "abbrev": "JAXA"
            },
            {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA"
            },
            {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA"
            }
        ]
    },
    "crew": [
        {
            "id": 660,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 215,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/215/?format=api",
                "name": "Yury Onufriyenko",
                "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/yury2520onufriyenko_image_20181201184528.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191102.jpeg"
            }
        },
        {
            "id": 815,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 438,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/438/?format=api",
                "name": "Carl E. Walz",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl_e._walz_image_20220911033826.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190014.jpeg"
            }
        },
        {
            "id": 814,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 428,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/428/?format=api",
                "name": "Daniel W. Bursch",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/daniel_w._bursc_image_20220911034507.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191036.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 661,
            "name": "Expedition 4 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_4_patch_20221024013436.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        },
        {
            "id": 699,
            "name": "Expedition 4 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_4_patch_20221024013508.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        }
    ],
    "spacewalks": [
        {
            "id": 304,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/304/?format=api",
            "name": "Expedition 4 EVA 3",
            "start": "2002-02-20T11:38:00Z",
            "end": "2002-02-20T17:25:00Z",
            "duration": "PT5H47M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4376,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 438,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/438/?format=api",
                        "name": "Carl E. Walz",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P230DT13H3M33S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1955-09-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Carl Erwin Walz is a former NASA astronaut currently working for Orbital Sciences Corporation's Advanced Programs Group as Vice President for Human Space Flight Operations. Walz was formerly assigned to the Exploration Systems Mission Directorate at NASA Headquarters in Washington, DC. He was the Acting Director for the Advanced Capabilities Division in the Exploration Systems Mission Directorate, and was responsible for a broad range of activities to include Human Research, Technology Development, Nuclear Power and Propulsion and the Lunar Robotic Exploration Programs to support the Vision for Space Exploration.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl_e._walz_image_20220911033826.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Carl_E._Walz",
                        "last_flight": "2001-12-05T22:19:28Z",
                        "first_flight": "1993-09-12T11:45:00Z"
                    }
                },
                {
                    "id": 4377,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 428,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/428/?format=api",
                        "name": "Daniel W. Bursch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P226DT22H15M22S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1957-07-25",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Daniel Wheeler Bursch is a former NASA astronaut, and Captain of the United States Navy. He had four spaceflights, the first three of which were Space Shuttle missions lasting 10 to 11 days each. His fourth and final spaceflight was a long-duration stay aboard the International Space Station as a crew member of Expedition 4, which lasted from December 2001 to June 2002. This 196-day mission set a new record for the longest duration spaceflight for an American astronaut, a record simultaneously set with his crew mate Carl Walz. Their record has since been broken, and as of 2016 it is held by Scott Kelly, who flew a 340 day mission during Expeditions 43, 44 and 45.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/daniel_w._bursc_image_20220911034507.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Daniel_W._Bursch",
                        "last_flight": "2001-12-05T22:19:28Z",
                        "first_flight": "1993-09-12T11:45:00Z"
                    }
                }
            ]
        },
        {
            "id": 303,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/303/?format=api",
            "name": "Expedition 4 EVA 2",
            "start": "2002-01-25T15:19:00Z",
            "end": "2002-01-25T21:18:00Z",
            "duration": "PT5H59M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4374,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 215,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/215/?format=api",
                        "name": "Yury Onufriyenko",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P389DT14H46M12S",
                        "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": "1961-02-06",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Col. Yuri Ivanovich Onufriyenko (Russian: Юрий Иванович Онуфриенко, Ukrainian: Юрій Іванович Онуфрієнко) (born 6 February 1961) is a retired Russian cosmonaut. He is a veteran of two extended spaceflights, aboard the space station Mir in 1996 and aboard the International Space Station in 2001-2002.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yury2520onufriyenko_image_20181201184528.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Yury_Onufriyenko",
                        "last_flight": "2001-12-05T22:19:28Z",
                        "first_flight": "1996-02-21T12:34:05Z"
                    }
                },
                {
                    "id": 4375,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 428,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/428/?format=api",
                        "name": "Daniel W. Bursch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P226DT22H15M22S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1957-07-25",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Daniel Wheeler Bursch is a former NASA astronaut, and Captain of the United States Navy. He had four spaceflights, the first three of which were Space Shuttle missions lasting 10 to 11 days each. His fourth and final spaceflight was a long-duration stay aboard the International Space Station as a crew member of Expedition 4, which lasted from December 2001 to June 2002. This 196-day mission set a new record for the longest duration spaceflight for an American astronaut, a record simultaneously set with his crew mate Carl Walz. Their record has since been broken, and as of 2016 it is held by Scott Kelly, who flew a 340 day mission during Expeditions 43, 44 and 45.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/daniel_w._bursc_image_20220911034507.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Daniel_W._Bursch",
                        "last_flight": "2001-12-05T22:19:28Z",
                        "first_flight": "1993-09-12T11:45:00Z"
                    }
                }
            ]
        },
        {
            "id": 302,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/302/?format=api",
            "name": "Expedition 4 EVA 1",
            "start": "2002-01-14T20:59:00Z",
            "end": "2002-01-15T03:02:00Z",
            "duration": "PT6H3M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4372,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 215,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/215/?format=api",
                        "name": "Yury Onufriyenko",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P389DT14H46M12S",
                        "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": "1961-02-06",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Col. Yuri Ivanovich Onufriyenko (Russian: Юрий Иванович Онуфриенко, Ukrainian: Юрій Іванович Онуфрієнко) (born 6 February 1961) is a retired Russian cosmonaut. He is a veteran of two extended spaceflights, aboard the space station Mir in 1996 and aboard the International Space Station in 2001-2002.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yury2520onufriyenko_image_20181201184528.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Yury_Onufriyenko",
                        "last_flight": "2001-12-05T22:19:28Z",
                        "first_flight": "1996-02-21T12:34:05Z"
                    }
                },
                {
                    "id": 4373,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 438,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/438/?format=api",
                        "name": "Carl E. Walz",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P230DT13H3M33S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1955-09-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Carl Erwin Walz is a former NASA astronaut currently working for Orbital Sciences Corporation's Advanced Programs Group as Vice President for Human Space Flight Operations. Walz was formerly assigned to the Exploration Systems Mission Directorate at NASA Headquarters in Washington, DC. He was the Acting Director for the Advanced Capabilities Division in the Exploration Systems Mission Directorate, and was responsible for a broad range of activities to include Human Research, Technology Development, Nuclear Power and Propulsion and the Lunar Robotic Exploration Programs to support the Vision for Space Exploration.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl_e._walz_image_20220911033826.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Carl_E._Walz",
                        "last_flight": "2001-12-05T22:19:28Z",
                        "first_flight": "1993-09-12T11:45:00Z"
                    }
                }
            ]
        }
    ]
}