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&ordering=-start
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 164,
  "next": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=30&ordering=-start",
  "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=10&ordering=-start",
  "results": [
    {
      "id": 147,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/147/?format=api",
      "name": "Expedition 67",
      "start": "2022-03-30T07:21:00Z",
      "end": "2022-09-28T13:35: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": 621,
          "name": "Expedition 67 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20220330073231.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": 440,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/440/?format=api",
          "name": "Expedition 67 EVA 5",
          "start": "2022-09-02T13:25:00Z",
          "end": "2022-09-02T21:12:00Z",
          "duration": "PT7H47M",
          "location": "International Space Station"
        },
        {
          "id": 439,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/439/?format=api",
          "name": "Expedition 67 EVA 4",
          "start": "2022-08-17T13:53:00Z",
          "end": "2022-08-17T17:54:00Z",
          "duration": "PT4H1M",
          "location": "International Space Station"
        },
        {
          "id": 438,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/438/?format=api",
          "name": "Expedition 67 EVA 3",
          "start": "2022-07-21T14:50:00Z",
          "end": "2022-07-21T21:55:00Z",
          "duration": "PT7H5M",
          "location": "International Space Station"
        },
        {
          "id": 437,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/437/?format=api",
          "name": "Expedition 67 EVA 2",
          "start": "2022-04-28T14:58:00Z",
          "end": "2022-04-28T22:40:00Z",
          "duration": "PT7H42M",
          "location": "International Space Station"
        },
        {
          "id": 436,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/436/?format=api",
          "name": "Expedition 67 EVA 1",
          "start": "2022-04-18T15:01:00Z",
          "end": "2022-04-18T21:37:00Z",
          "duration": "PT6H36M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 144,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/144/?format=api",
      "name": "Soyuz MS-20",
      "start": "2021-12-08T00:00:00Z",
      "end": "2021-12-20T00:00: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": 142,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/142/?format=api",
      "name": "Expedition 66",
      "start": "2021-10-17T01:14:00Z",
      "end": "2022-03-30T07:21: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": 729,
          "name": "Expedition 66 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_66_patch_20221024013525.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": 95,
          "name": "Expedition 66 Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070255.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": 435,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/435/?format=api",
          "name": "Expedition 66 EVA 4",
          "start": "2022-03-23T12:32:00Z",
          "end": "2022-03-23T19:26:00Z",
          "duration": "PT6H54M",
          "location": "International Space Station"
        },
        {
          "id": 434,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/434/?format=api",
          "name": "Expedition 66 EVA 3",
          "start": "2022-03-15T12:11:00Z",
          "end": "2022-03-15T19:06:00Z",
          "duration": "PT6H55M",
          "location": "International Space Station"
        },
        {
          "id": 433,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/433/?format=api",
          "name": "Expedition 66 EVA 2",
          "start": "2022-01-19T12:17:00Z",
          "end": "2022-01-19T19:28:00Z",
          "duration": "PT7H11M",
          "location": "International Space Station"
        },
        {
          "id": 432,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/432/?format=api",
          "name": "Expedition 66 EVA 1",
          "start": "2021-12-02T11:15:00Z",
          "end": "2021-12-02T17:47:00Z",
          "duration": "PT6H32M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 146,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/146/?format=api",
      "name": "Shenzhou 13",
      "start": "2021-10-15T22:48:39Z",
      "end": "2022-04-15T16:44:00Z",
      "spacestation": {
        "id": 18,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
        "name": "Tiangong space station",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
      },
      "mission_patches": [
        {
          "id": 93,
          "name": "Shenzhou 13 Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252013_mission_patch_20211014074317.png",
          "agency": {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 454,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/454/?format=api",
          "name": "Shenzhou 13 EVA 2",
          "start": "2021-12-26T10:44:00Z",
          "end": "2021-12-26T16:55:00Z",
          "duration": "PT6H11M",
          "location": "Tiangong Space Station"
        },
        {
          "id": 453,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/453/?format=api",
          "name": "Shenzhou 13 EVA 1",
          "start": "2021-11-07T10:51:00Z",
          "end": "2021-11-07T17:16:00Z",
          "duration": "PT6H25M",
          "location": "Tiangong Space Station"
        }
      ]
    },
    {
      "id": 143,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/143/?format=api",
      "name": "Challenge Movie Crew",
      "start": "2021-10-05T12:22:31Z",
      "end": "2021-10-17T01:14: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": 72,
          "name": "Soyuz MS-19 Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520ms-19_mission_patch_20210807140848.png",
          "agency": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          }
        }
      ],
      "spacewalks": []
    },
    {
      "id": 145,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/145/?format=api",
      "name": "Shenzhou 12",
      "start": "2021-06-17T07:54:00Z",
      "end": "2021-09-17T05:34:00Z",
      "spacestation": {
        "id": 18,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
        "name": "Tiangong space station",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
      },
      "mission_patches": [
        {
          "id": 8,
          "name": "China Shenzhou 12 Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/china2520shenz_mission_patch_20210606212146.png",
          "agency": {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 452,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/452/?format=api",
          "name": "Shenzhou 12 EVA 2",
          "start": "2021-08-20T00:38:00Z",
          "end": "2021-08-20T06:33:00Z",
          "duration": "PT5H55M",
          "location": "Tiangong Space Station"
        },
        {
          "id": 451,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/451/?format=api",
          "name": "Shenzhou 12 EVA 1",
          "start": "2021-07-04T00:11:00Z",
          "end": "2021-07-04T06:57:00Z",
          "duration": "PT6H46M",
          "location": "Tiangong Space Station"
        }
      ]
    },
    {
      "id": 141,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/141/?format=api",
      "name": "Expedition 65",
      "start": "2021-04-17T19:45:00Z",
      "end": "2021-10-17T01:14: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": 728,
          "name": "Expedition 65 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.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": 96,
          "name": "Expedition 65 Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.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": 431,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/431/?format=api",
          "name": "Expedition 65 EVA 7",
          "start": "2021-09-12T12:15:00Z",
          "end": "2021-09-12T19:09:00Z",
          "duration": "PT6H54M",
          "location": "International Space Station"
        },
        {
          "id": 430,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/430/?format=api",
          "name": "Expedition 65 EVA 6",
          "start": "2021-09-09T14:51:00Z",
          "end": "2021-09-09T22:16:00Z",
          "duration": "PT7H25M",
          "location": "International Space Station"
        },
        {
          "id": 429,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/429/?format=api",
          "name": "Expedition 65 EVA 5",
          "start": "2021-09-03T14:41:00Z",
          "end": "2021-09-03T22:35:00Z",
          "duration": "PT7H54M",
          "location": "International Space Station"
        },
        {
          "id": 428,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/428/?format=api",
          "name": "Expedition 65 EVA 4",
          "start": "2021-06-25T11:52:00Z",
          "end": "2021-06-25T18:37:00Z",
          "duration": "PT6H45M",
          "location": "International Space Station"
        },
        {
          "id": 427,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/427/?format=api",
          "name": "Expedition 65 EVA 3",
          "start": "2021-06-20T11:42:00Z",
          "end": "2021-06-20T18:10:00Z",
          "duration": "PT6H28M",
          "location": "International Space Station"
        },
        {
          "id": 426,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/426/?format=api",
          "name": "Expedition 65 EVA 2",
          "start": "2021-06-16T12:11:00Z",
          "end": "2021-06-16T19:26:00Z",
          "duration": "PT7H15M",
          "location": "International Space Station"
        },
        {
          "id": 425,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/425/?format=api",
          "name": "Expedition 65 EVA 1",
          "start": "2021-06-02T05:53:00Z",
          "end": "2021-06-02T13:12:00Z",
          "duration": "PT7H19M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 140,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/140/?format=api",
      "name": "Expedition 64",
      "start": "2020-10-20T20:15:00Z",
      "end": "2021-04-17T01: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": 727,
          "name": "Expedition 64 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.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": 424,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/424/?format=api",
          "name": "Expedition 64 EVA 6",
          "start": "2021-03-13T13:14:00Z",
          "end": "2021-03-13T20:01:00Z",
          "duration": "PT6H47M",
          "location": "International Space Station"
        },
        {
          "id": 423,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
          "name": "Expedition 64 EVA 5",
          "start": "2021-03-05T11:37:00Z",
          "end": "2021-03-05T18:33:00Z",
          "duration": "PT6H56M",
          "location": "International Space Station"
        },
        {
          "id": 422,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/422/?format=api",
          "name": "Expedition 64 EVA 4",
          "start": "2021-02-28T11:12:00Z",
          "end": "2021-02-28T18:33:00Z",
          "duration": "PT7H21M",
          "location": "International Space Station"
        },
        {
          "id": 421,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/421/?format=api",
          "name": "Expedition 64 EVA 3",
          "start": "2021-02-01T12:56:00Z",
          "end": "2021-02-01T18:16:00Z",
          "duration": "PT5H20M",
          "location": "International Space Station"
        },
        {
          "id": 420,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/420/?format=api",
          "name": "Expedition 64 EVA 2",
          "start": "2021-01-27T11:28:00Z",
          "end": "2021-01-27T18:24:00Z",
          "duration": "PT6H56M",
          "location": "International Space Station"
        },
        {
          "id": 419,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/419/?format=api",
          "name": "Expedition 64 EVA 1",
          "start": "2020-11-18T15:12:00Z",
          "end": "2020-11-18T21:59:00Z",
          "duration": "PT6H47M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 138,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/138/?format=api",
      "name": "Expedition 63",
      "start": "2020-04-17T01:53:00Z",
      "end": "2020-10-20T20:15: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": 725,
          "name": "Expedition 63 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.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": 726,
          "name": "Expedition 63 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.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": 418,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/418/?format=api",
          "name": "Expedition 63 EVA 4",
          "start": "2020-07-21T11:12:00Z",
          "end": "2020-07-21T16:41:00Z",
          "duration": "PT5H29M",
          "location": "International Space Station"
        },
        {
          "id": 417,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/417/?format=api",
          "name": "Expedition 63 EVA 3",
          "start": "2020-07-16T11:10:00Z",
          "end": "2020-07-16T17:10:00Z",
          "duration": "PT6H",
          "location": "International Space Station"
        },
        {
          "id": 416,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/416/?format=api",
          "name": "Expedition 63 EVA 2",
          "start": "2020-07-01T10:13:00Z",
          "end": "2020-07-01T16:14:00Z",
          "duration": "PT6H1M",
          "location": "International Space Station"
        },
        {
          "id": 415,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/415/?format=api",
          "name": "Expedition 63 EVA 1",
          "start": "2020-06-26T11:32:00Z",
          "end": "2020-06-26T17:39:00Z",
          "duration": "PT6H7M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 137,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/137/?format=api",
      "name": "Expedition 62",
      "start": "2020-02-05T13:40:00Z",
      "end": "2020-04-17T01: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": 724,
          "name": "Expedition 62 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_62_patch_20221024013520.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": []
    }
  ]
}