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=80&ordering=-start
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=90&ordering=-start",
  "previous": "https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=70&ordering=-start",
  "results": [
    {
      "id": 47,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/47/?format=api",
      "name": "Expedition 13",
      "start": "2006-04-01T04:19:00Z",
      "end": "2006-09-28T21:53: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": 46,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/46/?format=api",
      "name": "Expedition 12",
      "start": "2005-10-03T05:27:00Z",
      "end": "2006-04-08T19: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": 45,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/45/?format=api",
      "name": "Expedition 11",
      "start": "2005-04-17T02:19:00Z",
      "end": "2005-10-10T21:49: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": 44,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/44/?format=api",
      "name": "Expedition 10",
      "start": "2004-10-16T04:16:00Z",
      "end": "2005-04-24T18:45: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": 43,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/43/?format=api",
      "name": "Expedition 9",
      "start": "2004-04-21T05:01:00Z",
      "end": "2004-10-23T20:08: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": 42,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/42/?format=api",
      "name": "Expedition 8",
      "start": "2003-10-20T07:15:58Z",
      "end": "2004-04-29T20:52: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"
      }
    },
    {
      "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"
      }
    },
    {
      "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": 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": 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"
      }
    }
  ]
}