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=20
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=30",
  "previous": "https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=10",
  "results": [
    {
      "id": 22,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/22/?format=api",
      "name": "Mir EO-16",
      "start": "1994-07-01T12:24:00Z",
      "end": "1994-11-04T11:18: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": 23,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/23/?format=api",
      "name": "Mir EO-17",
      "start": "1994-10-03T22:42:00Z",
      "end": "1995-03-22T04:04: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": 24,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/24/?format=api",
      "name": "Mir EO-18",
      "start": "1995-03-14T06:11:00Z",
      "end": "1995-07-07T14:55: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": 25,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/25/?format=api",
      "name": "Mir EO-19",
      "start": "1995-06-27T19:32:00Z",
      "end": "1995-09-11T06:52: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": 26,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/26/?format=api",
      "name": "Mir EO-20",
      "start": "1995-09-03T09:00:00Z",
      "end": "1996-02-29T10:42: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": 27,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/27/?format=api",
      "name": "Mir EO-21",
      "start": "1996-02-21T12:34:00Z",
      "end": "1996-09-02T07:41: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": 28,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/28/?format=api",
      "name": "Mir EO-22",
      "start": "1996-08-17T13:18:00Z",
      "end": "1997-03-02T06:44: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": 29,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/29/?format=api",
      "name": "Mir EO-23",
      "start": "1997-02-10T14:09:00Z",
      "end": "1997-08-14T12:17: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": 30,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/30/?format=api",
      "name": "Mir EO-24",
      "start": "1997-08-05T15:35:00Z",
      "end": "1998-02-19T09:10: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": 31,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/31/?format=api",
      "name": "Mir EO-25",
      "start": "1998-01-29T16:33:42Z",
      "end": "1998-08-25T05:24:44Z",
      "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"
      }
    }
  ]
}