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

{
    "id": 56,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/56/?format=api",
    "name": "Expedition 22",
    "start": "2009-12-01T03:56:00Z",
    "end": "2010-03-18T08:03: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": 3034,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 514,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/514/?format=api",
                "name": "Jeffrey Williams",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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/jeffrey2520williams_image_20181203162114.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185808.jpeg"
            }
        },
        {
            "id": 2551,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 526,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/526/?format=api",
                "name": "Timothy Creamer",
                "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/timothy2520creamer_image_20181203163824.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190925.jpeg"
            }
        },
        {
            "id": 3033,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 260,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/260/?format=api",
                "name": "Maksim Surayev",
                "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/maksim2520surayev_image_20181201221714.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185954.jpeg"
            }
        },
        {
            "id": 3016,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 171,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/171/?format=api",
                "name": "Oleg Kotov",
                "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/oleg2520kotov_image_20181129233807.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190847.jpeg"
            }
        },
        {
            "id": 2554,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 211,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/211/?format=api",
                "name": "Soichi Noguchi",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soichi_noguchi_image_20200402084741.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191040.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 680,
            "name": "Expedition 22 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_22_patch_20221024013445.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": 339,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/339/?format=api",
            "name": "Expedition 22 EVA",
            "start": "2010-01-14T10:05:00Z",
            "end": "2010-01-14T15:49:00Z",
            "duration": "PT5H44M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4446,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 171,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/171/?format=api",
                        "name": "Oleg Kotov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P526DT5H3M1S",
                        "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": "1965-10-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Oleg Valeriyevich Kotov (Russian: Олег Валериевич Котов) was born on October 27, 1965, in Simferopol, Crimean oblast in the Ukrainian SSR. After a career as a physician assigned to the Soviet space program, he joined the Russian cosmonaut corps. He has flown two long duration spaceflights on the International Space Station logging just short of a year in space. Most recently, Kotov flew on the Soyuz TMA-10M/Expedition 37/Expedition 38 long duration spaceflight, from September 2013 until March 2014.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oleg2520kotov_image_20181129233807.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Oleg_Kotov",
                        "last_flight": "2013-09-25T20:58:50Z",
                        "first_flight": "2007-04-07T17:31:09Z"
                    }
                },
                {
                    "id": 4447,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 260,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/260/?format=api",
                        "name": "Maksim Surayev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P334DT12H9M34S",
                        "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": "1972-05-24",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Maksim Viktorovich Surayev (Russian: Максим Викторович Сураев, born May 24, 1972) is a retired Russian cosmonaut and politician.\r\nFrom December 1997 to November 1999, Surayev completed basic space training. In November 1999 he was qualified as a test-cosmonaut. From January 2000 he was in ISS advanced training. From March 2006 until April 2008 Surayev was assigned as a backup ISS Expedition 17 crewmember. From April 2008 until March 2009 he was a member of the ISS Expedition 19 backup crew.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maksim2520surayev_image_20181201221714.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Maksim_Surayev",
                        "last_flight": "2014-05-28T19:57:41Z",
                        "first_flight": "2009-09-30T07:14:45Z"
                    }
                }
            ]
        }
    ]
}