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=-end
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=-end",
  "previous": "https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=20&ordering=-end",
  "results": [
    {
      "id": 119,
      "url": "https://lldev.thespacedevs.com/2.0.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.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": 93,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/93/?format=api",
      "name": "Expedition 59",
      "start": "2019-03-15T01:01:00Z",
      "end": "2019-06-24T23:25: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": 92,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/92/?format=api",
      "name": "Expedition 58",
      "start": "2018-12-20T01:40:00Z",
      "end": "2019-03-15T01:01: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": 91,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/91/?format=api",
      "name": "Expedition 57",
      "start": "2018-10-04T07:57:00Z",
      "end": "2018-12-20T01:40: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": 90,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/90/?format=api",
      "name": "Expedition 56",
      "start": "2018-06-03T09:16:00Z",
      "end": "2018-10-04T07:57: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": 89,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/89/?format=api",
      "name": "Expedition 55",
      "start": "2018-02-27T23:08:00Z",
      "end": "2018-06-03T09:16: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": 88,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/88/?format=api",
      "name": "Expedition 54",
      "start": "2017-12-14T05:14:00Z",
      "end": "2018-02-27T23: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": 87,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/87/?format=api",
      "name": "Expedition 53",
      "start": "2017-09-02T21:58:00Z",
      "end": "2017-12-14T05:14: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": 86,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/86/?format=api",
      "name": "Expedition 52",
      "start": "2017-06-02T10:47:00Z",
      "end": "2017-09-02T21:58: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": 85,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/85/?format=api",
      "name": "Expedition 51",
      "start": "2017-04-10T07:58:00Z",
      "end": "2017-06-02T10:47: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"
      }
    }
  ]
}