API endpoint that allows Expeditions to be viewed.

GET: Return a list of all the existing expeditions.

MODE: Normal and Detailed /2.2.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.2.0/expedition/?space_station=1&mode=detailed

Search for all Expeditions with the Astronaut named John Example - /2.2.0/expedition/?search=John

ORDERING: Fields - 'id', 'start', 'end' Order reverse via Start date. Example - /2.2.0/astronaut/?order=-start

GET /2.2.0/expedition/?format=api&offset=50&ordering=start
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 159,
    "next": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=60&ordering=start",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=40&ordering=start",
    "results": [
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 81,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/81/?format=api",
                    "name": "PE-9 EVA 6",
                    "start": "1991-07-27T08:44:00Z",
                    "end": "1991-07-27T15:33:00Z",
                    "duration": "PT6H49M",
                    "location": "Mir"
                },
                {
                    "id": 80,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/80/?format=api",
                    "name": "PE-9 EVA 5",
                    "start": "1991-07-23T09:15:00Z",
                    "end": "1991-07-23T14:57:00Z",
                    "duration": "PT5H42M",
                    "location": "Mir"
                },
                {
                    "id": 79,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/79/?format=api",
                    "name": "PE-9 EVA 4",
                    "start": "1991-07-19T11:10:00Z",
                    "end": "1991-07-19T16:38:00Z",
                    "duration": "PT5H28M",
                    "location": "Mir"
                },
                {
                    "id": 78,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/78/?format=api",
                    "name": "PE-9 EVA 3",
                    "start": "1991-07-15T11:45:00Z",
                    "end": "1991-07-15T17:41:00Z",
                    "duration": "PT5H56M",
                    "location": "Mir"
                },
                {
                    "id": 77,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/77/?format=api",
                    "name": "PE-9 EVA 2",
                    "start": "1991-06-28T19:02:00Z",
                    "end": "1991-06-28T22:26:00Z",
                    "duration": "PT3H24M",
                    "location": "Mir"
                },
                {
                    "id": 76,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/76/?format=api",
                    "name": "PE-9 EVA 1",
                    "start": "1991-06-24T21:11:00Z",
                    "end": "1991-06-25T02:09:00Z",
                    "duration": "PT4H58M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 82,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/82/?format=api",
                    "name": "PE-10 EVA",
                    "start": "1992-02-20T20:09:00Z",
                    "end": "1992-02-21T00:21:00Z",
                    "duration": "PT4H12M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/17/?format=api",
            "name": "Mir EO-11",
            "start": "1992-03-17T10:54:00Z",
            "end": "1992-08-10T01:05:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 83,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/83/?format=api",
                    "name": "PE-11 EVA",
                    "start": "1992-07-08T12:38:00Z",
                    "end": "1992-07-08T14:41:00Z",
                    "duration": "PT2H3M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/18/?format=api",
            "name": "Mir EO-12",
            "start": "1992-07-27T06:08:00Z",
            "end": "1993-02-01T03:49:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 87,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/87/?format=api",
                    "name": "PE-12 EVA 4",
                    "start": "1992-09-15T07:49:00Z",
                    "end": "1992-09-15T11:22:00Z",
                    "duration": "PT3H33M",
                    "location": "Mir"
                },
                {
                    "id": 86,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/86/?format=api",
                    "name": "PE-12 EVA 3",
                    "start": "1992-09-11T10:06:00Z",
                    "end": "1992-09-11T15:50:00Z",
                    "duration": "PT5H44M",
                    "location": "Mir"
                },
                {
                    "id": 85,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/85/?format=api",
                    "name": "PE-12 EVA 2",
                    "start": "1992-09-07T11:47:00Z",
                    "end": "1992-09-07T16:55:00Z",
                    "duration": "PT5H8M",
                    "location": "Mir"
                },
                {
                    "id": 84,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/84/?format=api",
                    "name": "PE-12 EVA 1",
                    "start": "1992-09-03T13:32:00Z",
                    "end": "1992-09-03T17:28:00Z",
                    "duration": "PT3H56M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/19/?format=api",
            "name": "Mir EO-13",
            "start": "1993-01-24T05:58:00Z",
            "end": "1993-07-22T06:41:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 89,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/89/?format=api",
                    "name": "PE-13 EVA 2",
                    "start": "1993-06-18T17:25:00Z",
                    "end": "1993-06-18T21:58:00Z",
                    "duration": "PT4H33M",
                    "location": "Mir"
                },
                {
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/88/?format=api",
                    "name": "PE-13 EVA 1",
                    "start": "1993-04-19T17:15:00Z",
                    "end": "1993-04-19T22:40:00Z",
                    "duration": "PT5H25M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/20/?format=api",
            "name": "Mir EO-14",
            "start": "1993-07-01T14:32:00Z",
            "end": "1994-01-14T08:18:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 94,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/94/?format=api",
                    "name": "PE-14 EVA 5",
                    "start": "1993-10-29T13:38:00Z",
                    "end": "1993-10-29T17:50:00Z",
                    "duration": "PT4H12M",
                    "location": "Mir"
                },
                {
                    "id": 93,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/93/?format=api",
                    "name": "PE-14 EVA 4",
                    "start": "1993-10-22T15:47:00Z",
                    "end": "1993-10-22T16:25:00Z",
                    "duration": "PT38M",
                    "location": "Mir"
                },
                {
                    "id": 92,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/92/?format=api",
                    "name": "PE-14 EVA 3",
                    "start": "1993-09-28T00:57:00Z",
                    "end": "1993-09-28T02:48:00Z",
                    "duration": "PT1H51M",
                    "location": "Mir"
                },
                {
                    "id": 91,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/91/?format=api",
                    "name": "PE-14 EVA 2",
                    "start": "1993-09-20T03:51:50Z",
                    "end": "1993-09-20T07:05:40Z",
                    "duration": "PT3H13M50S",
                    "location": "Mir"
                },
                {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/90/?format=api",
                    "name": "PE-14 EVA 1",
                    "start": "1993-09-16T05:57:00Z",
                    "end": "1993-09-16T10:16:00Z",
                    "duration": "PT4H19M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/21/?format=api",
            "name": "Mir EO-15",
            "start": "1994-01-08T10:05:00Z",
            "end": "1994-07-09T10:32:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 22,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/22/?format=api",
            "name": "Mir EO-16",
            "start": "1994-07-01T12:24:00Z",
            "end": "1994-11-04T11:18:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 96,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/96/?format=api",
                    "name": "PE-16 EVA 2",
                    "start": "1994-09-13T06:30:00Z",
                    "end": "1994-09-13T12:32:00Z",
                    "duration": "PT6H2M",
                    "location": "Mir"
                },
                {
                    "id": 95,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/95/?format=api",
                    "name": "PE-16 EVA 1",
                    "start": "1994-09-09T07:00:00Z",
                    "end": "1994-09-09T12:06:00Z",
                    "duration": "PT5H6M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 23,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/23/?format=api",
            "name": "Mir EO-17",
            "start": "1994-10-03T22:42:00Z",
            "end": "1995-03-22T04:04:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/24/?format=api",
            "name": "Mir EO-18",
            "start": "1995-03-14T06:11:00Z",
            "end": "1995-07-07T14:55:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [
                {
                    "id": 733,
                    "name": "Mir EO-18 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/mir_eo-18_patch_20221024013530.png",
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 101,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/101/?format=api",
                    "name": "PE-18 EVA 5",
                    "start": "1995-06-01T22:05:30Z",
                    "end": "1995-06-01T22:28:20Z",
                    "duration": "PT22M50S",
                    "location": "Mir"
                },
                {
                    "id": 100,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/100/?format=api",
                    "name": "PE-18 EVA 4",
                    "start": "1995-05-28T22:22:00Z",
                    "end": "1995-05-28T22:43:00Z",
                    "duration": "PT21M",
                    "location": "Mir"
                },
                {
                    "id": 99,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/99/?format=api",
                    "name": "PE-18 EVA 3",
                    "start": "1995-05-22T00:10:20Z",
                    "end": "1995-05-22T05:25:11Z",
                    "duration": "PT5H14M51S",
                    "location": "Mir"
                },
                {
                    "id": 98,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/98/?format=api",
                    "name": "PE-18 EVA 2",
                    "start": "1995-05-17T02:38:00Z",
                    "end": "1995-05-17T09:20:00Z",
                    "duration": "PT6H42M",
                    "location": "Mir"
                },
                {
                    "id": 97,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/97/?format=api",
                    "name": "PE-18 EVA 1",
                    "start": "1995-05-12T04:20:44Z",
                    "end": "1995-05-12T10:35:16Z",
                    "duration": "PT6H14M32S",
                    "location": "Mir"
                }
            ]
        }
    ]
}