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=120
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=130",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=110",
    "results": [
        {
            "id": 123,
            "url": "https://ll.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://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg"
            },
            "mission_patches": [
                {
                    "id": 173,
                    "name": "Shenzhou 11 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou-11252_mission_patch_20211031042607.png",
                    "agency": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/111/?format=api",
            "name": "Salyut 6 EP-5",
            "start": "1980-05-26T18:20:39Z",
            "end": "1980-06-03T15:06:24Z",
            "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": 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": 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": 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": 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": 135,
            "url": "https://ll.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://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": 56,
                    "url": "https://ll.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": 55,
                    "url": "https://ll.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": 134,
            "url": "https://ll.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://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": 133,
            "url": "https://ll.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://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": []
        }
    ]
}