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=70&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=80&ordering=-end",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=60&ordering=-end",
    "results": [
        {
            "id": 54,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/54/?format=api",
            "name": "Expedition 20",
            "start": "2009-05-29T12:34:00Z",
            "end": "2009-10-11T12:36: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": 53,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/53/?format=api",
            "name": "Expedition 19",
            "start": "2009-03-28T13:05:00Z",
            "end": "2009-05-29T12: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/52/?format=api",
            "name": "Expedition 18",
            "start": "2008-10-12T07:01:00Z",
            "end": "2009-04-08T07:16: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": 51,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/51/?format=api",
            "name": "Expedition 17",
            "start": "2008-04-08T11:16:39Z",
            "end": "2008-10-24T03: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": 50,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/50/?format=api",
            "name": "Expedition 16",
            "start": "2007-10-10T13:22:39Z",
            "end": "2008-04-19T08:29:44Z",
            "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": 49,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/49/?format=api",
            "name": "Expedition 15",
            "start": "2007-04-07T17:31:14Z",
            "end": "2007-10-21T10:35:49Z",
            "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": 48,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/48/?format=api",
            "name": "Expedition 14",
            "start": "2006-09-18T04:09:00Z",
            "end": "2007-04-21T12:31: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": 47,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/47/?format=api",
            "name": "Expedition 13",
            "start": "2006-04-01T04:19:00Z",
            "end": "2006-09-28T21: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            }
        },
        {
            "id": 46,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/46/?format=api",
            "name": "Expedition 12",
            "start": "2005-10-03T05:27:00Z",
            "end": "2006-04-08T19:28: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": 45,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/45/?format=api",
            "name": "Expedition 11",
            "start": "2005-04-17T02:19:00Z",
            "end": "2005-10-10T21:49: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"
            }
        }
    ]
}