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=140&ordering=-id
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=150&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=130&ordering=-id",
    "results": [
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/16/?format=api",
            "name": "Mir EO-10",
            "start": "1991-10-02T05:59:00Z",
            "end": "1992-03-25T08:51:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/15/?format=api",
            "name": "Mir EO-9",
            "start": "1991-05-18T12:50:00Z",
            "end": "1991-10-10T04:12:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/14/?format=api",
            "name": "Mir EO-8",
            "start": "1990-12-02T08:13:00Z",
            "end": "1991-05-26T10:04:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/13/?format=api",
            "name": "Mir EO-7",
            "start": "1990-08-01T09:32:00Z",
            "end": "1990-12-10T06:08:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/12/?format=api",
            "name": "Mir EO-6",
            "start": "1990-02-11T06:16:00Z",
            "end": "1990-08-09T07:33:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/11/?format=api",
            "name": "Mir EO-5",
            "start": "1989-09-05T21:38:00Z",
            "end": "1990-02-19T04:36:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/10/?format=api",
            "name": "Mir EO-4",
            "start": "1988-11-26T15:49:00Z",
            "end": "1989-04-27T02:57:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/9/?format=api",
            "name": "Mir EO-3",
            "start": "1987-12-21T11:18:00Z",
            "end": "1988-12-21T09:57:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/8/?format=api",
            "name": "Mir EO-2",
            "start": "1987-02-05T21:38:00Z",
            "end": "1987-12-29T09:16:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.0.0/expedition/7/?format=api",
            "name": "Mir EO-1",
            "start": "1986-03-13T12:33:00Z",
            "end": "1986-07-16T12:34:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            }
        }
    ]
}