API endpoint that allows Expeditions to be viewed.

GET: Return a list of all the existing expeditions.

MODE: Normal and Detailed /2.0.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.0.0/expedition/?space_station=1&mode=detailed

Search for all Expeditions with the Astronaut named John Example - /2.0.0/expedition/?search=John

ORDERING: Fields - 'id', 'start', 'end' Order reverse via Start date. Example - /2.0.0/astronaut/?order=-start

GET /2.0.0/expedition/?format=api&offset=140
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 163,
  "next": "https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=150",
  "previous": "https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=130",
  "results": [
    {
      "id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/146/?format=api",
      "name": "Shenzhou 13",
      "start": "2021-10-15T22:48:39Z",
      "end": "2022-04-15T16:44:00Z",
      "spacestation": {
        "id": 18,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 159,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/159/?format=api",
      "name": "Shenzhou 18",
      "start": "2024-04-25T19:32:00Z",
      "end": "2024-11-03T08:12:00Z",
      "spacestation": {
        "id": 18,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 144,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/144/?format=api",
      "name": "Soyuz MS-20",
      "start": "2021-12-08T00:00:00Z",
      "end": "2021-12-20T00:00:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 160,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/160/?format=api",
      "name": "Expedition 72",
      "start": "2024-09-23T08:36:30Z",
      "end": "2025-04-19T21:57:33Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 147,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/147/?format=api",
      "name": "Expedition 67",
      "start": "2022-03-30T07:21:00Z",
      "end": "2022-09-28T13:35:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 161,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/161/?format=api",
      "name": "Shenzhou 19",
      "start": "2024-10-30T03:00:00Z",
      "end": "2025-04-29T20:00:00Z",
      "spacestation": {
        "id": 18,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 164,
      "url": "https://lldev.thespacedevs.com/2.0.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.0.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"
      }
    },
    {
      "id": 150,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/150/?format=api",
      "name": "Expedition 68",
      "start": "2022-09-28T13:35:00Z",
      "end": "2023-03-28T09:57:27Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 2,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/2/?format=api",
      "name": "Skylab II",
      "start": "1973-05-25T13:00:00Z",
      "end": "1973-06-22T13:49:48Z",
      "spacestation": {
        "id": 6,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/6/?format=api",
        "name": "Skylab",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
      }
    },
    {
      "id": 149,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/149/?format=api",
      "name": "Shenzhou 14",
      "start": "2022-06-05T09:42:00Z",
      "end": "2022-12-04T12:09:00Z",
      "spacestation": {
        "id": 18,
        "url": "https://lldev.thespacedevs.com/2.0.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"
      }
    }
  ]
}