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&ordering=-end
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 154,
    "next": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=10&ordering=-end",
    "previous": null,
    "results": [
        {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/156/?format=api",
            "name": "Shenzhou 17",
            "start": "2023-10-26T09:46:00Z",
            "end": null,
            "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": 155,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/155/?format=api",
            "name": "Expedition 70",
            "start": "2023-09-26T13:40:00Z",
            "end": null,
            "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": 157,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/157/?format=api",
            "name": "Axiom Mission 3",
            "start": "2024-01-20T10:42:00Z",
            "end": "2024-02-07T14:20: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": 154,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/154/?format=api",
            "name": "Shenzhou 16",
            "start": "2023-05-30T08:29:00Z",
            "end": "2023-10-30T12:37: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": 151,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/151/?format=api",
            "name": "Expedition 69",
            "start": "2023-03-28T09:57:27Z",
            "end": "2023-09-26T13: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": 152,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/152/?format=api",
            "name": "Shenzhou 15",
            "start": "2022-11-29T21:42:00Z",
            "end": "2023-06-03T13:29: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": 153,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/153/?format=api",
            "name": "Axiom Mission 2",
            "start": "2023-05-22T13:12:00Z",
            "end": "2023-05-30T15:05: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": 150,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/150/?format=api",
            "name": "Expedition 68",
            "start": "2022-09-28T13:35:00Z",
            "end": "2023-03-28T09:57:27Z",
            "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": 149,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/149/?format=api",
            "name": "Shenzhou 14",
            "start": "2022-06-05T09:42:00Z",
            "end": "2022-12-04T12:09: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": 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"
            }
        }
    ]
}