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

{
    "id": 80,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/80/?format=api",
    "name": "Expedition 46",
    "start": "2015-12-11T09:49:00Z",
    "end": "2016-03-02T01:02: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": 525,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 489,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/489/?format=api",
                "name": "Scott Kelly",
                "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/scott_kelly_image_20220911033557.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190409.jpeg"
            }
        },
        {
            "id": 2221,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/3/?format=api",
                "name": "Tim Peake",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tim_peake_image_20230120154350.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185843.jpeg"
            }
        },
        {
            "id": 481,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 169,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/169/?format=api",
                "name": "Mikhail Kornienko",
                "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/mikhail2520kornienko_image_20181129233541.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185341.jpeg"
            }
        },
        {
            "id": 476,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 549,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/549/?format=api",
                "name": "Timothy Kopra",
                "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/timothy_kopra_image_20220911033908.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190242.jpeg"
            }
        },
        {
            "id": 845,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 282,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/282/?format=api",
                "name": "Sergey Aleksandrovich Volkov",
                "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/sergey2520volkov_image_20181201224637.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190256.jpeg"
            }
        },
        {
            "id": 3022,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/190/?format=api",
                "name": "Yuri Malenchenko",
                "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/yuri2520malenchenko_image_20181201174359.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185848.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 706,
            "name": "Expedition 46 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_46_patch_20221024013512.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": 380,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/380/?format=api",
            "name": "Expedition 46 EVA 3",
            "start": "2016-02-03T12:55:00Z",
            "end": "2016-02-03T17:40:00Z",
            "duration": "PT4H45M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4528,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 190,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/190/?format=api",
                        "name": "Yuri Malenchenko",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P827DT9H21M40S",
                        "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-12-22",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Yuri Ivanovich Malenchenko (Russian: Юрий Иванович Маленченко; born December 22, 1961) is a retired Russian cosmonaut. Malenchenko became the first person to marry in space, on 10 August 2003, when he married Ekaterina Dmitrieva, who was in Texas, while he was 240 miles over New Zealand, on the International Space Station. As of June 2016, Malenchenko ranks second for career time in space due to his time on both Mir and the International Space Station (ISS). He is a former Commander of the International Space Station.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yuri2520malenchenko_image_20181201174359.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Yuri_Malenchenko",
                        "last_flight": "2015-12-15T11:03:09Z",
                        "first_flight": "1994-07-01T12:24:50Z"
                    }
                },
                {
                    "id": 4529,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 282,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/282/?format=api",
                        "name": "Sergey Aleksandrovich Volkov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P547DT22H20M53S",
                        "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": "1973-04-01",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergey Aleksandrovich Volkov is a retired Russian cosmonaut and engineer. He was a member of three missions to the International Space Station, spending more than a year in total in space. During his missions he did four spacewalks lasting more than 23 hours in total. Volkov retired from the Cosmonaut group in February 2017.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergey2520volkov_image_20181201224637.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergey_Volkov_(cosmonaut)",
                        "last_flight": "2015-09-02T04:37:43Z",
                        "first_flight": "2008-04-08T11:16:39Z"
                    }
                }
            ]
        },
        {
            "id": 379,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/379/?format=api",
            "name": "Expedition 46 EVA 2",
            "start": "2016-01-15T13:48:00Z",
            "end": "2016-01-15T18:31:00Z",
            "duration": "PT4H43M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4526,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 549,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/549/?format=api",
                        "name": "Timothy Kopra",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P244DT1H1M41S",
                        "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": "1963-04-09",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Timothy Lennart \"Tim\" Kopra is an engineer, a Colonel in the United States Army and a retired NASA astronaut. He served aboard the International Space Station as a flight engineer for Expedition 20, returning to Earth aboard Space Shuttle Discovery on the STS-128 mission on September 11, 2009. He returned to the ISS for the second time in December 2015, as part of Expedition 46 and as the Commander of 47.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/timothy_kopra_image_20220911033908.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Timothy_Kopra",
                        "last_flight": "2015-12-15T11:03:09Z",
                        "first_flight": "2009-07-15T22:03:10Z"
                    }
                },
                {
                    "id": 4527,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 3,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/3/?format=api",
                        "name": "Tim Peake",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P185DT22H11M51S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1972-04-07",
                        "date_of_death": null,
                        "nationality": "British",
                        "twitter": "https://twitter.com/astro_timpeake",
                        "instagram": "https://www.instagram.com/astro_timpeake/",
                        "bio": "Major Timothy Nigel Peake CMG is a British Army Air Corps officer, former European Space Agency astronaut and International Space Station (ISS) crew member.  He is the first British ESA astronaut, the second astronaut to bear a flag of the United Kingdom patch, the sixth person born in the United Kingdom to go on board the International Space Station and the seventh UK-born person in space. He began the ESA's intensive astronaut basic training course in September 2009 and graduated on 22 November 2010",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tim_peake_image_20230120154350.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Tim_Peake",
                        "last_flight": "2015-12-15T11:03:09Z",
                        "first_flight": "2015-12-15T11:03:09Z"
                    }
                }
            ]
        },
        {
            "id": 378,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/378/?format=api",
            "name": "Expedition 46 EVA 1",
            "start": "2015-12-21T13:45:00Z",
            "end": "2015-12-21T16:01:00Z",
            "duration": "PT2H16M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4524,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 489,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/489/?format=api",
                        "name": "Scott Kelly",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P520DT10H32M26S",
                        "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": "1964-02-21",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/StationCDRKelly",
                        "instagram": "https://www.instagram.com/stationcdrkelly/",
                        "bio": "Scott Joseph Kelly is an engineer, retired American astronaut, and a retired U.S. Navy Captain. A veteran of four space flights, Kelly commanded the International Space Station (ISS) on Expeditions 26, 45, and 46.\r\n\r\nKelly's first spaceflight was as pilot of Space Shuttle Discovery, during STS-103 in December 1999. This was the third servicing mission to the Hubble Space Telescope, and lasted for just under eight days. Kelly's second spaceflight was as mission commander of STS-118, a 12-day Space Shuttle mission to the International Space Station in August 2007. Kelly's third spaceflight was as commander of Expedition 26 on the ISS. He arrived 9 October 2010, on a Russian Soyuz spacecraft, during Expedition 25, and served as a flight engineer until it ended. He took over command of the station on 25 November 2010, at the start of Expedition 26 which began officially when the spacecraft Soyuz TMA-19 undocked, carrying the previous commander of the station, Douglas H. Wheelock. Expedition 26 ended on 16 March 2011 with the departure of Soyuz TMA-01M. This was Kelly's first long-duration spaceflight.\r\n\r\nIn November 2012, Kelly was selected, along with Mikhail Korniyenko, for a year-long mission to the International Space Station. Their year in space commenced 27 March 2015 with the start of Expedition 43, continued through the entirety of Expeditions 44, and 45, both of which Kelly commanded. He passed command to Timothy Kopra on 29 February 2016, when the ISS 11-month mission ended. He returned to Earth aboard Soyuz TMA-18M on 1 March 2016.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott_kelly_image_20220911033557.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Scott_Kelly_(astronaut)",
                        "last_flight": "2015-03-27T19:42:57Z",
                        "first_flight": "1999-12-20T00:50:00Z"
                    }
                },
                {
                    "id": 4525,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 549,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/549/?format=api",
                        "name": "Timothy Kopra",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P244DT1H1M41S",
                        "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": "1963-04-09",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Timothy Lennart \"Tim\" Kopra is an engineer, a Colonel in the United States Army and a retired NASA astronaut. He served aboard the International Space Station as a flight engineer for Expedition 20, returning to Earth aboard Space Shuttle Discovery on the STS-128 mission on September 11, 2009. He returned to the ISS for the second time in December 2015, as part of Expedition 46 and as the Commander of 47.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/timothy_kopra_image_20220911033908.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Timothy_Kopra",
                        "last_flight": "2015-12-15T11:03:09Z",
                        "first_flight": "2009-07-15T22:03:10Z"
                    }
                }
            ]
        }
    ]
}