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

{
    "count": 161,
    "next": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=70",
    "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=50",
    "results": [
        {
            "id": 5,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/5/?format=api",
            "name": "Soyuz 10",
            "start": "1971-04-23T23:54:06Z",
            "end": "1971-04-24T23:40:00Z",
            "spacestation": {
                "id": 9,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/9/?format=api",
                "name": "Salyut 1",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 6,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/6/?format=api",
            "name": "Soyuz 11",
            "start": "1971-06-06T04:55:09Z",
            "end": "1971-06-29T23:16:52Z",
            "spacestation": {
                "id": 9,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/9/?format=api",
                "name": "Salyut 1",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 123,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/123/?format=api",
            "name": "Shenzhou 11",
            "start": "2016-10-18T17:24:00Z",
            "end": "2016-11-14T04:41:00Z",
            "spacestation": {
                "id": 8,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/8/?format=api",
                "name": "Tiangong 2",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg"
            },
            "mission_patches": [
                {
                    "id": 173,
                    "name": "Shenzhou 11 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou-11252_mission_patch_20211031042607.png",
                    "agency": {
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 94,
            "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 95,
            "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 122,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/122/?format=api",
            "name": "Shenzhou 10",
            "start": "2013-06-13T05:11:00Z",
            "end": "2013-06-25T21:07:00Z",
            "spacestation": {
                "id": 7,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/7/?format=api",
                "name": "Tiangong 1",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
            },
            "mission_patches": [
                {
                    "id": 172,
                    "name": "Shenzhou 10 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou-10252_mission_patch_20211031042606.png",
                    "agency": {
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/121/?format=api",
            "name": "Shenzhou 9",
            "start": "2012-06-18T06:07:00Z",
            "end": "2012-06-28T01:22:00Z",
            "spacestation": {
                "id": 7,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/7/?format=api",
                "name": "Tiangong 1",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
            },
            "mission_patches": [
                {
                    "id": 589,
                    "name": "Shenzhou 9 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou25209_mission_patch_20240529071629.png",
                    "agency": {
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 35,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/35/?format=api",
            "name": "Expedition 1",
            "start": "2000-11-02T09:21:03Z",
            "end": "2001-03-19T04:32:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 660,
                    "name": "Expedition 1 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_1_patch_20221024013436.png",
                    "agency": {
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 36,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/36/?format=api",
            "name": "Expedition 2",
            "start": "2001-03-08T11:42:09Z",
            "end": "2001-08-22T18:22:58Z",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 677,
                    "name": "Expedition 2 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_2_patch_20221024013443.png",
                    "agency": {
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 297,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/297/?format=api",
                    "name": "Expedition 2 EVA",
                    "start": "2001-06-08T14:21:00Z",
                    "end": "2001-06-08T14:40:00Z",
                    "duration": "PT19M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/37/?format=api",
            "name": "Expedition 3",
            "start": "2001-08-12T18:41:00Z",
            "end": "2001-12-15T17:28:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 688,
                    "name": "Expedition 3 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_3_patch_20221024013459.png",
                    "agency": {
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 298,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/298/?format=api",
                    "name": "Expedition 3 EVA 1",
                    "start": "2001-10-08T14:24:00Z",
                    "end": "2001-10-08T19:22:00Z",
                    "duration": "PT4H58M",
                    "location": "International Space Station"
                },
                {
                    "id": 299,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/299/?format=api",
                    "name": "Expedition 3 EVA 2",
                    "start": "2001-10-15T09:17:00Z",
                    "end": "2001-10-15T15:08:00Z",
                    "duration": "PT5H51M",
                    "location": "International Space Station"
                },
                {
                    "id": 300,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/300/?format=api",
                    "name": "Expedition 3 EVA 3",
                    "start": "2001-11-12T21:41:00Z",
                    "end": "2001-11-13T02:46:00Z",
                    "duration": "PT5H5M",
                    "location": "International Space Station"
                },
                {
                    "id": 301,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/301/?format=api",
                    "name": "Expedition 3 EVA 4",
                    "start": "2001-12-03T13:20:00Z",
                    "end": "2001-12-03T16:06:00Z",
                    "duration": "PT2H46M",
                    "location": "International Space Station"
                }
            ]
        }
    ]
}