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

{
    "count": 160,
    "next": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=60&ordering=-start",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=40&ordering=-start",
    "results": [
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/72/?format=api",
            "name": "Expedition 38",
            "start": "2013-11-10T23:26:00Z",
            "end": "2014-05-11T00:02: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 71,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/71/?format=api",
            "name": "Expedition 37",
            "start": "2013-09-10T23:37:00Z",
            "end": "2013-11-10T23:26: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://thespacedevs-prod.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
            }
        },
        {
            "id": 70,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/70/?format=api",
            "name": "Expedition 36",
            "start": "2013-05-13T23:08:00Z",
            "end": "2013-09-10T23:37: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 69,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/69/?format=api",
            "name": "Expedition 35",
            "start": "2013-03-15T23:43:00Z",
            "end": "2013-05-13T23: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/68/?format=api",
            "name": "Expedition 34",
            "start": "2012-11-18T22:26:00Z",
            "end": "2013-03-15T23:43: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/67/?format=api",
            "name": "Expedition 33",
            "start": "2012-09-16T23:09:00Z",
            "end": "2012-11-18T22:26: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/66/?format=api",
            "name": "Expedition 32",
            "start": "2012-07-01T04:48:00Z",
            "end": "2012-09-16T23:09: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/121/?format=api",
            "name": "Shenzhou 9",
            "start": "2012-06-18T06:07:00Z",
            "end": "2012-06-28T01:22: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
            }
        },
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/65/?format=api",
            "name": "Expedition 31",
            "start": "2012-04-27T08:15:00Z",
            "end": "2012-07-01T04:48: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        }
    ]
}