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=60&ordering=-end
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=70&ordering=-end",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=50&ordering=-end",
    "results": [
        {
            "id": 64,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/64/?format=api",
            "name": "Expedition 30",
            "start": "2011-11-21T23:00:00Z",
            "end": "2012-04-27T08: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/63/?format=api",
            "name": "Expedition 29",
            "start": "2011-09-16T03:59:39Z",
            "end": "2011-11-21T23: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 62,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/62/?format=api",
            "name": "Expedition 28",
            "start": "2011-05-23T21:35:00Z",
            "end": "2011-09-16T00:38: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": 61,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/61/?format=api",
            "name": "Expedition 27",
            "start": "2011-03-16T08:54:00Z",
            "end": "2011-05-23T21: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/60/?format=api",
            "name": "Expedition 26",
            "start": "2010-11-26T04:46:00Z",
            "end": "2011-03-16T08:54: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": 59,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/59/?format=api",
            "name": "Expedition 25",
            "start": "2010-09-25T02:02:00Z",
            "end": "2010-11-26T04:46: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": 58,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/58/?format=api",
            "name": "Expedition 24",
            "start": "2010-06-01T00:04:00Z",
            "end": "2010-09-25T02: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": 57,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/57/?format=api",
            "name": "Expedition 23",
            "start": "2010-03-18T08:03:00Z",
            "end": "2010-06-02T00:04: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": 56,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/56/?format=api",
            "name": "Expedition 22",
            "start": "2009-12-01T03:56:00Z",
            "end": "2010-03-18T08:03: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": 55,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/55/?format=api",
            "name": "Expedition 21",
            "start": "2009-10-11T01:07:00Z",
            "end": "2009-12-01T03:56: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"
            }
        }
    ]
}