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=start
https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=150&ordering=start", "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": [] } ] }{ "count": 161, "next": null, "previous": "