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=140
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=150",
    "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=130",
    "results": [
        {
            "id": 146,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/146/?format=api",
            "name": "Shenzhou 13",
            "start": "2021-10-15T22:48:39Z",
            "end": "2022-04-15T16:44: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-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 93,
                    "name": "Shenzhou 13 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252013_mission_patch_20211014074317.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": 159,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/159/?format=api",
            "name": "Shenzhou 18",
            "start": "2024-04-25T19:32:00Z",
            "end": "2024-11-03T08:12: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-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 1018,
                    "name": "Shenzhou 18 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252018_mission_patch_20240528162525.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": 475,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/475/?format=api",
                    "name": "Shenzhou 18 EVA 1",
                    "start": "2024-05-28T02:35:00Z",
                    "end": "2024-05-28T10:58:00Z",
                    "duration": "PT8H23M",
                    "location": "Tiangong Space Station"
                },
                {
                    "id": 477,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/477/?format=api",
                    "name": "Shenzhou 18 EVA 2",
                    "start": "2024-07-03T08:20:00Z",
                    "end": "2024-07-03T14:51:00Z",
                    "duration": "PT6H31M",
                    "location": "Tiangong Space Station"
                }
            ]
        },
        {
            "id": 144,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/144/?format=api",
            "name": "Soyuz MS-20",
            "start": "2021-12-08T00:00:00Z",
            "end": "2021-12-20T00:00: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": [],
            "spacewalks": []
        },
        {
            "id": 160,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/160/?format=api",
            "name": "Expedition 72",
            "start": "2024-09-23T08:36:30Z",
            "end": "2025-04-19T21:57:33Z",
            "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": 1044,
                    "name": "Expedition 72 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20240920074727.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": 482,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/482/?format=api",
                    "name": "Expedition 72 EVA 1",
                    "start": "2025-01-16T13:01:00Z",
                    "end": "2025-01-16T19:01:00Z",
                    "duration": "PT6H",
                    "location": "International Space Station"
                },
                {
                    "id": 484,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/484/?format=api",
                    "name": "Expedition 72 EVA 2",
                    "start": "2025-01-30T12:43:00Z",
                    "end": "2025-01-30T18:09:00Z",
                    "duration": "PT5H26M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 147,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/147/?format=api",
            "name": "Expedition 67",
            "start": "2022-03-30T07:21:00Z",
            "end": "2022-09-28T13:35: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": 621,
                    "name": "Expedition 67 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20220330073231.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": 439,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/439/?format=api",
                    "name": "Expedition 67 EVA 4",
                    "start": "2022-08-17T13:53:00Z",
                    "end": "2022-08-17T17:54:00Z",
                    "duration": "PT4H1M",
                    "location": "International Space Station"
                },
                {
                    "id": 436,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/436/?format=api",
                    "name": "Expedition 67 EVA 1",
                    "start": "2022-04-18T15:01:00Z",
                    "end": "2022-04-18T21:37:00Z",
                    "duration": "PT6H36M",
                    "location": "International Space Station"
                },
                {
                    "id": 437,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/437/?format=api",
                    "name": "Expedition 67 EVA 2",
                    "start": "2022-04-28T14:58:00Z",
                    "end": "2022-04-28T22:40:00Z",
                    "duration": "PT7H42M",
                    "location": "International Space Station"
                },
                {
                    "id": 440,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/440/?format=api",
                    "name": "Expedition 67 EVA 5",
                    "start": "2022-09-02T13:25:00Z",
                    "end": "2022-09-02T21:12:00Z",
                    "duration": "PT7H47M",
                    "location": "International Space Station"
                },
                {
                    "id": 438,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/438/?format=api",
                    "name": "Expedition 67 EVA 3",
                    "start": "2022-07-21T14:50:00Z",
                    "end": "2022-07-21T21:55:00Z",
                    "duration": "PT7H5M",
                    "location": "International 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-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 1115,
                    "name": "Shenzhou 20 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.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": 488,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/488/?format=api",
                    "name": "Shenzhou 20 EVA 2",
                    "start": "2025-06-26T06:59:00Z",
                    "end": "2025-06-26T13:29:00Z",
                    "duration": "PT6H30M",
                    "location": "Tiangong Space Station"
                },
                {
                    "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"
                }
            ]
        },
        {
            "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-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            },
            "mission_patches": [
                {
                    "id": 1063,
                    "name": "Shenzhou 19 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.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": 164,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/164/?format=api",
            "name": "Axiom Mission 4",
            "start": "2025-06-26T10:31:00Z",
            "end": "2025-07-14T11:15: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": 1114,
                    "name": "Ax-4 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-42520patch_mission_patch_20250322031646.png",
                    "agency": {
                        "id": 1022,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                        "name": "Axiom Space",
                        "type": "Private"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 162,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/162/?format=api",
            "name": "Expedition 73",
            "start": "2025-04-19T21:57:33Z",
            "end": null,
            "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": 1099,
                    "name": "Expedition 73 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20250219140539.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": 486,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/486/?format=api",
                    "name": "Expedition 73 EVA 1",
                    "start": "2025-05-01T13:05:00Z",
                    "end": "2025-05-01T18:49:00Z",
                    "duration": "PT5H44M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 150,
            "url": "https://lldev.thespacedevs.com/2.2.0/expedition/150/?format=api",
            "name": "Expedition 68",
            "start": "2022-09-28T13:35:00Z",
            "end": "2023-03-28T09:57:27Z",
            "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": 654,
                    "name": "Expedition 68 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20220927162610.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": 442,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/442/?format=api",
                    "name": "Expedition 68 EVA 2",
                    "start": "2022-11-17T14:39:00Z",
                    "end": "2022-11-17T21:07:00Z",
                    "duration": "PT6H28M",
                    "location": "International Space Station"
                },
                {
                    "id": 441,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/441/?format=api",
                    "name": "Expedition 68 EVA 1",
                    "start": "2022-11-15T14:14:00Z",
                    "end": "2022-11-15T21:25:00Z",
                    "duration": "PT7H11M",
                    "location": "International Space Station"
                },
                {
                    "id": 443,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/443/?format=api",
                    "name": "Expedition 68 EVA 3",
                    "start": "2022-12-03T12:16:00Z",
                    "end": "2022-12-03T19:21:00Z",
                    "duration": "PT7H5M",
                    "location": "International Space Station"
                },
                {
                    "id": 444,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/444/?format=api",
                    "name": "Expedition 68 EVA 4",
                    "start": "2022-12-22T13:19:00Z",
                    "end": "2022-12-22T20:27:00Z",
                    "duration": "PT7H8M",
                    "location": "International Space Station"
                },
                {
                    "id": 445,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/445/?format=api",
                    "name": "Expedition 68 EVA 5",
                    "start": "2023-01-20T13:14:00Z",
                    "end": "2023-01-20T20:35:00Z",
                    "duration": "PT7H21M",
                    "location": "International Space Station"
                },
                {
                    "id": 446,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/446/?format=api",
                    "name": "Expedition 68 EVA 6",
                    "start": "2023-02-02T12:45:00Z",
                    "end": "2023-02-02T19:26:00Z",
                    "duration": "PT6H41M",
                    "location": "International Space Station"
                },
                {
                    "id": 448,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/448/?format=api",
                    "name": "Expedition 68 EVA 7",
                    "start": "2023-04-28T13:11:00Z",
                    "end": "2023-04-28T20:12:00Z",
                    "duration": "PT7H1M",
                    "location": "International Space Station"
                }
            ]
        }
    ]
}