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=120
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",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=110",
    "results": [
        {
            "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": 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": 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": 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": 129,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/129/?format=api",
            "name": "Salyut 7 EP-3",
            "start": "1984-04-03T13:08:00Z",
            "end": "1984-04-11T10:48:48Z",
            "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": 130,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/130/?format=api",
            "name": "Salyut 7 EP-4",
            "start": "1984-07-17T17:40:54Z",
            "end": "1984-07-29T12:55:30Z",
            "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": 131,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/131/?format=api",
            "name": "Salyut 7 EO-4-1a",
            "start": "1985-06-06T06:39:52Z",
            "end": "1985-11-21T10:31: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": 132,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/132/?format=api",
            "name": "Salyut 7 EO-4-1b",
            "start": "1985-06-06T06:39:52Z",
            "end": "1985-09-26T09:51:58Z",
            "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": 133,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/133/?format=api",
            "name": "Salyut 7 EP-5",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-09-26T09:51:58Z",
            "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": 134,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/134/?format=api",
            "name": "Salyut 7 EO-4-2",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-11-21T10:31: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"
            }
        }
    ]
}