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
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",
    "previous": null,
    "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": 94,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/94/?format=api",
            "name": "Soyuz 14",
            "start": "1974-07-03T18:51:08Z",
            "end": "1974-07-19T12:21:36Z",
            "spacestation": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
                "name": "Salyut 3",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/95/?format=api",
            "name": "Soyuz 15",
            "start": "1974-08-26T19:58:05Z",
            "end": "1974-08-28T20:10:16Z",
            "spacestation": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
                "name": "Salyut 3",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "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": 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": 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": 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": 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": []
        },
        {
            "id": 151,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/151/?format=api",
            "name": "Expedition 69",
            "start": "2023-03-28T09:57:27Z",
            "end": "2023-09-26T13:40: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": 770,
                    "name": "ISS Expedition 69 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.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": 467,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
                    "name": "Expedition 69 EVA 7",
                    "start": "2023-08-09T14:44:00Z",
                    "end": "2023-08-09T21:19:00Z",
                    "duration": "PT6H35M",
                    "location": "International Space Station"
                },
                {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
                    "name": "Expedition 69 EVA 6",
                    "start": "2023-06-22T14:24:33Z",
                    "end": "2023-06-22T20:48:00Z",
                    "duration": "PT6H23M27S",
                    "location": "International Space Station"
                },
                {
                    "id": 464,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
                    "name": "Expedition 69 EVA 5",
                    "start": "2023-06-15T12:42:00Z",
                    "end": "2023-06-15T18:17:00Z",
                    "duration": "PT5H35M",
                    "location": "International Space Station"
                },
                {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
                    "name": "Expedition 69 EVA 4",
                    "start": "2023-06-09T13:24:00Z",
                    "end": "2023-06-09T19:27:00Z",
                    "duration": "PT6H3M",
                    "location": "International Space Station"
                },
                {
                    "id": 462,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
                    "name": "Expedition 69 EVA 3",
                    "start": "2023-05-12T15:47:00Z",
                    "end": "2023-05-12T21:01:00Z",
                    "duration": "PT5H14M",
                    "location": "International Space Station"
                },
                {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
                    "name": "Expedition 69 EVA 2",
                    "start": "2023-05-03T20:00:00Z",
                    "end": "2023-05-04T03:11:00Z",
                    "duration": "PT7H11M",
                    "location": "International Space Station"
                },
                {
                    "id": 447,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
                    "name": "Expedition 69 EVA 1",
                    "start": "2023-04-19T01:40:00Z",
                    "end": "2023-04-19T09:35:00Z",
                    "duration": "PT7H55M",
                    "location": "International Space Station"
                }
            ]
        }
    ]
}