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": 160,
    "next": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=140",
    "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=120",
    "results": [
        {
            "id": 9,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/9/?format=api",
            "name": "Mir EO-3",
            "start": "1987-12-21T11:18:00Z",
            "end": "1988-12-21T09:57:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 62,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/62/?format=api",
                    "name": "PE-3 EVA 3",
                    "start": "1988-10-20T05:59:00Z",
                    "end": "1988-10-20T10:11:00Z",
                    "duration": "PT4H12M",
                    "location": "Mir"
                },
                {
                    "id": 60,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/60/?format=api",
                    "name": "PE-3 EVA 1",
                    "start": "1988-02-26T09:00:00Z",
                    "end": "1988-02-26T13:55:00Z",
                    "duration": "PT4H55M",
                    "location": "Mir"
                },
                {
                    "id": 61,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/61/?format=api",
                    "name": "PE-3 EVA 2",
                    "start": "1988-06-30T05:33:00Z",
                    "end": "1988-06-30T10:43:00Z",
                    "duration": "PT5H10M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 8,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/8/?format=api",
            "name": "Mir EO-2",
            "start": "1987-02-05T21:38:00Z",
            "end": "1987-12-29T09:16:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 57,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/57/?format=api",
                    "name": "PE-2 EVA 1",
                    "start": "1987-04-11T19:41:00Z",
                    "end": "1987-04-11T23:21:00Z",
                    "duration": "PT3H40M",
                    "location": "Mir"
                },
                {
                    "id": 58,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/58/?format=api",
                    "name": "PE-2 EVA 2",
                    "start": "1987-06-12T16:55:00Z",
                    "end": "1987-06-12T18:48:00Z",
                    "duration": "PT1H53M",
                    "location": "Mir"
                },
                {
                    "id": 59,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/59/?format=api",
                    "name": "PE-2 EVA 3",
                    "start": "1987-06-16T15:30:00Z",
                    "end": "1987-06-16T18:45:00Z",
                    "duration": "PT3H15M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/7/?format=api",
            "name": "Mir EO-1",
            "start": "1986-03-13T12:33:00Z",
            "end": "1986-07-16T12:34:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 145,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/145/?format=api",
            "name": "Shenzhou 12",
            "start": "2021-06-17T07:54:00Z",
            "end": "2021-09-17T05:34:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 8,
                    "name": "China Shenzhou 12 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/china2520shenz_mission_patch_20210606212146.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": 156,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/156/?format=api",
            "name": "Shenzhou 17",
            "start": "2023-10-26T09:46:00Z",
            "end": "2024-04-30T00:43:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 904,
                    "name": "Shenzhou 17 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252017_mission_patch_20250324031854.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": 472,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/472/?format=api",
                    "name": "Shenzhou 17 EVA 2",
                    "start": "2024-03-01T21:30:00Z",
                    "end": "2024-03-02T05:32:00Z",
                    "duration": "PT8H2M",
                    "location": "Tiangong Space Station"
                },
                {
                    "id": 471,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/471/?format=api",
                    "name": "Shenzhou 17 EVA 1",
                    "start": "2023-12-21T06:10:00Z",
                    "end": "2023-12-21T13:35:00Z",
                    "duration": "PT7H25M",
                    "location": "Tiangong Space Station"
                }
            ]
        },
        {
            "id": 154,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/154/?format=api",
            "name": "Shenzhou 16",
            "start": "2023-05-30T08:29:00Z",
            "end": "2023-10-30T12:37:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 779,
                    "name": "Shenzhou 16 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252016_mission_patch_20230530053248.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": 152,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/152/?format=api",
            "name": "Shenzhou 15",
            "start": "2022-11-29T21:42:00Z",
            "end": "2023-06-03T13:29:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 776,
                    "name": "Shenzhou 15 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252015_mission_patch_20230506193351.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": 149,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/149/?format=api",
            "name": "Shenzhou 14",
            "start": "2022-06-05T09:42:00Z",
            "end": "2022-12-04T12:09:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 634,
                    "name": "Shenzhou 14 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252014_mission_patch_20220604085704.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": 161,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/161/?format=api",
            "name": "Shenzhou 19",
            "start": "2024-10-30T03:00:00Z",
            "end": "2025-04-29T20:00:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 1063,
                    "name": "Shenzhou 19 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252019_mission_patch_20241030083558.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": 481,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/481/?format=api",
                    "name": "Shenzhou 19 EVA 1b",
                    "start": "2024-12-17T06:32:00Z",
                    "end": "2024-12-17T13:57:00Z",
                    "duration": "PT7H25M",
                    "location": "Tiangong Space Station"
                },
                {
                    "id": 480,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/480/?format=api",
                    "name": "Shenzhou 19 EVA 1a",
                    "start": "2024-12-17T04:51:00Z",
                    "end": "2024-12-17T13:57:00Z",
                    "duration": "PT9H6M",
                    "location": "Tiangong Space Station"
                },
                {
                    "id": 483,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/483/?format=api",
                    "name": "Shenzhou 19 EVA 2",
                    "start": "2025-01-20T08:55:00Z",
                    "end": "2025-01-20T17:12:00Z",
                    "duration": "PT8H17M",
                    "location": "Tiangong Space Station"
                },
                {
                    "id": 485,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/485/?format=api",
                    "name": "Shenzhou 19 EVA 3",
                    "start": "2025-03-21T05:50:00Z",
                    "end": "2025-03-21T12:50:00Z",
                    "duration": "PT7H",
                    "location": "Tiangong Space Station"
                }
            ]
        },
        {
            "id": 163,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/163/?format=api",
            "name": "Shenzhou 20",
            "start": "2025-04-24T15:49:00Z",
            "end": null,
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 1115,
                    "name": "Shenzhou 20 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252020_mission_patch_20250322034044.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": 487,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/487/?format=api",
                    "name": "Shenzhou 20 EVA 1",
                    "start": "2025-05-22T00:50:00Z",
                    "end": "2025-05-22T08:49:00Z",
                    "duration": "PT7H59M",
                    "location": "Tiangong Space Station"
                }
            ]
        }
    ]
}