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
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",
  "previous": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=10",
  "results": [
    {
      "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": 35,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/35/?format=api",
      "name": "Expedition 1",
      "start": "2000-11-02T09:21:03Z",
      "end": "2001-03-19T04:32: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": 660,
          "name": "Expedition 1 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_1_patch_20221024013436.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": 36,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/36/?format=api",
      "name": "Expedition 2",
      "start": "2001-03-08T11:42:09Z",
      "end": "2001-08-22T18:22:58Z",
      "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": 677,
          "name": "Expedition 2 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_2_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": 297,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/297/?format=api",
          "name": "Expedition 2 EVA",
          "start": "2001-06-08T14:21:00Z",
          "end": "2001-06-08T14:40:00Z",
          "duration": "PT19M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 37,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/37/?format=api",
      "name": "Expedition 3",
      "start": "2001-08-12T18:41:00Z",
      "end": "2001-12-15T17: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": 688,
          "name": "Expedition 3 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_3_patch_20221024013459.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": 301,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/301/?format=api",
          "name": "Expedition 3 EVA 4",
          "start": "2001-12-03T13:20:00Z",
          "end": "2001-12-03T16:06:00Z",
          "duration": "PT2H46M",
          "location": "International Space Station"
        },
        {
          "id": 300,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/300/?format=api",
          "name": "Expedition 3 EVA 3",
          "start": "2001-11-12T21:41:00Z",
          "end": "2001-11-13T02:46:00Z",
          "duration": "PT5H5M",
          "location": "International Space Station"
        },
        {
          "id": 299,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/299/?format=api",
          "name": "Expedition 3 EVA 2",
          "start": "2001-10-15T09:17:00Z",
          "end": "2001-10-15T15:08:00Z",
          "duration": "PT5H51M",
          "location": "International Space Station"
        },
        {
          "id": 298,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/298/?format=api",
          "name": "Expedition 3 EVA 1",
          "start": "2001-10-08T14:24:00Z",
          "end": "2001-10-08T19:22:00Z",
          "duration": "PT4H58M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 38,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/38/?format=api",
      "name": "Expedition 4",
      "start": "2001-12-07T20:03:00Z",
      "end": "2002-06-15T14:32: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": 661,
          "name": "Expedition 4 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_4_patch_20221024013436.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": 699,
          "name": "Expedition 4 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_4_patch_20221024013508.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": 304,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/304/?format=api",
          "name": "Expedition 4 EVA 3",
          "start": "2002-02-20T11:38:00Z",
          "end": "2002-02-20T17:25:00Z",
          "duration": "PT5H47M",
          "location": "International Space Station"
        },
        {
          "id": 303,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/303/?format=api",
          "name": "Expedition 4 EVA 2",
          "start": "2002-01-25T15:19:00Z",
          "end": "2002-01-25T21:18:00Z",
          "duration": "PT5H59M",
          "location": "International Space Station"
        },
        {
          "id": 302,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/302/?format=api",
          "name": "Expedition 4 EVA 1",
          "start": "2002-01-14T20:59:00Z",
          "end": "2002-01-15T03:02:00Z",
          "duration": "PT6H3M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 39,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/39/?format=api",
      "name": "Expedition 5",
      "start": "2002-06-07T16:25:00Z",
      "end": "2002-12-02T20:05: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": 662,
          "name": "Expedition 5 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_5_patch_20221024013437.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": 710,
          "name": "Expedition 5 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_5_patch_20221024013514.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": 306,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/306/?format=api",
          "name": "Expedition 5 EVA 2",
          "start": "2002-08-26T05:27:00Z",
          "end": "2002-08-26T10:48:00Z",
          "duration": "PT5H21M",
          "location": "International Space Station"
        },
        {
          "id": 305,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/305/?format=api",
          "name": "Expedition 5 EVA 1",
          "start": "2002-08-16T09:25:00Z",
          "end": "2002-08-16T13:48:00Z",
          "duration": "PT4H23M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 40,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/40/?format=api",
      "name": "Expedition 6",
      "start": "2002-11-25T21:59:00Z",
      "end": "2003-05-03T22:43: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": 663,
          "name": "Expedition 6 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_6_patch_20221024013437.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": 721,
          "name": "Expedition 6 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_6_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": 308,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/308/?format=api",
          "name": "Expedition 6 EVA 2",
          "start": "2003-04-08T12:40:00Z",
          "end": "2003-04-08T19:06:00Z",
          "duration": "PT6H26M",
          "location": "International Space Station"
        },
        {
          "id": 307,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/307/?format=api",
          "name": "Expedition 6 EVA 1",
          "start": "2003-01-15T12:50:00Z",
          "end": "2003-01-15T19:41:00Z",
          "duration": "PT6H51M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 41,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/41/?format=api",
      "name": "Expedition 7",
      "start": "2003-04-28T05:56:20Z",
      "end": "2003-10-27T22:17:09Z",
      "spacestation": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 664,
          "name": "Expedition 7 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_7_patch_20221024013438.png",
          "agency": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        },
        {
          "id": 730,
          "name": "Expedition 7 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_7_patch_20221024013526.png",
          "agency": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": []
    },
    {
      "id": 42,
      "url": "https://ll.thespacedevs.com/2.2.0/expedition/42/?format=api",
      "name": "Expedition 8",
      "start": "2003-10-20T07:15:58Z",
      "end": "2004-04-29T20:52:09Z",
      "spacestation": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "orbit": "Low Earth Orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 665,
          "name": "Expedition 8 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_8_patch_20221024013438.png",
          "agency": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        },
        {
          "id": 731,
          "name": "Expedition 8 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_8_patch_20221024013526.png",
          "agency": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 309,
          "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/309/?format=api",
          "name": "Expedition 8 EVA",
          "start": "2004-02-26T21:17:00Z",
          "end": "2004-02-27T01:12:00Z",
          "duration": "PT3H55M",
          "location": "International Space Station"
        }
      ]
    }
  ]
}