Expedition List
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=160&ordering=id
{ "count": 163, "next": null, "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=150&ordering=id", "results": [ { "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": 165, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/165/?format=api", "name": "Expedition 74", "start": "2025-12-09T01:41:00Z", "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": 1235, "name": "Expedition 74 Patch", "priority": 10, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20251127145305.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": 166, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/166/?format=api", "name": "Shenzhou 21", "start": "2025-10-31T19:22: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": 1116, "name": "Shenzhou 21 Patch", "priority": 10, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252021_mission_patch_20250322034856.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": 492, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/492/?format=api", "name": "Shenzhou 21 EVA 1", "start": "2025-12-09T02:28:00Z", "end": "2025-12-09T10:45:00Z", "duration": "PT8H17M", "location": "Tiangong Space Station" } ] } ] }