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&ordering=end
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=end",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=110&ordering=end",
    "results": [
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/83/?format=api",
            "name": "Expedition 49",
            "start": "2016-09-06T21:51:00Z",
            "end": "2016-10-30T00:35:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 123,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/123/?format=api",
            "name": "Shenzhou 11",
            "start": "2016-10-18T17:24:00Z",
            "end": "2016-11-14T04:41:00Z",
            "spacestation": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/8/?format=api",
                "name": "Tiangong 2",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg"
            }
        },
        {
            "id": 84,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/84/?format=api",
            "name": "Expedition 50",
            "start": "2016-10-30T00:35:00Z",
            "end": "2017-04-10T07:58:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/85/?format=api",
            "name": "Expedition 51",
            "start": "2017-04-10T07:58:00Z",
            "end": "2017-06-02T10:47:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/86/?format=api",
            "name": "Expedition 52",
            "start": "2017-06-02T10:47:00Z",
            "end": "2017-09-02T21:58:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/87/?format=api",
            "name": "Expedition 53",
            "start": "2017-09-02T21:58:00Z",
            "end": "2017-12-14T05:14:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/88/?format=api",
            "name": "Expedition 54",
            "start": "2017-12-14T05:14:00Z",
            "end": "2018-02-27T23:08:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/89/?format=api",
            "name": "Expedition 55",
            "start": "2018-02-27T23:08:00Z",
            "end": "2018-06-03T09:16:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 90,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/90/?format=api",
            "name": "Expedition 56",
            "start": "2018-06-03T09:16:00Z",
            "end": "2018-10-04T07:57:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/91/?format=api",
            "name": "Expedition 57",
            "start": "2018-10-04T07:57:00Z",
            "end": "2018-12-20T01:40:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        }
    ]
}