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=90&ordering=-id
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=100&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=80&ordering=-id",
    "results": [
        {
            "id": 70,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/70/?format=api",
            "name": "Expedition 36",
            "start": "2013-05-13T23:08:00Z",
            "end": "2013-09-10T23:37: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": 695,
                    "name": "Expedition 36 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_36_patch_20221024013504.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": 360,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/360/?format=api",
                    "name": "Expedition 36 EVA 5",
                    "start": "2013-08-22T11:34:00Z",
                    "end": "2013-08-22T17:32:00Z",
                    "duration": "PT5H58M",
                    "location": "International Space Station"
                },
                {
                    "id": 359,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/359/?format=api",
                    "name": "Expedition 36 EVA 4",
                    "start": "2013-08-16T14:36:00Z",
                    "end": "2013-08-16T22:05:00Z",
                    "duration": "PT7H29M",
                    "location": "International Space Station"
                },
                {
                    "id": 358,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/358/?format=api",
                    "name": "Expedition 36 EVA 3",
                    "start": "2013-07-16T11:57:00Z",
                    "end": "2013-07-16T13:29:00Z",
                    "duration": "PT1H32M",
                    "location": "International Space Station"
                },
                {
                    "id": 357,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/357/?format=api",
                    "name": "Expedition 36 EVA 2",
                    "start": "2013-07-09T12:02:00Z",
                    "end": "2013-07-09T18:09:00Z",
                    "duration": "PT6H7M",
                    "location": "International Space Station"
                },
                {
                    "id": 356,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/356/?format=api",
                    "name": "Expedition 36 EVA 1",
                    "start": "2013-06-24T13:32:00Z",
                    "end": "2013-06-24T20:06:00Z",
                    "duration": "PT6H34M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 69,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/69/?format=api",
            "name": "Expedition 35",
            "start": "2013-03-15T23:43:00Z",
            "end": "2013-05-13T23: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": 694,
                    "name": "Expedition 35 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_35_patch_20221024013503.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": 355,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/355/?format=api",
                    "name": "Expedition 35 EVA 2",
                    "start": "2013-05-11T12:44:00Z",
                    "end": "2013-05-11T18:14:00Z",
                    "duration": "PT5H30M",
                    "location": "International Space Station"
                },
                {
                    "id": 354,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/354/?format=api",
                    "name": "Expedition 35 EVA 1",
                    "start": "2013-04-19T14:03:00Z",
                    "end": "2013-04-19T20:41:00Z",
                    "duration": "PT6H38M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/68/?format=api",
            "name": "Expedition 34",
            "start": "2012-11-18T22:26:00Z",
            "end": "2013-03-15T23:43: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": 693,
                    "name": "Expedition 34 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_34_patch_20221024013503.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": 67,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/67/?format=api",
            "name": "Expedition 33",
            "start": "2012-09-16T23:09:00Z",
            "end": "2012-11-18T22:26: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": 692,
                    "name": "Expedition 33 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_33_patch_20221024013503.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": 353,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/353/?format=api",
                    "name": "Expedition 33 EVA",
                    "start": "2012-11-01T12:29:00Z",
                    "end": "2012-11-01T19:07:00Z",
                    "duration": "PT6H38M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/66/?format=api",
            "name": "Expedition 32",
            "start": "2012-07-01T04:48:00Z",
            "end": "2012-09-16T23:09: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": 691,
                    "name": "Expedition 32 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_32_patch_20221024013502.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": 352,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/352/?format=api",
                    "name": "Expedition 32 EVA 3",
                    "start": "2012-09-05T11:06:00Z",
                    "end": "2012-09-05T17:34:00Z",
                    "duration": "PT6H28M",
                    "location": "International Space Station"
                },
                {
                    "id": 351,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/351/?format=api",
                    "name": "Expedition 32 EVA 2",
                    "start": "2012-08-30T12:16:00Z",
                    "end": "2012-08-30T20:33:00Z",
                    "duration": "PT8H17M",
                    "location": "International Space Station"
                },
                {
                    "id": 350,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/350/?format=api",
                    "name": "Expedition 32 EVA 1",
                    "start": "2012-08-20T15:37:00Z",
                    "end": "2012-08-20T21:28:00Z",
                    "duration": "PT5H51M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/65/?format=api",
            "name": "Expedition 31",
            "start": "2012-04-27T08:15:00Z",
            "end": "2012-07-01T04:48: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": 690,
                    "name": "Expedition 31 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_31_patch_20221024013502.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": 64,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 689,
                    "name": "Expedition 30 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_30_patch_20221024013501.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": 349,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/349/?format=api",
                    "name": "Expedition 30 EVA",
                    "start": "2012-02-16T14:31:00Z",
                    "end": "2012-02-16T20:46:00Z",
                    "duration": "PT6H15M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 687,
                    "name": "Expedition 29 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_29_patch_20221024013458.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": 62,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 686,
                    "name": "Expedition 28 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_28_patch_20221024013456.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": 348,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/348/?format=api",
                    "name": "Expedition 28 EVA 2",
                    "start": "2011-08-03T14:50:00Z",
                    "end": "2011-08-03T21:13:00Z",
                    "duration": "PT6H23M",
                    "location": "International Space Station"
                },
                {
                    "id": 347,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/347/?format=api",
                    "name": "Expedition 28 EVA 1",
                    "start": "2011-07-12T13:22:00Z",
                    "end": "2011-07-12T19:53:00Z",
                    "duration": "PT6H31M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 61,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 685,
                    "name": "Expedition 27 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_27_patch_20221024013455.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": []
        }
    ]
}