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=end
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 164,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=150&ordering=end",
  "results": [
    {
      "id": 162,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/162/?format=api",
      "name": "Expedition 73",
      "start": "2025-04-19T21:57:33Z",
      "end": "2025-12-09T01:41: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": 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": 491,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/491/?format=api",
          "name": "Expedition 73 EVA 3",
          "start": "2025-10-28T14:18:00Z",
          "end": "2025-10-28T21:12:00Z",
          "duration": "PT6H54M",
          "location": "International Space Station"
        },
        {
          "id": 490,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/490/?format=api",
          "name": "Expedition 73 EVA 2",
          "start": "2025-10-16T17:10:00Z",
          "end": "2025-10-16T23:19:00Z",
          "duration": "PT6H9M",
          "location": "International Space Station"
        },
        {
          "id": 486,
          "url": "https://ll.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": 166,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/166/?format=api",
      "name": "Shenzhou 21",
      "start": "2025-10-31T19:22:00Z",
      "end": "2026-05-29T06:44: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": 1116,
          "name": "Shenzhou 21 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252021_mission_patch_20250322034856.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": 494,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/494/?format=api",
          "name": "Shenzhou 21 EVA 3",
          "start": "2026-04-16T12:06:00Z",
          "end": "2026-04-16T17:36:00Z",
          "duration": "PT5H30M",
          "location": "Tiangong Space Station"
        },
        {
          "id": 493,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/493/?format=api",
          "name": "Shenzhou 21 EVA 2",
          "start": "2026-03-16T04:35:00Z",
          "end": "2026-03-16T11:35:00Z",
          "duration": "PT7H",
          "location": "Tiangong Space Station"
        },
        {
          "id": 492,
          "url": "https://ll.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"
        }
      ]
    },
    {
      "id": 167,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/167/?format=api",
      "name": "Shenzhou 23",
      "start": "2026-05-24T18:45: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": 1324,
          "name": "Shenzhou 23 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252023_mission_patch_20260516015452.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": 165,
      "url": "https://ll.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://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": 1235,
          "name": "Expedition 74 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20251127145305.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": 495,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/495/?format=api",
          "name": "Expedition 74 EVA 1",
          "start": "2026-05-27T14:17:51Z",
          "end": "2026-05-27T20:24:11Z",
          "duration": "PT6H6M20S",
          "location": "International Space Station"
        }
      ]
    }
  ]
}