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

{
    "id": 45,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/45/?format=api",
    "name": "Expedition 11",
    "start": "2005-04-17T02:19:00Z",
    "end": "2005-10-10T21:49: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": 604,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 174,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                "name": "Sergei Krikalev",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191103.jpeg"
            }
        },
        {
            "id": 605,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 507,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/507/?format=api",
                "name": "John L. Phillips",
                "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/john_l._phillip_image_20220911033649.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190140.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 668,
            "name": "Expedition 11 Patch",
            "priority": 9,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_11_patch_20221024013439.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": 316,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/316/?format=api",
            "name": "Expedition 11 EVA",
            "start": "2005-08-18T19:02:00Z",
            "end": "2005-08-19T00:00:00Z",
            "duration": "PT4H58M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4400,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 174,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                        "name": "Sergei Krikalev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P803DT13H47M10S",
                        "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": "1958-08-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
                        "last_flight": "2005-04-15T00:46:25Z",
                        "first_flight": "1988-11-26T15:49:34Z"
                    }
                },
                {
                    "id": 4401,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 507,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/507/?format=api",
                        "name": "John L. Phillips",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P203DT17H22M53S",
                        "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": "1951-04-15",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "John Lynch Phillips is a NASA astronaut. Phillips is also a Naval Aviator and retired captain, United States Navy Reserve. Phillips has received numerous awards and special honors. He is a National Merit Scholar, graduated 2nd in his class of 906 people at the U.S. Naval Academy in 1972. Phillips has also been awarded the NASA Space Flight Medal, NASA Distinguished Service Medal, the Gagarin Medal and several others. Phillips has logged over 4,400 flight hours and 250 aircraft carrier landings, flying the A-7 Corsair II carrier-based light attack aircraft while on active duty in the Regular Navy and subsequently during his time as a Navy Reservist from 1982 to 2002. At the time of his retirement, Phillips had retained the rank of captain.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/john_l._phillip_image_20220911033649.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/John_L._Phillips",
                        "last_flight": "2009-03-15T23:43:00Z",
                        "first_flight": "2001-04-19T18:40:42Z"
                    }
                }
            ]
        }
    ]
}