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

{
  "count": 164,
  "next": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=10",
  "previous": null,
  "results": [
    {
      "id": 99,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/99/?format=api",
      "name": "Soyuz 23",
      "start": "1976-10-14T17:39:18Z",
      "end": "1976-10-16T17:45:53Z",
      "spacestation": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
        "name": "Salyut 5",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 100,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/100/?format=api",
      "name": "Soyuz 24",
      "start": "1977-02-07T16:11:50Z",
      "end": "1977-02-25T09:37:48Z",
      "spacestation": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
        "name": "Salyut 5",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 98,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/98/?format=api",
      "name": "Soyuz 21",
      "start": "1976-07-06T12:08:45Z",
      "end": "1976-08-24T18:32:17Z",
      "spacestation": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
        "name": "Salyut 5",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 111,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/111/?format=api",
      "name": "Salyut 6 EP-5",
      "start": "1980-05-26T18:20:39Z",
      "end": "1980-06-03T15:06:24Z",
      "spacestation": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
        "name": "Salyut 5",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 135,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/135/?format=api",
      "name": "Salyut 7 EO-5",
      "start": "1986-03-13T12:33:09Z",
      "end": "1986-07-16T12:34:05Z",
      "spacestation": {
        "id": 15,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": [
        {
          "id": 56,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/56/?format=api",
          "name": "PE-6 EVA 2",
          "start": "1986-05-31T04:57:00Z",
          "end": "1986-05-31T09:57:00Z",
          "duration": "PT5H",
          "location": "Salyut 7"
        },
        {
          "id": 55,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/55/?format=api",
          "name": "PE-6 EVA 1",
          "start": "1986-05-28T05:43:00Z",
          "end": "1986-05-28T09:33:00Z",
          "duration": "PT3H50M",
          "location": "Salyut 7"
        }
      ]
    },
    {
      "id": 134,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/134/?format=api",
      "name": "Salyut 7 EO-4-2",
      "start": "1985-09-17T12:38:52Z",
      "end": "1985-11-21T10:31:00Z",
      "spacestation": {
        "id": 15,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 133,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/133/?format=api",
      "name": "Salyut 7 EP-5",
      "start": "1985-09-17T12:38:52Z",
      "end": "1985-09-26T09:51:58Z",
      "spacestation": {
        "id": 15,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 132,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/132/?format=api",
      "name": "Salyut 7 EO-4-1b",
      "start": "1985-06-06T06:39:52Z",
      "end": "1985-09-26T09:51:58Z",
      "spacestation": {
        "id": 15,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": [
        {
          "id": 54,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/54/?format=api",
          "name": "PE-4 EVA",
          "start": "1985-08-02T07:15:00Z",
          "end": "1985-08-02T12:15:00Z",
          "duration": "PT5H",
          "location": "Salyut 7"
        }
      ]
    },
    {
      "id": 131,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/131/?format=api",
      "name": "Salyut 7 EO-4-1a",
      "start": "1985-06-06T06:39:52Z",
      "end": "1985-11-21T10:31:00Z",
      "spacestation": {
        "id": 15,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": []
    },
    {
      "id": 130,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/130/?format=api",
      "name": "Salyut 7 EP-4",
      "start": "1984-07-17T17:40:54Z",
      "end": "1984-07-29T12:55:30Z",
      "spacestation": {
        "id": 15,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
      },
      "mission_patches": [],
      "spacewalks": [
        {
          "id": 52,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/52/?format=api",
          "name": "VE-4 EVA",
          "start": "1984-07-25T14:55:00Z",
          "end": "1984-07-25T18:29:00Z",
          "duration": "PT3H34M",
          "location": "Salyut 7"
        }
      ]
    }
  ]
}