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=110&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=120&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=100&ordering=-id",
    "results": [
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/50/?format=api",
            "name": "Expedition 16",
            "start": "2007-10-10T13:22:39Z",
            "end": "2008-04-19T08:29:44Z",
            "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": 673,
                    "name": "Expedition 16 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_16_patch_20221024013441.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": 332,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/332/?format=api",
                    "name": "Expedition 16 EVA 5",
                    "start": "2008-01-30T09:56:00Z",
                    "end": "2008-01-30T17:06:00Z",
                    "duration": "PT7H10M",
                    "location": "International Space Station"
                },
                {
                    "id": 331,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/331/?format=api",
                    "name": "Expedition 16 EVA 4",
                    "start": "2007-12-18T09:50:00Z",
                    "end": "2007-12-18T16:46:00Z",
                    "duration": "PT6H56M",
                    "location": "International Space Station"
                },
                {
                    "id": 330,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/330/?format=api",
                    "name": "Expedition 16 EVA 3",
                    "start": "2007-11-24T09:50:00Z",
                    "end": "2007-11-24T16:54:00Z",
                    "duration": "PT7H4M",
                    "location": "International Space Station"
                },
                {
                    "id": 329,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/329/?format=api",
                    "name": "Expedition 16 EVA 2",
                    "start": "2007-11-20T10:10:00Z",
                    "end": "2007-11-20T17:26:00Z",
                    "duration": "PT7H16M",
                    "location": "International Space Station"
                },
                {
                    "id": 328,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/328/?format=api",
                    "name": "Expedition 16 EVA 1",
                    "start": "2007-11-09T09:54:00Z",
                    "end": "2007-11-09T16:49:00Z",
                    "duration": "PT6H55M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 49,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/49/?format=api",
            "name": "Expedition 15",
            "start": "2007-04-07T17:31:14Z",
            "end": "2007-10-21T10:35:49Z",
            "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": 672,
                    "name": "Expedition 15 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_15_patch_20221024013441.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": 327,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/327/?format=api",
                    "name": "Expedition 15 EVA 3",
                    "start": "2007-07-23T10:25:00Z",
                    "end": "2007-07-23T18:06:00Z",
                    "duration": "PT7H41M",
                    "location": "International Space Station"
                },
                {
                    "id": 326,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/326/?format=api",
                    "name": "Expedition 15 EVA 2",
                    "start": "2007-06-06T14:23:00Z",
                    "end": "2007-06-06T20:00:00Z",
                    "duration": "PT5H37M",
                    "location": "International Space Station"
                },
                {
                    "id": 325,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/325/?format=api",
                    "name": "Expedition 15 EVA 1",
                    "start": "2007-05-30T19:05:00Z",
                    "end": "2007-05-31T00:30:00Z",
                    "duration": "PT5H25M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/48/?format=api",
            "name": "Expedition 14",
            "start": "2006-09-18T04:09:00Z",
            "end": "2007-04-21T12:31: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": 671,
                    "name": "Expedition 14 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_14_patch_20221024013441.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": 324,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/324/?format=api",
                    "name": "Expedition 14 EVA 5",
                    "start": "2007-02-22T10:28:00Z",
                    "end": "2007-02-22T16:45:00Z",
                    "duration": "PT6H17M",
                    "location": "International Space Station"
                },
                {
                    "id": 323,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/323/?format=api",
                    "name": "Expedition 14 EVA 4",
                    "start": "2007-02-08T13:26:00Z",
                    "end": "2007-02-08T20:06:00Z",
                    "duration": "PT6H40M",
                    "location": "International Space Station"
                },
                {
                    "id": 322,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/322/?format=api",
                    "name": "Expedition 14 EVA 3",
                    "start": "2007-02-04T13:38:00Z",
                    "end": "2007-02-04T20:49:00Z",
                    "duration": "PT7H11M",
                    "location": "International Space Station"
                },
                {
                    "id": 321,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/321/?format=api",
                    "name": "Expedition 14 EVA 2",
                    "start": "2007-01-31T15:14:00Z",
                    "end": "2007-01-31T23:09:00Z",
                    "duration": "PT7H55M",
                    "location": "International Space Station"
                },
                {
                    "id": 320,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/320/?format=api",
                    "name": "Expedition 14 EVA 1",
                    "start": "2006-11-22T23:17:00Z",
                    "end": "2006-11-23T04:55:00Z",
                    "duration": "PT5H38M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/47/?format=api",
            "name": "Expedition 13",
            "start": "2006-04-01T04:19:00Z",
            "end": "2006-09-28T21:53: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": 670,
                    "name": "Expedition 13 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_13_patch_20221024013440.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": 473,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/473/?format=api",
                    "name": "Expedition 13 EVA 2",
                    "start": "2006-08-03T14:04:00Z",
                    "end": "2006-08-03T19:58:00Z",
                    "duration": "PT5H54M",
                    "location": "International Space Station"
                },
                {
                    "id": 319,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/319/?format=api",
                    "name": "Expedition 13 EVA",
                    "start": "2006-06-01T23:48:00Z",
                    "end": "2006-06-02T06:19:00Z",
                    "duration": "PT6H31M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 46,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/46/?format=api",
            "name": "Expedition 12",
            "start": "2005-10-03T05:27:00Z",
            "end": "2006-04-08T19: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": 669,
                    "name": "Expedition 12 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_12_patch_20221024013440.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": 318,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/318/?format=api",
                    "name": "Expedition 12 EVA 2",
                    "start": "2006-02-03T08:55:00Z",
                    "end": "2006-02-03T16:27:00Z",
                    "duration": "PT7H32M",
                    "location": "International Space Station"
                },
                {
                    "id": 317,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/317/?format=api",
                    "name": "Expedition 12 EVA 1",
                    "start": "2005-11-07T15:32:00Z",
                    "end": "2005-11-07T20:54:00Z",
                    "duration": "PT5H22M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 45,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/45/?format=api",
            "name": "Expedition 11",
            "start": "2005-04-17T02:19:00Z",
            "end": "2005-10-10T21:49: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": 668,
                    "name": "Expedition 11 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_11_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": 316,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/316/?format=api",
                    "name": "Expedition 11 EVA",
                    "start": "2005-08-18T19:02:00Z",
                    "end": "2005-08-19T00:00:00Z",
                    "duration": "PT4H58M",
                    "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"
                }
            ]
        },
        {
            "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": 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": 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": []
        }
    ]
}