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=130
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=140",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=120",
    "results": [
        {
            "id": 130,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/130/?format=api",
            "name": "Salyut 7 EP-4",
            "start": "1984-07-17T17:40:54Z",
            "end": "1984-07-29T12:55:30Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 52,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/52/?format=api",
                    "name": "VE-4 EVA",
                    "start": "1984-07-25T14:55:00Z",
                    "end": "1984-07-25T18:29:00Z",
                    "duration": "PT3H34M",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/129/?format=api",
            "name": "Salyut 7 EP-3",
            "start": "1984-04-03T13:08:00Z",
            "end": "1984-04-11T10:48:48Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 128,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/128/?format=api",
            "name": "Salyut 7 EO-3",
            "start": "1984-02-08T12:07:26Z",
            "end": "1984-10-02T10:57:00Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 53,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/53/?format=api",
                    "name": "PE-3 EVA 6",
                    "start": "1984-08-08T08:46:00Z",
                    "end": "1984-08-08T13:46:00Z",
                    "duration": "PT5H",
                    "location": "Salyut 7"
                },
                {
                    "id": 51,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/51/?format=api",
                    "name": "PE-3 EVA 5",
                    "start": "1984-05-18T17:52:00Z",
                    "end": "1984-05-18T20:57:00Z",
                    "duration": "PT3H5M",
                    "location": "Salyut 7"
                },
                {
                    "id": 50,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/50/?format=api",
                    "name": "PE-3 EVA 4",
                    "start": "1984-05-03T23:15:00Z",
                    "end": "1984-05-04T02:00:00Z",
                    "duration": "PT2H45M",
                    "location": "Salyut 7"
                },
                {
                    "id": 49,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/49/?format=api",
                    "name": "PE-3 EVA 3",
                    "start": "1984-04-29T01:35:00Z",
                    "end": "1984-04-29T04:20:00Z",
                    "duration": "PT2H45M",
                    "location": "Salyut 7"
                },
                {
                    "id": 48,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/48/?format=api",
                    "name": "PE-3 EVA 2",
                    "start": "1984-04-26T02:40:00Z",
                    "end": "1984-04-26T07:40:00Z",
                    "duration": "PT5H",
                    "location": "Salyut 7"
                },
                {
                    "id": 47,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/47/?format=api",
                    "name": "PE-3 EVA 1",
                    "start": "1984-04-23T04:31:00Z",
                    "end": "1984-04-23T08:46:00Z",
                    "duration": "PT4H15M",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/127/?format=api",
            "name": "Salyut 7 EO-2",
            "start": "1983-06-27T09:12:00Z",
            "end": "1983-11-23T19:58:00Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 46,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/46/?format=api",
                    "name": "PE-2 EVA 2",
                    "start": "1983-11-03T03:47:00Z",
                    "end": "1983-11-03T06:42:00Z",
                    "duration": "PT2H55M",
                    "location": "Salyut 7"
                },
                {
                    "id": 45,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/45/?format=api",
                    "name": "PE-2 EVA 1",
                    "start": "1983-11-01T04:47:00Z",
                    "end": "1983-11-01T07:36:00Z",
                    "duration": "PT2H49M",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/126/?format=api",
            "name": "Salyut 7 EP-2",
            "start": "1982-08-19T17:11:52Z",
            "end": "1982-08-27T15:04:16Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 125,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/125/?format=api",
            "name": "Salyut 7 EP-1",
            "start": "1982-06-24T16:29:48Z",
            "end": "1982-07-02T14:20:40Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 124,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/124/?format=api",
            "name": "Salyut 7 EO-1",
            "start": "1982-05-13T09:58:05Z",
            "end": "1982-12-10T19:02:36Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/44/?format=api",
                    "name": "PE-1 EVA",
                    "start": "1982-07-30T02:39:00Z",
                    "end": "1982-07-30T05:12:00Z",
                    "duration": "PT2H33M",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "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": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/2/?format=api",
            "name": "Skylab II",
            "start": "1973-05-25T13:00:00Z",
            "end": "1973-06-22T13:49:48Z",
            "spacestation": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
                "name": "Skylab",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "mission_patches": [
                {
                    "id": 737,
                    "name": "Skylab I Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_i_patch_20221024013544.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": 33,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/33/?format=api",
                    "name": "Skylab II EVA 3",
                    "start": "1973-06-19T10:55:00Z",
                    "end": "1973-06-19T12:31:00Z",
                    "duration": "PT1H36M",
                    "location": "Skylab"
                },
                {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/32/?format=api",
                    "name": "Skylab II EVA 2",
                    "start": "1973-06-07T15:15:00Z",
                    "end": "1973-06-07T18:40:00Z",
                    "duration": "PT3H25M",
                    "location": "Skylab"
                },
                {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/31/?format=api",
                    "name": "Skylab II EVA 1",
                    "start": "1973-05-26T00:40:00Z",
                    "end": "1973-05-26T01:20:00Z",
                    "duration": "PT40M",
                    "location": "Skylab"
                }
            ]
        }
    ]
}