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=20
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=30",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=10",
    "results": [
        {
            "id": 35,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/35/?format=api",
            "name": "Expedition 1",
            "start": "2000-11-02T09:21:03Z",
            "end": "2001-03-19T04:32: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": 660,
                    "name": "Expedition 1 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_1_patch_20221024013436.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": 36,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/36/?format=api",
            "name": "Expedition 2",
            "start": "2001-03-08T11:42:09Z",
            "end": "2001-08-22T18:22:58Z",
            "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": 677,
                    "name": "Expedition 2 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_2_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": 297,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/297/?format=api",
                    "name": "Expedition 2 EVA",
                    "start": "2001-06-08T14:21:00Z",
                    "end": "2001-06-08T14:40:00Z",
                    "duration": "PT19M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/37/?format=api",
            "name": "Expedition 3",
            "start": "2001-08-12T18:41:00Z",
            "end": "2001-12-15T17:28: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": 688,
                    "name": "Expedition 3 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_3_patch_20221024013459.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": 301,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/301/?format=api",
                    "name": "Expedition 3 EVA 4",
                    "start": "2001-12-03T13:20:00Z",
                    "end": "2001-12-03T16:06:00Z",
                    "duration": "PT2H46M",
                    "location": "International Space Station"
                },
                {
                    "id": 300,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/300/?format=api",
                    "name": "Expedition 3 EVA 3",
                    "start": "2001-11-12T21:41:00Z",
                    "end": "2001-11-13T02:46:00Z",
                    "duration": "PT5H5M",
                    "location": "International Space Station"
                },
                {
                    "id": 299,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/299/?format=api",
                    "name": "Expedition 3 EVA 2",
                    "start": "2001-10-15T09:17:00Z",
                    "end": "2001-10-15T15:08:00Z",
                    "duration": "PT5H51M",
                    "location": "International Space Station"
                },
                {
                    "id": 298,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/298/?format=api",
                    "name": "Expedition 3 EVA 1",
                    "start": "2001-10-08T14:24:00Z",
                    "end": "2001-10-08T19:22:00Z",
                    "duration": "PT4H58M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/38/?format=api",
            "name": "Expedition 4",
            "start": "2001-12-07T20:03:00Z",
            "end": "2002-06-15T14:32: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": 661,
                    "name": "Expedition 4 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_4_patch_20221024013436.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                },
                {
                    "id": 699,
                    "name": "Expedition 4 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_4_patch_20221024013508.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": 304,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/304/?format=api",
                    "name": "Expedition 4 EVA 3",
                    "start": "2002-02-20T11:38:00Z",
                    "end": "2002-02-20T17:25:00Z",
                    "duration": "PT5H47M",
                    "location": "International Space Station"
                },
                {
                    "id": 303,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/303/?format=api",
                    "name": "Expedition 4 EVA 2",
                    "start": "2002-01-25T15:19:00Z",
                    "end": "2002-01-25T21:18:00Z",
                    "duration": "PT5H59M",
                    "location": "International Space Station"
                },
                {
                    "id": 302,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/302/?format=api",
                    "name": "Expedition 4 EVA 1",
                    "start": "2002-01-14T20:59:00Z",
                    "end": "2002-01-15T03:02:00Z",
                    "duration": "PT6H3M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/39/?format=api",
            "name": "Expedition 5",
            "start": "2002-06-07T16:25:00Z",
            "end": "2002-12-02T20:05: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": 662,
                    "name": "Expedition 5 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_5_patch_20221024013437.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                },
                {
                    "id": 710,
                    "name": "Expedition 5 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_5_patch_20221024013514.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": 306,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/306/?format=api",
                    "name": "Expedition 5 EVA 2",
                    "start": "2002-08-26T05:27:00Z",
                    "end": "2002-08-26T10:48:00Z",
                    "duration": "PT5H21M",
                    "location": "International Space Station"
                },
                {
                    "id": 305,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/305/?format=api",
                    "name": "Expedition 5 EVA 1",
                    "start": "2002-08-16T09:25:00Z",
                    "end": "2002-08-16T13:48:00Z",
                    "duration": "PT4H23M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/40/?format=api",
            "name": "Expedition 6",
            "start": "2002-11-25T21:59:00Z",
            "end": "2003-05-03T22: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": 663,
                    "name": "Expedition 6 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_6_patch_20221024013437.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                },
                {
                    "id": 721,
                    "name": "Expedition 6 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_6_patch_20221024013519.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": 308,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/308/?format=api",
                    "name": "Expedition 6 EVA 2",
                    "start": "2003-04-08T12:40:00Z",
                    "end": "2003-04-08T19:06:00Z",
                    "duration": "PT6H26M",
                    "location": "International Space Station"
                },
                {
                    "id": 307,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/307/?format=api",
                    "name": "Expedition 6 EVA 1",
                    "start": "2003-01-15T12:50:00Z",
                    "end": "2003-01-15T19:41:00Z",
                    "duration": "PT6H51M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 41,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/41/?format=api",
            "name": "Expedition 7",
            "start": "2003-04-28T05:56:20Z",
            "end": "2003-10-27T22:17:09Z",
            "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": 664,
                    "name": "Expedition 7 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_7_patch_20221024013438.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                },
                {
                    "id": 730,
                    "name": "Expedition 7 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_7_patch_20221024013526.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": 42,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/42/?format=api",
            "name": "Expedition 8",
            "start": "2003-10-20T07:15:58Z",
            "end": "2004-04-29T20:52:09Z",
            "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": 665,
                    "name": "Expedition 8 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_8_patch_20221024013438.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                },
                {
                    "id": 731,
                    "name": "Expedition 8 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_8_patch_20221024013526.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": 309,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/309/?format=api",
                    "name": "Expedition 8 EVA",
                    "start": "2004-02-26T21:17:00Z",
                    "end": "2004-02-27T01:12:00Z",
                    "duration": "PT3H55M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/43/?format=api",
            "name": "Expedition 9",
            "start": "2004-04-21T05:01:00Z",
            "end": "2004-10-23T20: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": 666,
                    "name": "Expedition 9 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_9_patch_20221024013439.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                },
                {
                    "id": 732,
                    "name": "Expedition 9 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_9_patch_20221024013526.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": 313,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/313/?format=api",
                    "name": "Expedition 9 EVA 4",
                    "start": "2004-09-03T16:43:00Z",
                    "end": "2004-09-03T22:04:00Z",
                    "duration": "PT5H21M",
                    "location": "International Space Station"
                },
                {
                    "id": 312,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/312/?format=api",
                    "name": "Expedition 9 EVA 3",
                    "start": "2004-08-03T06:58:00Z",
                    "end": "2004-08-03T11:28:00Z",
                    "duration": "PT4H30M",
                    "location": "International Space Station"
                },
                {
                    "id": 311,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/311/?format=api",
                    "name": "Expedition 9 EVA 2",
                    "start": "2004-06-30T21:19:00Z",
                    "end": "2004-07-01T02:59:00Z",
                    "duration": "PT5H40M",
                    "location": "International Space Station"
                },
                {
                    "id": 310,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/310/?format=api",
                    "name": "Expedition 9 EVA 1",
                    "start": "2004-06-24T21:57:00Z",
                    "end": "2004-06-24T22:10:00Z",
                    "duration": "PT13M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/44/?format=api",
            "name": "Expedition 10",
            "start": "2004-10-16T04:16:00Z",
            "end": "2005-04-24T18:45: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": 667,
                    "name": "Expedition 10 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_10_patch_20221024013439.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": 315,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/315/?format=api",
                    "name": "Expedition 10 EVA 2",
                    "start": "2005-03-28T06:25:00Z",
                    "end": "2005-03-28T11:31:00Z",
                    "duration": "PT5H6M",
                    "location": "International Space Station"
                },
                {
                    "id": 314,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/314/?format=api",
                    "name": "Expedition 10 EVA 1",
                    "start": "2005-01-16T07:43:00Z",
                    "end": "2005-01-16T13:11:00Z",
                    "duration": "PT5H28M",
                    "location": "International Space Station"
                }
            ]
        }
    ]
}