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&ordering=-start
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=10&ordering=-start",
    "previous": null,
    "results": [
        {
            "id": 162,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/162/?format=api",
            "name": "Expedition 73",
            "start": "2025-04-30T00:00:00Z",
            "end": null,
            "spacestation": {
                "id": 4,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 1099,
                    "name": "Expedition 73 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20250219140539.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": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/161/?format=api",
            "name": "Shenzhou 19",
            "start": "2024-10-30T03:00:00Z",
            "end": null,
            "spacestation": {
                "id": 18,
                "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 485,
                    "url": "https://ll.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": 483,
                    "url": "https://ll.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": 481,
                    "url": "https://ll.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://ll.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": 160,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/160/?format=api",
            "name": "Expedition 72",
            "start": "2024-09-23T08:36:30Z",
            "end": null,
            "spacestation": {
                "id": 4,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 1044,
                    "name": "Expedition 72 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20240920074727.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": 484,
                    "url": "https://ll.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": 482,
                    "url": "https://ll.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": 159,
            "url": "https://ll.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://ll.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": 1018,
                    "name": "Shenzhou 18 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252018_mission_patch_20240528162525.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": 477,
                    "url": "https://ll.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": 475,
                    "url": "https://ll.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": 158,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/158/?format=api",
            "name": "Expedition 71",
            "start": "2024-04-06T03:53:57Z",
            "end": "2024-09-23T08:36:30Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 1004,
                    "name": "Expedition 71 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20240406053101.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": 476,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/476/?format=api",
                    "name": "Expedition 71 EVA 2",
                    "start": "2024-06-24T12:46:00Z",
                    "end": "2024-06-24T13:17:00Z",
                    "duration": "PT31M",
                    "location": "International Space Station"
                },
                {
                    "id": 474,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/474/?format=api",
                    "name": "Expedition 71 EVA 1",
                    "start": "2024-04-25T14:57:00Z",
                    "end": "2024-04-25T19:33:00Z",
                    "duration": "PT4H36M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/157/?format=api",
            "name": "Axiom Mission 3",
            "start": "2024-01-20T10:42:00Z",
            "end": "2024-02-07T14:20:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 901,
                    "name": "Ax-3 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
                    "agency": {
                        "id": 1022,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                        "name": "Axiom Space",
                        "type": "Private"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 156,
            "url": "https://ll.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://ll.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://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 472,
                    "url": "https://ll.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://ll.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": 155,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/155/?format=api",
            "name": "Expedition 70",
            "start": "2023-09-26T13:40:00Z",
            "end": "2024-04-06T03:53:57Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 829,
                    "name": "Expedition 70 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20230704062145.png",
                    "agency": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                        "name": "European Space Agency",
                        "type": "Multinational"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 469,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/469/?format=api",
                    "name": "Expedition 70 EVA 2",
                    "start": "2023-11-01T12:05:00Z",
                    "end": "2023-11-01T18:47:00Z",
                    "duration": "PT6H42M",
                    "location": "International Space Station"
                },
                {
                    "id": 470,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/470/?format=api",
                    "name": "Expedition 70 EVA 1",
                    "start": "2023-10-25T17:49:00Z",
                    "end": "2023-10-26T01:30:00Z",
                    "duration": "PT7H41M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 154,
            "url": "https://ll.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://ll.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://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 466,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/466/?format=api",
                    "name": "Shenzhou 16 EVA 1",
                    "start": "2023-07-20T05:45:00Z",
                    "end": "2023-07-20T13:40:00Z",
                    "duration": "PT7H55M",
                    "location": "Tiangong Space Station"
                }
            ]
        },
        {
            "id": 153,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/153/?format=api",
            "name": "Axiom Mission 2",
            "start": "2023-05-22T13:12:00Z",
            "end": "2023-05-30T15:05:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 778,
                    "name": "Axiom Mission 2 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
                    "agency": {
                        "id": 1022,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                        "name": "Axiom Space",
                        "type": "Private"
                    }
                }
            ],
            "spacewalks": []
        }
    ]
}