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=10&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=20&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&ordering=id",
  "results": [
    {
      "id": 12,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/12/?format=api",
      "name": "Mir EO-6",
      "start": "1990-02-11T06:16:00Z",
      "end": "1990-08-09T07:33: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": 13,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/13/?format=api",
      "name": "Mir EO-7",
      "start": "1990-08-01T09:32:00Z",
      "end": "1990-12-10T06:08: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": 14,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/14/?format=api",
      "name": "Mir EO-8",
      "start": "1990-12-02T08:13:00Z",
      "end": "1991-05-26T10: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": 15,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/15/?format=api",
      "name": "Mir EO-9",
      "start": "1991-05-18T12:50:00Z",
      "end": "1991-10-10T04:12: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": 16,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/16/?format=api",
      "name": "Mir EO-10",
      "start": "1991-10-02T05:59:00Z",
      "end": "1992-03-25T08:51: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": 17,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/17/?format=api",
      "name": "Mir EO-11",
      "start": "1992-03-17T10:54:00Z",
      "end": "1992-08-10T01:05: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": 18,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/18/?format=api",
      "name": "Mir EO-12",
      "start": "1992-07-27T06:08:00Z",
      "end": "1993-02-01T03:49: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": 19,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/19/?format=api",
      "name": "Mir EO-13",
      "start": "1993-01-24T05:58:00Z",
      "end": "1993-07-22T06: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": 20,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/20/?format=api",
      "name": "Mir EO-14",
      "start": "1993-07-01T14:32:00Z",
      "end": "1994-01-14T08: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": 21,
      "url": "https://lldev.thespacedevs.com/2.0.0/expedition/21/?format=api",
      "name": "Mir EO-15",
      "start": "1994-01-08T10:05:00Z",
      "end": "1994-07-09T10:32: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"
      }
    }
  ]
}