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=70
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=80",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=60",
    "results": [
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/85/?format=api",
            "name": "Expedition 51",
            "start": "2017-04-10T07:58:00Z",
            "end": "2017-06-02T10:47:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 712,
                    "name": "Expedition 51 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_51_patch_20221024013515.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 388,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/388/?format=api",
                    "name": "Expedition 51 EVA 2",
                    "start": "2017-05-23T11:20:00Z",
                    "end": "2017-05-23T14:06:00Z",
                    "duration": "PT2H46M",
                    "location": "International Space Station"
                },
                {
                    "id": 387,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/387/?format=api",
                    "name": "Expedition 51 EVA 1",
                    "start": "2017-05-12T13:01:00Z",
                    "end": "2017-05-12T17:21:00Z",
                    "duration": "PT4H20M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/86/?format=api",
            "name": "Expedition 52",
            "start": "2017-06-02T10:47:00Z",
            "end": "2017-09-02T21:58:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 713,
                    "name": "Expedition 52 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_52_patch_20221024013516.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 389,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/389/?format=api",
                    "name": "Expedition 52 EVA",
                    "start": "2017-08-17T14:36:00Z",
                    "end": "2017-08-17T22:10:00Z",
                    "duration": "PT7H34M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/87/?format=api",
            "name": "Expedition 53",
            "start": "2017-09-02T21:58:00Z",
            "end": "2017-12-14T05:14:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 714,
                    "name": "Expedition 53 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_53_patch_20221024013516.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 392,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/392/?format=api",
                    "name": "Expedition 53 EVA 3",
                    "start": "2017-10-20T11:47:00Z",
                    "end": "2017-10-20T18:36:00Z",
                    "duration": "PT6H49M",
                    "location": "International Space Station"
                },
                {
                    "id": 391,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/391/?format=api",
                    "name": "Expedition 53 EVA 2",
                    "start": "2017-10-10T11:56:00Z",
                    "end": "2017-10-10T18:22:00Z",
                    "duration": "PT6H26M",
                    "location": "International Space Station"
                },
                {
                    "id": 390,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/390/?format=api",
                    "name": "Expedition 53 EVA 1",
                    "start": "2017-10-05T12:05:00Z",
                    "end": "2017-10-05T19:00:00Z",
                    "duration": "PT6H55M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/88/?format=api",
            "name": "Expedition 54",
            "start": "2017-12-14T05:14:00Z",
            "end": "2018-02-27T23:08:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 715,
                    "name": "Expedition 54 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_54_patch_20221024013517.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 395,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/395/?format=api",
                    "name": "Expedition 54 EVA 3",
                    "start": "2018-02-16T12:00:00Z",
                    "end": "2018-02-16T17:57:00Z",
                    "duration": "PT5H57M",
                    "location": "International Space Station"
                },
                {
                    "id": 394,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/394/?format=api",
                    "name": "Expedition 54 EVA 2",
                    "start": "2018-02-02T15:34:00Z",
                    "end": "2018-02-02T23:47:00Z",
                    "duration": "PT8H13M",
                    "location": "International Space Station"
                },
                {
                    "id": 393,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/393/?format=api",
                    "name": "Expedition 54 EVA 1",
                    "start": "2018-01-23T11:49:00Z",
                    "end": "2018-01-23T19:13:00Z",
                    "duration": "PT7H24M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/89/?format=api",
            "name": "Expedition 55",
            "start": "2018-02-27T23:08:00Z",
            "end": "2018-06-03T09:16:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 716,
                    "name": "Expedition 55 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_55_patch_20221024013517.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 397,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/397/?format=api",
                    "name": "Expedition 55 EVA 2",
                    "start": "2018-05-16T11:39:00Z",
                    "end": "2018-05-16T18:10:00Z",
                    "duration": "PT6H31M",
                    "location": "International Space Station"
                },
                {
                    "id": 396,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/396/?format=api",
                    "name": "Expedition 55 EVA 1",
                    "start": "2018-03-29T13:33:00Z",
                    "end": "2018-03-29T19:43:00Z",
                    "duration": "PT6H10M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 90,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/90/?format=api",
            "name": "Expedition 56",
            "start": "2018-06-03T09:16:00Z",
            "end": "2018-10-04T07:57:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 717,
                    "name": "Expedition 56 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_56_patch_20221024013517.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 399,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/399/?format=api",
                    "name": "Expedition 56 EVA 2",
                    "start": "2018-08-15T16:17:00Z",
                    "end": "2018-08-16T00:03:00Z",
                    "duration": "PT7H46M",
                    "location": "International Space Station"
                },
                {
                    "id": 398,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/398/?format=api",
                    "name": "Expedition 56 EVA 1",
                    "start": "2018-06-14T13:06:00Z",
                    "end": "2018-06-14T19:55:00Z",
                    "duration": "PT6H49M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/91/?format=api",
            "name": "Expedition 57",
            "start": "2018-10-04T07:57:00Z",
            "end": "2018-12-20T01:40:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 718,
                    "name": "Expedition 57 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_57_patch_20221024013518.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 400,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/400/?format=api",
                    "name": "Expedition 57 EVA",
                    "start": "2018-12-11T15:59:00Z",
                    "end": "2018-12-11T21:44:00Z",
                    "duration": "PT5H45M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/92/?format=api",
            "name": "Expedition 58",
            "start": "2018-12-20T01:40:00Z",
            "end": "2019-03-15T01:01:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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"
            },
            "mission_patches": [
                {
                    "id": 719,
                    "name": "Expedition 58 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_58_patch_20221024013518.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": []
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 8,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 59,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/59/?format=api",
                    "name": "PE-2 EVA 3",
                    "start": "1987-06-16T15:30:00Z",
                    "end": "1987-06-16T18:45:00Z",
                    "duration": "PT3H15M",
                    "location": "Mir"
                },
                {
                    "id": 58,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/58/?format=api",
                    "name": "PE-2 EVA 2",
                    "start": "1987-06-12T16:55:00Z",
                    "end": "1987-06-12T18:48:00Z",
                    "duration": "PT1H53M",
                    "location": "Mir"
                },
                {
                    "id": 57,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/57/?format=api",
                    "name": "PE-2 EVA 1",
                    "start": "1987-04-11T19:41:00Z",
                    "end": "1987-04-11T23:21:00Z",
                    "duration": "PT3H40M",
                    "location": "Mir"
                }
            ]
        }
    ]
}