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&limit=10&offset=120&ordering=-start
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 155,
    "next": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=130&ordering=-start",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=110&ordering=-start",
    "results": [
        {
            "id": 128,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/128/?format=api",
            "name": "Salyut 7 EO-3",
            "start": "1984-02-08T12:07:26Z",
            "end": "1984-10-02T10:57:00Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            }
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/127/?format=api",
            "name": "Salyut 7 EO-2",
            "start": "1983-06-27T09:12:00Z",
            "end": "1983-11-23T19:58:00Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            }
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/126/?format=api",
            "name": "Salyut 7 EP-2",
            "start": "1982-08-19T17:11:52Z",
            "end": "1982-08-27T15:04:16Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            }
        },
        {
            "id": 125,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/125/?format=api",
            "name": "Salyut 7 EP-1",
            "start": "1982-06-24T16:29:48Z",
            "end": "1982-07-02T14:20:40Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            }
        },
        {
            "id": 124,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/124/?format=api",
            "name": "Salyut 7 EO-1",
            "start": "1982-05-13T09:58:05Z",
            "end": "1982-12-10T19:02:36Z",
            "spacestation": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/15/?format=api",
                "name": "Salyut 7",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
            }
        },
        {
            "id": 118,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/118/?format=api",
            "name": "Salyut 6 EP-10",
            "start": "1981-05-14T17:16:38Z",
            "end": "1981-05-22T13:58:30Z",
            "spacestation": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/14/?format=api",
                "name": "Salyut 6",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
            }
        },
        {
            "id": 117,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/117/?format=api",
            "name": "Salyut 6 EP-9",
            "start": "1981-03-21T14:58:55Z",
            "end": "1981-03-30T11:40:58Z",
            "spacestation": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/14/?format=api",
                "name": "Salyut 6",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
            }
        },
        {
            "id": 116,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/116/?format=api",
            "name": "Salyut 6 EO-6",
            "start": "1981-03-12T19:00:10Z",
            "end": "1981-05-26T12:37:34Z",
            "spacestation": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/14/?format=api",
                "name": "Salyut 6",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
            }
        },
        {
            "id": 115,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/115/?format=api",
            "name": "Salyut 6 EO-5",
            "start": "1980-11-27T14:18:28Z",
            "end": "1980-12-10T09:26:10Z",
            "spacestation": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/14/?format=api",
                "name": "Salyut 6",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
            }
        },
        {
            "id": 114,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/114/?format=api",
            "name": "Salyut 6 EP-8",
            "start": "1980-09-18T19:11:04Z",
            "end": "1980-09-26T15:54:28Z",
            "spacestation": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/14/?format=api",
                "name": "Salyut 6",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
            }
        }
    ]
}