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

{
    "count": 159,
    "next": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=100&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=80&ordering=id",
    "results": [
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/92/?format=api",
            "name": "Expedition 58",
            "start": "2018-12-20T01:40:00Z",
            "end": "2019-03-15T01:01: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"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 719,
                    "name": "Expedition 58 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_58_patch_20221024013518.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": 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"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 720,
                    "name": "Expedition 59 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.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"
                },
                {
                    "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"
                },
                {
                    "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"
                },
                {
                    "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"
                }
            ]
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/94/?format=api",
            "name": "Soyuz 14",
            "start": "1974-07-03T18:51:08Z",
            "end": "1974-07-19T12:21:36Z",
            "spacestation": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
                "name": "Salyut 3",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/95/?format=api",
            "name": "Soyuz 15",
            "start": "1974-08-26T19:58:05Z",
            "end": "1974-08-28T20:10:16Z",
            "spacestation": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
                "name": "Salyut 3",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 96,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/96/?format=api",
            "name": "Soyuz 17",
            "start": "1975-01-11T21:43:37Z",
            "end": "1975-02-10T11:03:22Z",
            "spacestation": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/12/?format=api",
                "name": "Salyut 4",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25204_image_20190310081804.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/97/?format=api",
            "name": "Soyuz 18",
            "start": "1975-05-24T14:58:10Z",
            "end": "1975-07-26T14:18:18Z",
            "spacestation": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/12/?format=api",
                "name": "Salyut 4",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25204_image_20190310081804.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/98/?format=api",
            "name": "Soyuz 21",
            "start": "1976-07-06T12:08:45Z",
            "end": "1976-08-24T18:32:17Z",
            "spacestation": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
                "name": "Salyut 5",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 99,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/99/?format=api",
            "name": "Soyuz 23",
            "start": "1976-10-14T17:39:18Z",
            "end": "1976-10-16T17:45:53Z",
            "spacestation": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
                "name": "Salyut 5",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/100/?format=api",
            "name": "Soyuz 24",
            "start": "1977-02-07T16:11:50Z",
            "end": "1977-02-25T09:37:48Z",
            "spacestation": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
                "name": "Salyut 5",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 101,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/101/?format=api",
            "name": "Soyuz 25",
            "start": "1977-10-09T02:40:35Z",
            "end": "1977-10-11T03:25:20Z",
            "spacestation": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                "name": "Salyut 6",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        }
    ]
}