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

{
  "count": 163,
  "next": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=140",
  "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=120",
  "results": [
    {
      "id": 106,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/106/?format=api",
      "name": "Salyut 6 EP-3",
      "start": "1978-06-27T15:27:21Z",
      "end": "1978-07-05T13:30:20Z",
      "spacestation": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/14/?format=api",
        "name": "Salyut 6",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 104,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/104/?format=api",
      "name": "Salyut 6 EP-2",
      "start": "1978-03-02T15:28:10Z",
      "end": "1978-03-10T13:44:10Z",
      "spacestation": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/14/?format=api",
        "name": "Salyut 6",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 105,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/105/?format=api",
      "name": "Salyut 6 EO-2",
      "start": "1978-06-15T20:16:45Z",
      "end": "1978-11-02T11:04:17Z",
      "spacestation": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/14/?format=api",
        "name": "Salyut 6",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
      },
      "mission_patches": [],
      "spacewalks": [
        {
          "id": 42,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/42/?format=api",
          "name": "PE-2 EVA",
          "start": "1978-07-29T04:00:00Z",
          "end": "1978-07-29T06:20:00Z",
          "duration": "PT2H20M",
          "location": "Salyut 6"
        }
      ]
    },
    {
      "id": 103,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/103/?format=api",
      "name": "Salyut 6 EP-1",
      "start": "1978-01-11T14:05:54Z",
      "end": "1978-11-16T11:24:58Z",
      "spacestation": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/14/?format=api",
        "name": "Salyut 6",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 101,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/101/?format=api",
      "name": "Soyuz 25",
      "start": "1977-10-09T02:40:35Z",
      "end": "1977-10-11T03:25:20Z",
      "spacestation": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/14/?format=api",
        "name": "Salyut 6",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 145,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/145/?format=api",
      "name": "Shenzhou 12",
      "start": "2021-06-17T07:54:00Z",
      "end": "2021-09-17T05:34:00Z",
      "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": 8,
          "name": "China Shenzhou 12 Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/china2520shenz_mission_patch_20210606212146.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": 156,
      "url": "https://lldev.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://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": 904,
          "name": "Shenzhou 17 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252017_mission_patch_20250324031854.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": 472,
          "url": "https://lldev.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://lldev.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": 154,
      "url": "https://lldev.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://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": 779,
          "name": "Shenzhou 16 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252016_mission_patch_20230530053248.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": 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"
        },
        {
          "id": 493,
          "url": "https://lldev.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": 163,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/163/?format=api",
      "name": "Shenzhou 20",
      "start": "2025-04-24T15:49:00Z",
      "end": "2025-11-14T03:14:00Z",
      "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": 1115,
          "name": "Shenzhou 20 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252020_mission_patch_20250322034044.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": 488,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/488/?format=api",
          "name": "Shenzhou 20 EVA 2",
          "start": "2025-06-26T06:59:00Z",
          "end": "2025-06-26T13:29:00Z",
          "duration": "PT6H30M",
          "location": "Tiangong Space Station"
        },
        {
          "id": 487,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/487/?format=api",
          "name": "Shenzhou 20 EVA 1",
          "start": "2025-05-22T00:50:00Z",
          "end": "2025-05-22T08:49:00Z",
          "duration": "PT7H59M",
          "location": "Tiangong Space Station"
        },
        {
          "id": 489,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/489/?format=api",
          "name": "Shenzhou 20 EVA 3",
          "start": "2025-08-15T08:17:00Z",
          "end": "2025-08-15T14:47:00Z",
          "duration": "PT6H30M",
          "location": "Tiangong Space Station"
        }
      ]
    }
  ]
}