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=130
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=140",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=120",
    "results": [
        {
            "id": 135,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/135/?format=api",
            "name": "Salyut 7 EO-5",
            "start": "1986-03-13T12:33:09Z",
            "end": "1986-07-16T12:34:05Z",
            "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": 119,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/119/?format=api",
            "name": "Expedition 60",
            "start": "2019-06-24T23:25:00Z",
            "end": "2019-10-02T00:00: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": 136,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/136/?format=api",
            "name": "Expedition 61",
            "start": "2019-10-02T00:00:00Z",
            "end": "2020-02-05T13: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"
            }
        },
        {
            "id": 137,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/137/?format=api",
            "name": "Expedition 62",
            "start": "2020-02-05T13:40:00Z",
            "end": "2020-04-17T01:53: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": 143,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/143/?format=api",
            "name": "Challenge Movie Crew",
            "start": "2021-10-05T12:22:31Z",
            "end": "2021-10-17T01: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": 141,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/141/?format=api",
            "name": "Expedition 65",
            "start": "2021-04-17T19:45:00Z",
            "end": "2021-10-17T01: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": 138,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/138/?format=api",
            "name": "Expedition 63",
            "start": "2020-04-17T01:53:00Z",
            "end": "2020-10-20T20:15: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": 122,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/122/?format=api",
            "name": "Shenzhou 10",
            "start": "2013-06-13T05:11:00Z",
            "end": "2013-06-25T21:07:00Z",
            "spacestation": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/7/?format=api",
                "name": "Tiangong 1",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
            }
        },
        {
            "id": 140,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/140/?format=api",
            "name": "Expedition 64",
            "start": "2020-10-20T20:15:00Z",
            "end": "2021-04-17T01:34: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": 142,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/142/?format=api",
            "name": "Expedition 66",
            "start": "2021-10-17T01:14:00Z",
            "end": "2022-03-30T07:21: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"
            }
        }
    ]
}