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=80&ordering=end
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=90&ordering=end",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=70&ordering=end",
    "results": [
        {
            "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": 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": 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": 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": 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": 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": 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"
                }
            ]
        },
        {
            "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": 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": 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"
                }
            ]
        }
    ]
}