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=30&ordering=-end
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=40&ordering=-end",
  "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=20&ordering=-end",
  "results": [
    {
      "id": 136,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/136/?format=api",
      "name": "Expedition 61",
      "start": "2019-10-02T00:00:00Z",
      "end": "2020-02-05T13:40: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": 723,
          "name": "Expedition 61 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_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": [
        {
          "id": 414,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/414/?format=api",
          "name": "Expedition 61 EVA 9",
          "start": "2020-01-25T12:04:00Z",
          "end": "2020-01-25T18:20:00Z",
          "duration": "PT6H16M",
          "location": "International Space Station"
        },
        {
          "id": 413,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/413/?format=api",
          "name": "Expedition 61 EVA 8",
          "start": "2020-01-20T11:35:00Z",
          "end": "2020-01-20T18:33:00Z",
          "duration": "PT6H58M",
          "location": "International Space Station"
        },
        {
          "id": 412,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/412/?format=api",
          "name": "Expedition 61 EVA 7",
          "start": "2020-01-15T11:35:00Z",
          "end": "2020-01-15T19:04:00Z",
          "duration": "PT7H29M",
          "location": "International Space Station"
        },
        {
          "id": 411,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/411/?format=api",
          "name": "Expedition 61 EVA 6",
          "start": "2019-12-02T11:31:00Z",
          "end": "2019-12-02T17:33:00Z",
          "duration": "PT6H2M",
          "location": "International Space Station"
        },
        {
          "id": 410,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/410/?format=api",
          "name": "Expedition 61 EVA 5",
          "start": "2019-11-22T12:02:00Z",
          "end": "2019-11-22T18:35:00Z",
          "duration": "PT6H33M",
          "location": "International Space Station"
        },
        {
          "id": 409,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/409/?format=api",
          "name": "Expedition 61 EVA 4",
          "start": "2019-11-15T11:39:00Z",
          "end": "2019-11-15T18:18:00Z",
          "duration": "PT6H39M",
          "location": "International Space Station"
        },
        {
          "id": 408,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/408/?format=api",
          "name": "Expedition 61 EVA 3",
          "start": "2019-10-18T11:38:00Z",
          "end": "2019-10-18T18:55:00Z",
          "duration": "PT7H17M",
          "location": "International Space Station"
        },
        {
          "id": 407,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/407/?format=api",
          "name": "Expedition 61 EVA 2",
          "start": "2019-10-11T11:38:00Z",
          "end": "2019-10-11T18:23:00Z",
          "duration": "PT6H45M",
          "location": "International Space Station"
        },
        {
          "id": 406,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/406/?format=api",
          "name": "Expedition 61 EVA 1",
          "start": "2019-10-06T11:39:00Z",
          "end": "2019-10-06T18:40:00Z",
          "duration": "PT7H1M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 119,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/119/?format=api",
      "name": "Expedition 60",
      "start": "2019-06-24T23:25:00Z",
      "end": "2019-10-02T00: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": [
        {
          "id": 722,
          "name": "Expedition 60 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_60_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": [
        {
          "id": 405,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/405/?format=api",
          "name": "Expedition 60 EVA",
          "start": "2019-08-21T12:27:00Z",
          "end": "2019-08-21T18:59:00Z",
          "duration": "PT6H32M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 93,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/93/?format=api",
      "name": "Expedition 59",
      "start": "2019-03-15T01:01:00Z",
      "end": "2019-06-24T23:25: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": 720,
          "name": "Expedition 59 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_59_patch_20221024013519.png",
          "agency": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 404,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/404/?format=api",
          "name": "Expedition 59 EVA 4",
          "start": "2019-05-29T15:42:00Z",
          "end": "2019-05-29T21:43:00Z",
          "duration": "PT6H1M",
          "location": "International Space Station"
        },
        {
          "id": 403,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/403/?format=api",
          "name": "Expedition 59 EVA 3",
          "start": "2019-04-08T11:31:00Z",
          "end": "2019-04-08T18:00:00Z",
          "duration": "PT6H29M",
          "location": "International Space Station"
        },
        {
          "id": 402,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/402/?format=api",
          "name": "Expedition 59 EVA 2",
          "start": "2019-03-29T11:42:00Z",
          "end": "2019-03-29T18:27:00Z",
          "duration": "PT6H45M",
          "location": "International Space Station"
        },
        {
          "id": 401,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/401/?format=api",
          "name": "Expedition 59 EVA 1",
          "start": "2019-03-22T12:01:00Z",
          "end": "2019-03-22T18:40:00Z",
          "duration": "PT6H39M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 92,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/92/?format=api",
      "name": "Expedition 58",
      "start": "2018-12-20T01:40:00Z",
      "end": "2019-03-15T01: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": 719,
          "name": "Expedition 58 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_58_patch_20221024013518.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": 91,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/91/?format=api",
      "name": "Expedition 57",
      "start": "2018-10-04T07:57:00Z",
      "end": "2018-12-20T01:40: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": 718,
          "name": "Expedition 57 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_57_patch_20221024013518.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": 400,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/400/?format=api",
          "name": "Expedition 57 EVA",
          "start": "2018-12-11T15:59:00Z",
          "end": "2018-12-11T21:44:00Z",
          "duration": "PT5H45M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 90,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/90/?format=api",
      "name": "Expedition 56",
      "start": "2018-06-03T09:16:00Z",
      "end": "2018-10-04T07:57: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": 717,
          "name": "Expedition 56 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_56_patch_20221024013517.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": 399,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/399/?format=api",
          "name": "Expedition 56 EVA 2",
          "start": "2018-08-15T16:17:00Z",
          "end": "2018-08-16T00:03:00Z",
          "duration": "PT7H46M",
          "location": "International Space Station"
        },
        {
          "id": 398,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/398/?format=api",
          "name": "Expedition 56 EVA 1",
          "start": "2018-06-14T13:06:00Z",
          "end": "2018-06-14T19:55:00Z",
          "duration": "PT6H49M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 89,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/89/?format=api",
      "name": "Expedition 55",
      "start": "2018-02-27T23:08:00Z",
      "end": "2018-06-03T09: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": 716,
          "name": "Expedition 55 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_55_patch_20221024013517.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": 397,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/397/?format=api",
          "name": "Expedition 55 EVA 2",
          "start": "2018-05-16T11:39:00Z",
          "end": "2018-05-16T18:10:00Z",
          "duration": "PT6H31M",
          "location": "International Space Station"
        },
        {
          "id": 396,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/396/?format=api",
          "name": "Expedition 55 EVA 1",
          "start": "2018-03-29T13:33:00Z",
          "end": "2018-03-29T19:43:00Z",
          "duration": "PT6H10M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 88,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/88/?format=api",
      "name": "Expedition 54",
      "start": "2017-12-14T05:14:00Z",
      "end": "2018-02-27T23: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": 715,
          "name": "Expedition 54 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_54_patch_20221024013517.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": 395,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/395/?format=api",
          "name": "Expedition 54 EVA 3",
          "start": "2018-02-16T12:00:00Z",
          "end": "2018-02-16T17:57:00Z",
          "duration": "PT5H57M",
          "location": "International Space Station"
        },
        {
          "id": 394,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/394/?format=api",
          "name": "Expedition 54 EVA 2",
          "start": "2018-02-02T15:34:00Z",
          "end": "2018-02-02T23:47:00Z",
          "duration": "PT8H13M",
          "location": "International Space Station"
        },
        {
          "id": 393,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/393/?format=api",
          "name": "Expedition 54 EVA 1",
          "start": "2018-01-23T11:49:00Z",
          "end": "2018-01-23T19:13:00Z",
          "duration": "PT7H24M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 87,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/87/?format=api",
      "name": "Expedition 53",
      "start": "2017-09-02T21:58:00Z",
      "end": "2017-12-14T05: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": 714,
          "name": "Expedition 53 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_53_patch_20221024013516.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": 392,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/392/?format=api",
          "name": "Expedition 53 EVA 3",
          "start": "2017-10-20T11:47:00Z",
          "end": "2017-10-20T18:36:00Z",
          "duration": "PT6H49M",
          "location": "International Space Station"
        },
        {
          "id": 391,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/391/?format=api",
          "name": "Expedition 53 EVA 2",
          "start": "2017-10-10T11:56:00Z",
          "end": "2017-10-10T18:22:00Z",
          "duration": "PT6H26M",
          "location": "International Space Station"
        },
        {
          "id": 390,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/390/?format=api",
          "name": "Expedition 53 EVA 1",
          "start": "2017-10-05T12:05:00Z",
          "end": "2017-10-05T19:00:00Z",
          "duration": "PT6H55M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 86,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/86/?format=api",
      "name": "Expedition 52",
      "start": "2017-06-02T10:47:00Z",
      "end": "2017-09-02T21:58: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": 713,
          "name": "Expedition 52 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_52_patch_20221024013516.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": 389,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/389/?format=api",
          "name": "Expedition 52 EVA",
          "start": "2017-08-17T14:36:00Z",
          "end": "2017-08-17T22:10:00Z",
          "duration": "PT7H34M",
          "location": "International Space Station"
        }
      ]
    }
  ]
}