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=100&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=110&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=90&ordering=-id",
    "results": [
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/60/?format=api",
            "name": "Expedition 26",
            "start": "2010-11-26T04:46:00Z",
            "end": "2011-03-16T08:54: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": 684,
                    "name": "Expedition 26 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_26_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": [
                {
                    "id": 346,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/346/?format=api",
                    "name": "Expedition 26 EVA 2",
                    "start": "2011-02-16T13:30:00Z",
                    "end": "2011-02-16T18:21:00Z",
                    "duration": "PT4H51M",
                    "location": "International Space Station"
                },
                {
                    "id": 345,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/345/?format=api",
                    "name": "Expedition 26 EVA 1",
                    "start": "2011-01-21T14:29:00Z",
                    "end": "2011-01-21T19:52:00Z",
                    "duration": "PT5H23M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/59/?format=api",
            "name": "Expedition 25",
            "start": "2010-09-25T02:02:00Z",
            "end": "2010-11-26T04:46: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": 683,
                    "name": "Expedition 25 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_25_patch_20221024013452.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": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/344/?format=api",
                    "name": "Expedition 25 EVA",
                    "start": "2010-11-25T14:55:00Z",
                    "end": "2010-11-25T21:22:00Z",
                    "duration": "PT6H27M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/58/?format=api",
            "name": "Expedition 24",
            "start": "2010-06-01T00:04:00Z",
            "end": "2010-09-25T02:02: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": 682,
                    "name": "Expedition 24 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_24_patch_20221024013449.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": 343,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/343/?format=api",
                    "name": "Expedition 24 EVA 4",
                    "start": "2010-08-16T10:20:00Z",
                    "end": "2010-08-16T17:40:00Z",
                    "duration": "PT7H20M",
                    "location": "International Space Station"
                },
                {
                    "id": 342,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/342/?format=api",
                    "name": "Expedition 24 EVA 3",
                    "start": "2010-08-11T12:27:00Z",
                    "end": "2010-08-11T19:53:00Z",
                    "duration": "PT7H26M",
                    "location": "International Space Station"
                },
                {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/341/?format=api",
                    "name": "Expedition 24 EVA 2",
                    "start": "2010-08-07T11:19:00Z",
                    "end": "2010-08-07T19:22:00Z",
                    "duration": "PT8H3M",
                    "location": "International Space Station"
                },
                {
                    "id": 340,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/340/?format=api",
                    "name": "Expedition 24 EVA 1",
                    "start": "2010-07-27T04:11:00Z",
                    "end": "2010-07-27T10:53:00Z",
                    "duration": "PT6H42M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 57,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/57/?format=api",
            "name": "Expedition 23",
            "start": "2010-03-18T08:03:00Z",
            "end": "2010-06-02T00:04: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": 681,
                    "name": "Expedition 23 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_23_patch_20221024013447.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": 56,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/56/?format=api",
            "name": "Expedition 22",
            "start": "2009-12-01T03:56:00Z",
            "end": "2010-03-18T08:03: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": 680,
                    "name": "Expedition 22 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_22_patch_20221024013445.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": 339,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/339/?format=api",
                    "name": "Expedition 22 EVA",
                    "start": "2010-01-14T10:05:00Z",
                    "end": "2010-01-14T15:49:00Z",
                    "duration": "PT5H44M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/55/?format=api",
            "name": "Expedition 21",
            "start": "2009-10-11T01:07:00Z",
            "end": "2009-12-01T03:56: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": 679,
                    "name": "Expedition 21 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_21_patch_20221024013444.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": 54,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 678,
                    "name": "Expedition 20 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_20_patch_20221024013444.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": 338,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/338/?format=api",
                    "name": "Expedition 20 EVA 2",
                    "start": "2009-06-10T06:55:00Z",
                    "end": "2009-06-10T07:07:00Z",
                    "duration": "PT12M",
                    "location": "International Space Station"
                },
                {
                    "id": 337,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/337/?format=api",
                    "name": "Expedition 20 EVA 1",
                    "start": "2009-06-05T07:52:00Z",
                    "end": "2009-06-05T12:46:00Z",
                    "duration": "PT4H54M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 53,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 676,
                    "name": "Expedition 19 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_19_patch_20221024013443.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": 52,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 675,
                    "name": "Expedition 18 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_18_patch_20221024013442.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": 336,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/336/?format=api",
                    "name": "Expedition 18 EVA 2",
                    "start": "2009-03-10T16:22:00Z",
                    "end": "2009-03-10T21:11:00Z",
                    "duration": "PT4H49M",
                    "location": "International Space Station"
                },
                {
                    "id": 335,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/335/?format=api",
                    "name": "Expedition 18 EVA 1",
                    "start": "2008-12-23T00:51:00Z",
                    "end": "2008-12-23T06:29:00Z",
                    "duration": "PT5H38M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.2.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.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": 674,
                    "name": "Expedition 17 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_17_patch_20221024013442.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": 334,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/334/?format=api",
                    "name": "Expedition 17 EVA 2",
                    "start": "2008-07-15T17:08:00Z",
                    "end": "2008-07-15T23:02:00Z",
                    "duration": "PT5H54M",
                    "location": "International Space Station"
                },
                {
                    "id": 333,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/333/?format=api",
                    "name": "Expedition 17 EVA 1",
                    "start": "2008-07-10T18:48:00Z",
                    "end": "2008-07-11T01:06:00Z",
                    "duration": "PT6H18M",
                    "location": "International Space Station"
                }
            ]
        }
    ]
}