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=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=20&ordering=start",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&ordering=start",
    "results": [
        {
            "id": 99,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/99/?format=api",
            "name": "Soyuz 23",
            "start": "1976-10-14T17:39:18Z",
            "end": "1976-10-16T17:45:53Z",
            "spacestation": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/13/?format=api",
                "name": "Salyut 5",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
            }
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/100/?format=api",
            "name": "Soyuz 24",
            "start": "1977-02-07T16:11:50Z",
            "end": "1977-02-25T09:37:48Z",
            "spacestation": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/13/?format=api",
                "name": "Salyut 5",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
            }
        },
        {
            "id": 101,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/101/?format=api",
            "name": "Soyuz 25",
            "start": "1977-10-09T02:40:35Z",
            "end": "1977-10-11T03:25:20Z",
            "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": 102,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/102/?format=api",
            "name": "Salyut 6 EO-1",
            "start": "1977-12-10T01:18:39Z",
            "end": "1977-03-16T11:18:47Z",
            "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": 103,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/103/?format=api",
            "name": "Salyut 6 EP-1",
            "start": "1978-01-11T14:05:54Z",
            "end": "1978-11-16T11:24: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": 104,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/104/?format=api",
            "name": "Salyut 6 EP-2",
            "start": "1978-03-02T15:28:10Z",
            "end": "1978-03-10T13:44: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": 105,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/105/?format=api",
            "name": "Salyut 6 EO-2",
            "start": "1978-06-15T20:16:45Z",
            "end": "1978-11-02T11:04:17Z",
            "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": 106,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/106/?format=api",
            "name": "Salyut 6 EP-3",
            "start": "1978-06-27T15:27:21Z",
            "end": "1978-07-05T13:30:20Z",
            "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": 107,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/107/?format=api",
            "name": "Salyut 6 EP-4",
            "start": "1978-08-26T14:51:30Z",
            "end": "1978-09-03T11:40: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": 108,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/108/?format=api",
            "name": "Salyut 6 EO-3",
            "start": "1979-02-25T11:53:49Z",
            "end": "1979-08-19T12:29:26Z",
            "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"
            }
        }
    ]
}