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=start
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=start",
    "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=100&ordering=start",
    "results": [
        {
            "id": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/73/?format=api",
            "name": "Expedition 39",
            "start": "2014-03-11T00:02:00Z",
            "end": "2014-05-13T22: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": [],
            "spacewalks": [
                {
                    "id": 366,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/366/?format=api",
                    "name": "Expedition 39 EVA",
                    "start": "2014-04-23T13:56:00Z",
                    "end": "2014-04-23T15:32:00Z",
                    "duration": "PT1H36M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 74,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/74/?format=api",
            "name": "Expedition 40",
            "start": "2014-05-13T22:36:00Z",
            "end": "2014-09-10T23:01: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": 700,
                    "name": "Expedition 40 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_40_patch_20221024013509.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": 368,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/368/?format=api",
                    "name": "Expedition 40 EVA 2",
                    "start": "2014-08-18T14:02:00Z",
                    "end": "2014-08-18T19:13:00Z",
                    "duration": "PT5H11M",
                    "location": "International Space Station"
                },
                {
                    "id": 367,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/367/?format=api",
                    "name": "Expedition 40 EVA 1",
                    "start": "2014-06-19T14:10:00Z",
                    "end": "2014-06-19T21:33:00Z",
                    "duration": "PT7H23M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 75,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/75/?format=api",
            "name": "Expedition 41",
            "start": "2014-09-10T23:01:00Z",
            "end": "2014-11-10T00: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": 701,
                    "name": "Expedition 41 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_41_patch_20221024013509.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": 371,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/371/?format=api",
                    "name": "Expedition 41 EVA 3",
                    "start": "2014-10-22T13:28:00Z",
                    "end": "2014-10-22T17:06:00Z",
                    "duration": "PT3H38M",
                    "location": "International Space Station"
                },
                {
                    "id": 370,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/370/?format=api",
                    "name": "Expedition 41 EVA 2",
                    "start": "2014-10-15T12:16:00Z",
                    "end": "2014-10-15T18:50:00Z",
                    "duration": "PT6H34M",
                    "location": "International Space Station"
                },
                {
                    "id": 369,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/369/?format=api",
                    "name": "Expedition 41 EVA 1",
                    "start": "2014-10-07T12:30:00Z",
                    "end": "2014-10-07T18:43:00Z",
                    "duration": "PT6H13M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/76/?format=api",
            "name": "Expedition 42",
            "start": "2014-11-10T00:31:00Z",
            "end": "2015-03-11T22:44: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": 702,
                    "name": "Expedition 42 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_42_patch_20221024013510.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": 374,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/374/?format=api",
                    "name": "Expedition 42/43 EVA 3",
                    "start": "2015-03-01T11:52:00Z",
                    "end": "2015-03-01T17:30:00Z",
                    "duration": "PT5H38M",
                    "location": "International Space Station"
                },
                {
                    "id": 373,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/373/?format=api",
                    "name": "Expedition 42/43 EVA 2",
                    "start": "2015-02-25T11:51:00Z",
                    "end": "2015-02-25T18:34:00Z",
                    "duration": "PT6H43M",
                    "location": "International Space Station"
                },
                {
                    "id": 372,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/372/?format=api",
                    "name": "Expedition 42/43 EVA 1",
                    "start": "2015-02-21T12:45:00Z",
                    "end": "2015-02-21T19:26:00Z",
                    "duration": "PT6H41M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/77/?format=api",
            "name": "Expedition 43",
            "start": "2015-03-11T22:44:00Z",
            "end": "2015-06-11T10:20: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": 703,
                    "name": "Expedition 43 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_43_patch_20221024013511.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": 78,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/78/?format=api",
            "name": "Expedition 44",
            "start": "2015-06-11T10:20:00Z",
            "end": "2015-09-11T21:29: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": 704,
                    "name": "Expedition 44 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_44_patch_20221024013511.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": 375,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/375/?format=api",
                    "name": "Expedition 44/45 EVA",
                    "start": "2015-08-10T14:20:00Z",
                    "end": "2015-08-10T19:51:00Z",
                    "duration": "PT5H31M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/79/?format=api",
            "name": "Expedition 45",
            "start": "2015-09-11T21:29:00Z",
            "end": "2015-12-11T09: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": 705,
                    "name": "Expedition 45 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_45_patch_20221024013511.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": 377,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/377/?format=api",
                    "name": "Expedition 45 EVA 2",
                    "start": "2015-11-06T11:22:00Z",
                    "end": "2015-11-06T19:10:00Z",
                    "duration": "PT7H48M",
                    "location": "International Space Station"
                },
                {
                    "id": 376,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/376/?format=api",
                    "name": "Expedition 45 EVA 1",
                    "start": "2015-10-28T12:03:00Z",
                    "end": "2015-10-28T19:19:00Z",
                    "duration": "PT7H16M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/80/?format=api",
            "name": "Expedition 46",
            "start": "2015-12-11T09:49:00Z",
            "end": "2016-03-02T01: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": 706,
                    "name": "Expedition 46 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_46_patch_20221024013512.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": 380,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/380/?format=api",
                    "name": "Expedition 46 EVA 3",
                    "start": "2016-02-03T12:55:00Z",
                    "end": "2016-02-03T17:40:00Z",
                    "duration": "PT4H45M",
                    "location": "International Space Station"
                },
                {
                    "id": 379,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/379/?format=api",
                    "name": "Expedition 46 EVA 2",
                    "start": "2016-01-15T13:48:00Z",
                    "end": "2016-01-15T18:31:00Z",
                    "duration": "PT4H43M",
                    "location": "International Space Station"
                },
                {
                    "id": 378,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/378/?format=api",
                    "name": "Expedition 46 EVA 1",
                    "start": "2015-12-21T13:45:00Z",
                    "end": "2015-12-21T16:01:00Z",
                    "duration": "PT2H16M",
                    "location": "International Space Station"
                }
            ]
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/81/?format=api",
            "name": "Expedition 47",
            "start": "2016-03-02T01:02:00Z",
            "end": "2016-06-18T05:52: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": 707,
                    "name": "Expedition 47 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_47_patch_20221024013512.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": 82,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/82/?format=api",
            "name": "Expedition 48",
            "start": "2016-06-18T05:52:00Z",
            "end": "2016-09-06T21:51: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": 708,
                    "name": "Expedition 48 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_48_patch_20221024013513.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": 382,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/382/?format=api",
                    "name": "Expedition 48 EVA 2",
                    "start": "2016-09-01T11:53:00Z",
                    "end": "2016-09-01T18:41:00Z",
                    "duration": "PT6H48M",
                    "location": "International Space Station"
                },
                {
                    "id": 381,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/381/?format=api",
                    "name": "Expedition 48 EVA 1",
                    "start": "2016-08-19T12:04:00Z",
                    "end": "2016-08-19T18:02:00Z",
                    "duration": "PT5H58M",
                    "location": "International Space Station"
                }
            ]
        }
    ]
}