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

{
    "id": 93,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/93/?format=api",
    "name": "Expedition 59",
    "start": "2019-03-15T01:01:00Z",
    "end": "2019-06-24T23:25: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://spacelaunchnow-prod-east.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": 3,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/168/?format=api",
                "name": "Oleg Kononenko",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520kononenko_image_20181129233442.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190205.jpeg"
            }
        },
        {
            "id": 5,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/7/?format=api",
                "name": "Anne McClain",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185442.jpeg"
            }
        },
        {
            "id": 3060,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 635,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                "name": "Christina Koch",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185818.jpeg"
            }
        },
        {
            "id": 4,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/6/?format=api",
                "name": "David Saint-Jacques",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "type": "Government"
                },
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/david_saint-jac_image_20220911034207.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191004.jpeg"
            }
        },
        {
            "id": 61,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/9/?format=api",
                "name": "Nick Hague",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nick_hague_image_20220911034312.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190648.jpeg"
            }
        },
        {
            "id": 861,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 216,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/216/?format=api",
                "name": "Aleksey Ovchinin",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksey2520ovchinin_image_20181201184641.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190611.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 720,
            "name": "Expedition 59 Patch",
            "priority": 9,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_59_patch_20221024013519.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": 404,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/404/?format=api",
            "name": "Expedition 59 EVA 4",
            "start": "2019-05-29T15:42:00Z",
            "end": "2019-05-29T21:43:00Z",
            "duration": "PT6H1M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4576,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 168,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/168/?format=api",
                        "name": "Oleg Kononenko",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P963DT1H39M56S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "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": "1964-06-21",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Oleg Dmitriyevich Kononenko (Russian: Олег Дмитриевич Кононенко) is a Russian cosmonaut. He has flown to the International Space Station three times, as a flight engineer for Expedition 17 aboard Soyuz TMA-12, as a flight engineer on Expedition 30 and commander of Expedition 31 aboard Soyuz TMA-03M, and as a flight engineer on Expedition 44 and Expedition 45 aboard Soyuz TMA-17M. Kononenko has accumulated over 533 days in orbit during three long duration flights to ISS.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520kononenko_image_20181129233442.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Oleg_Kononenko",
                        "last_flight": "2023-09-15T15:44:35Z",
                        "first_flight": "2008-04-08T11:16:39Z"
                    }
                },
                {
                    "id": 4577,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 216,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/216/?format=api",
                        "name": "Aleksey Ovchinin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P374DT19H49M55S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "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": "1971-09-28",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksey Nikolayevich Ovchinin born 28 September 1971 in Rybinsk, Yaroslavl Oblast, Russian SFSR is a Russian Air Force Major and cosmonaut, who was selected in 2006. Ovchinin made his first spaceflight in 2016, and was assigned as Commander of Soyuz MS-10 in 2018.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksey2520ovchinin_image_20181201184641.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2016-03-18T21:26:42Z"
                    }
                }
            ]
        },
        {
            "id": 403,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/403/?format=api",
            "name": "Expedition 59 EVA 3",
            "start": "2019-04-08T11:31:00Z",
            "end": "2019-04-08T18:00:00Z",
            "duration": "PT6H29M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4574,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/7/?format=api",
                        "name": "Anne McClain",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P203DT12H28M8S",
                        "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"
                        },
                        "date_of_birth": "1979-06-07",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroAnnimal",
                        "instagram": null,
                        "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anne_McClain",
                        "last_flight": "2018-12-03T11:31:52Z",
                        "first_flight": "2018-12-03T11:31:52Z"
                    }
                },
                {
                    "id": 4575,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/6/?format=api",
                        "name": "David Saint-Jacques",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P203DT12H28M8S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        "date_of_birth": "1970-01-06",
                        "date_of_death": null,
                        "nationality": "Canadian",
                        "twitter": "https://twitter.com/Astro_DavidS",
                        "instagram": "https://www.instagram.com/astrodavids/",
                        "bio": "David Saint-Jacques is a Canadian astronaut with the Canadian Space Agency (CSA).\r\nHe was also an engineer, an astrophysicist, and a physician prior to joining the CSA.\r\nHe was selected to join the CSA in the 2009 CSA selection along with Jeremy Hansen.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/david_saint-jac_image_20220911034207.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/David_Saint-Jacques",
                        "last_flight": "2018-12-03T11:31:52Z",
                        "first_flight": "2018-12-03T11:31:52Z"
                    }
                }
            ]
        },
        {
            "id": 402,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/402/?format=api",
            "name": "Expedition 59 EVA 2",
            "start": "2019-03-29T11:42:00Z",
            "end": "2019-03-29T18:27:00Z",
            "duration": "PT6H45M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4572,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/9/?format=api",
                        "name": "Nick Hague",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P202DT16H3M37S",
                        "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"
                        },
                        "date_of_birth": "1975-09-24",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroHague",
                        "instagram": "https://www.instagram.com/astrohague/",
                        "bio": "Tyler Nicklaus Hague is an American Flight Test Engineer and a NASA astronaut of the class of 2013.\r\nSelected to be a flight engineer of Expedition 57 / 58 to the International Space Station, he launched on board Soyuz MS-10, which aborted shortly after launch on October 11, 2018.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nick_hague_image_20220911034312.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Nick_Hague",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2018-10-11T08:40:15Z"
                    }
                },
                {
                    "id": 4573,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 635,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                        "name": "Christina Koch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P328DT13H58M37S",
                        "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"
                        },
                        "date_of_birth": "1979-01-29",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Christina",
                        "instagram": "https://www.instagram.com/Astro_Christina/",
                        "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2019-03-14T19:14:08Z"
                    }
                }
            ]
        },
        {
            "id": 401,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/401/?format=api",
            "name": "Expedition 59 EVA 1",
            "start": "2019-03-22T12:01:00Z",
            "end": "2019-03-22T18:40:00Z",
            "duration": "PT6H39M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4570,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/7/?format=api",
                        "name": "Anne McClain",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P203DT12H28M8S",
                        "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"
                        },
                        "date_of_birth": "1979-06-07",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroAnnimal",
                        "instagram": null,
                        "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anne_McClain",
                        "last_flight": "2018-12-03T11:31:52Z",
                        "first_flight": "2018-12-03T11:31:52Z"
                    }
                },
                {
                    "id": 4571,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/9/?format=api",
                        "name": "Nick Hague",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P202DT16H3M37S",
                        "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"
                        },
                        "date_of_birth": "1975-09-24",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroHague",
                        "instagram": "https://www.instagram.com/astrohague/",
                        "bio": "Tyler Nicklaus Hague is an American Flight Test Engineer and a NASA astronaut of the class of 2013.\r\nSelected to be a flight engineer of Expedition 57 / 58 to the International Space Station, he launched on board Soyuz MS-10, which aborted shortly after launch on October 11, 2018.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nick_hague_image_20220911034312.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Nick_Hague",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2018-10-11T08:40:15Z"
                    }
                }
            ]
        }
    ]
}