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=50
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=60",
    "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=40",
    "results": [
        {
            "id": 129,
            "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 130,
            "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 52,
                    "url": "https://lldev.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": 131,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/131/?format=api",
            "name": "Salyut 7 EO-4-1a",
            "start": "1985-06-06T06:39:52Z",
            "end": "1985-11-21T10:31:00Z",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 132,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/132/?format=api",
            "name": "Salyut 7 EO-4-1b",
            "start": "1985-06-06T06:39:52Z",
            "end": "1985-09-26T09:51:58Z",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 54,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/54/?format=api",
                    "name": "PE-4 EVA",
                    "start": "1985-08-02T07:15:00Z",
                    "end": "1985-08-02T12:15:00Z",
                    "duration": "PT5H",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "id": 133,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/133/?format=api",
            "name": "Salyut 7 EP-5",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-09-26T09:51:58Z",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 134,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/134/?format=api",
            "name": "Salyut 7 EO-4-2",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-11-21T10:31:00Z",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 135,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/135/?format=api",
            "name": "Salyut 7 EO-5",
            "start": "1986-03-13T12:33:09Z",
            "end": "1986-07-16T12:34:05Z",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 55,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/55/?format=api",
                    "name": "PE-6 EVA 1",
                    "start": "1986-05-28T05:43:00Z",
                    "end": "1986-05-28T09:33:00Z",
                    "duration": "PT3H50M",
                    "location": "Salyut 7"
                },
                {
                    "id": 56,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/56/?format=api",
                    "name": "PE-6 EVA 2",
                    "start": "1986-05-31T04:57:00Z",
                    "end": "1986-05-31T09:57:00Z",
                    "duration": "PT5H",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/4/?format=api",
            "name": "Skylab IV",
            "start": "1973-11-16T14:01:23Z",
            "end": "1974-02-08T15:16:53Z",
            "spacestation": {
                "id": 6,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "mission_patches": [
                {
                    "id": 739,
                    "name": "Skylab III Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_iii_patch_20221024013553.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": 3,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/3/?format=api",
            "name": "Skylab III",
            "start": "1973-07-28T11:10:50Z",
            "end": "1973-09-25T22:19:51Z",
            "spacestation": {
                "id": 6,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "mission_patches": [
                {
                    "id": 738,
                    "name": "Skylab II Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_ii_patch_20221024013549.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": 2,
            "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "mission_patches": [
                {
                    "id": 737,
                    "name": "Skylab I Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_i_patch_20221024013544.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": []
        }
    ]
}