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=40&ordering=-id
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=50&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=30&ordering=-id",
  "results": [
    {
      "id": 125,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/125/?format=api",
      "name": "Salyut 7 EP-1",
      "start": "1982-06-24T16:29:48Z",
      "end": "1982-07-02T14:20:40Z",
      "spacestation": {
        "id": 15,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/15/?format=api",
        "name": "Salyut 7",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 124,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/124/?format=api",
      "name": "Salyut 7 EO-1",
      "start": "1982-05-13T09:58:05Z",
      "end": "1982-12-10T19:02:36Z",
      "spacestation": {
        "id": 15,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/15/?format=api",
        "name": "Salyut 7",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": [
        {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/44/?format=api",
          "name": "PE-1 EVA",
          "start": "1982-07-30T02:39:00Z",
          "end": "1982-07-30T05:12:00Z",
          "duration": "PT2H33M",
          "location": "Salyut 7"
        }
      ]
    },
    {
      "id": 123,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/123/?format=api",
      "name": "Shenzhou 11",
      "start": "2016-10-18T17:24:00Z",
      "end": "2016-11-14T04:41:00Z",
      "spacestation": {
        "id": 8,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/8/?format=api",
        "name": "Tiangong 2",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg"
      },
      "mission_patches": [
        {
          "id": 173,
          "name": "Shenzhou 11 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou-11252_mission_patch_20211031042607.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": 122,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/122/?format=api",
      "name": "Shenzhou 10",
      "start": "2013-06-13T05:11:00Z",
      "end": "2013-06-25T21:07:00Z",
      "spacestation": {
        "id": 7,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/7/?format=api",
        "name": "Tiangong 1",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
      },
      "mission_patches": [
        {
          "id": 172,
          "name": "Shenzhou 10 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou-10252_mission_patch_20211031042606.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": 121,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/121/?format=api",
      "name": "Shenzhou 9",
      "start": "2012-06-18T06:07:00Z",
      "end": "2012-06-28T01:22:00Z",
      "spacestation": {
        "id": 7,
        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/7/?format=api",
        "name": "Tiangong 1",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
      },
      "mission_patches": [
        {
          "id": 589,
          "name": "Shenzhou 9 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou25209_mission_patch_20240529071629.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": 119,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/119/?format=api",
      "name": "Expedition 60",
      "start": "2019-06-24T23:25:00Z",
      "end": "2019-10-02T00:00: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": 722,
          "name": "Expedition 60 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_60_patch_20221024013520.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": 405,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/405/?format=api",
          "name": "Expedition 60 EVA",
          "start": "2019-08-21T12:27:00Z",
          "end": "2019-08-21T18:59:00Z",
          "duration": "PT6H32M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 118,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/118/?format=api",
      "name": "Salyut 6 EP-10",
      "start": "1981-05-14T17:16:38Z",
      "end": "1981-05-22T13:58:30Z",
      "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": 117,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/117/?format=api",
      "name": "Salyut 6 EP-9",
      "start": "1981-03-21T14:58:55Z",
      "end": "1981-03-30T11:40: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": 116,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/116/?format=api",
      "name": "Salyut 6 EO-6",
      "start": "1981-03-12T19:00:10Z",
      "end": "1981-05-26T12:37:34Z",
      "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": 115,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/115/?format=api",
      "name": "Salyut 6 EO-5",
      "start": "1980-11-27T14:18:28Z",
      "end": "1980-12-10T09:26: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": []
    }
  ]
}