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=10&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=20&ordering=-end",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&ordering=-end",
    "results": [
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/147/?format=api",
            "name": "Expedition 67",
            "start": "2022-03-30T07:21:00Z",
            "end": "2022-09-28T13: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": 148,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/148/?format=api",
            "name": "Axiom Mission 1",
            "start": "2022-04-09T12:29:00Z",
            "end": "2022-04-25T01:10: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": 146,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/146/?format=api",
            "name": "Shenzhou 13",
            "start": "2021-10-15T22:48:39Z",
            "end": "2022-04-15T16:44:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            }
        },
        {
            "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"
            }
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/144/?format=api",
            "name": "Soyuz MS-20",
            "start": "2021-12-08T00:00:00Z",
            "end": "2021-12-20T00: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": 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": 145,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/145/?format=api",
            "name": "Shenzhou 12",
            "start": "2021-06-17T07:54:00Z",
            "end": "2021-09-17T05:34:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/18/?format=api",
                "name": "Tiangong space station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
            }
        },
        {
            "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": 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"
            }
        }
    ]
}