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=30&ordering=id
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=40&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=20&ordering=id",
  "results": [
    {
      "id": 32,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/32/?format=api",
      "name": "Mir EO-26",
      "start": "1998-08-13T09:43:00Z",
      "end": "1999-02-28T02:14:00Z",
      "spacestation": {
        "id": 5,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/5/?format=api",
        "name": "Mir",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
      }
    },
    {
      "id": 33,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/33/?format=api",
      "name": "Mir EO-27",
      "start": "1999-02-20T04:18:00Z",
      "end": "1999-08-28T00:34:00Z",
      "spacestation": {
        "id": 5,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/5/?format=api",
        "name": "Mir",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
      }
    },
    {
      "id": 34,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/34/?format=api",
      "name": "Mir EO-28",
      "start": "2000-04-04T05:01:00Z",
      "end": "2000-06-16T00:43:00Z",
      "spacestation": {
        "id": 5,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/5/?format=api",
        "name": "Mir",
        "status": {
          "id": 2,
          "name": "De-Orbited"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
      }
    },
    {
      "id": 35,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/35/?format=api",
      "name": "Expedition 1",
      "start": "2000-11-02T09:21:03Z",
      "end": "2001-03-19T04:32: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": 36,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/36/?format=api",
      "name": "Expedition 2",
      "start": "2001-03-08T11:42:09Z",
      "end": "2001-08-22T18:22:58Z",
      "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": 37,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/37/?format=api",
      "name": "Expedition 3",
      "start": "2001-08-12T18:41:00Z",
      "end": "2001-12-15T17:28: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": 38,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/38/?format=api",
      "name": "Expedition 4",
      "start": "2001-12-07T20:03:00Z",
      "end": "2002-06-15T14:32: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": 39,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/39/?format=api",
      "name": "Expedition 5",
      "start": "2002-06-07T16:25:00Z",
      "end": "2002-12-02T20:05: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": 40,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/40/?format=api",
      "name": "Expedition 6",
      "start": "2002-11-25T21:59:00Z",
      "end": "2003-05-03T22:43: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": 41,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/41/?format=api",
      "name": "Expedition 7",
      "start": "2003-04-28T05:56:20Z",
      "end": "2003-10-27T22:17:09Z",
      "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"
      }
    }
  ]
}