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

{
  "count": 163,
  "next": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=100&ordering=end",
  "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=80&ordering=end",
  "results": [
    {
      "id": 55,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/55/?format=api",
      "name": "Expedition 21",
      "start": "2009-10-11T01:07:00Z",
      "end": "2009-12-01T03:56:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 679,
          "name": "Expedition 21 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_21_patch_20221024013444.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": []
    },
    {
      "id": 56,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/56/?format=api",
      "name": "Expedition 22",
      "start": "2009-12-01T03:56:00Z",
      "end": "2010-03-18T08:03:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 680,
          "name": "Expedition 22 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_22_patch_20221024013445.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 339,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/339/?format=api",
          "name": "Expedition 22 EVA",
          "start": "2010-01-14T10:05:00Z",
          "end": "2010-01-14T15:49:00Z",
          "duration": "PT5H44M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 57,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/57/?format=api",
      "name": "Expedition 23",
      "start": "2010-03-18T08:03:00Z",
      "end": "2010-06-02T00:04:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 681,
          "name": "Expedition 23 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_23_patch_20221024013447.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": []
    },
    {
      "id": 58,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/58/?format=api",
      "name": "Expedition 24",
      "start": "2010-06-01T00:04:00Z",
      "end": "2010-09-25T02:02:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 682,
          "name": "Expedition 24 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_24_patch_20221024013449.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 340,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/340/?format=api",
          "name": "Expedition 24 EVA 1",
          "start": "2010-07-27T04:11:00Z",
          "end": "2010-07-27T10:53:00Z",
          "duration": "PT6H42M",
          "location": "International Space Station"
        },
        {
          "id": 341,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/341/?format=api",
          "name": "Expedition 24 EVA 2",
          "start": "2010-08-07T11:19:00Z",
          "end": "2010-08-07T19:22:00Z",
          "duration": "PT8H3M",
          "location": "International Space Station"
        },
        {
          "id": 342,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/342/?format=api",
          "name": "Expedition 24 EVA 3",
          "start": "2010-08-11T12:27:00Z",
          "end": "2010-08-11T19:53:00Z",
          "duration": "PT7H26M",
          "location": "International Space Station"
        },
        {
          "id": 343,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/343/?format=api",
          "name": "Expedition 24 EVA 4",
          "start": "2010-08-16T10:20:00Z",
          "end": "2010-08-16T17:40:00Z",
          "duration": "PT7H20M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 59,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/59/?format=api",
      "name": "Expedition 25",
      "start": "2010-09-25T02:02:00Z",
      "end": "2010-11-26T04:46:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 683,
          "name": "Expedition 25 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_25_patch_20221024013452.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 344,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/344/?format=api",
          "name": "Expedition 25 EVA",
          "start": "2010-11-25T14:55:00Z",
          "end": "2010-11-25T21:22:00Z",
          "duration": "PT6H27M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 60,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/60/?format=api",
      "name": "Expedition 26",
      "start": "2010-11-26T04:46:00Z",
      "end": "2011-03-16T08:54:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 684,
          "name": "Expedition 26 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_26_patch_20221024013455.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 345,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/345/?format=api",
          "name": "Expedition 26 EVA 1",
          "start": "2011-01-21T14:29:00Z",
          "end": "2011-01-21T19:52:00Z",
          "duration": "PT5H23M",
          "location": "International Space Station"
        },
        {
          "id": 346,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/346/?format=api",
          "name": "Expedition 26 EVA 2",
          "start": "2011-02-16T13:30:00Z",
          "end": "2011-02-16T18:21:00Z",
          "duration": "PT4H51M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 61,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/61/?format=api",
      "name": "Expedition 27",
      "start": "2011-03-16T08:54:00Z",
      "end": "2011-05-23T21:35:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 685,
          "name": "Expedition 27 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_27_patch_20221024013455.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": []
    },
    {
      "id": 62,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/62/?format=api",
      "name": "Expedition 28",
      "start": "2011-05-23T21:35:00Z",
      "end": "2011-09-16T00:38:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 686,
          "name": "Expedition 28 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_28_patch_20221024013456.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 347,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/347/?format=api",
          "name": "Expedition 28 EVA 1",
          "start": "2011-07-12T13:22:00Z",
          "end": "2011-07-12T19:53:00Z",
          "duration": "PT6H31M",
          "location": "International Space Station"
        },
        {
          "id": 348,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/348/?format=api",
          "name": "Expedition 28 EVA 2",
          "start": "2011-08-03T14:50:00Z",
          "end": "2011-08-03T21:13:00Z",
          "duration": "PT6H23M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 63,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/63/?format=api",
      "name": "Expedition 29",
      "start": "2011-09-16T03:59:39Z",
      "end": "2011-11-21T23:00:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 687,
          "name": "Expedition 29 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_29_patch_20221024013458.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": []
    },
    {
      "id": 64,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/64/?format=api",
      "name": "Expedition 30",
      "start": "2011-11-21T23:00:00Z",
      "end": "2012-04-27T08:15:00Z",
      "spacestation": {
        "id": 4,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
      },
      "mission_patches": [
        {
          "id": 689,
          "name": "Expedition 30 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_30_patch_20221024013501.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          }
        }
      ],
      "spacewalks": [
        {
          "id": 349,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/349/?format=api",
          "name": "Expedition 30 EVA",
          "start": "2012-02-16T14:31:00Z",
          "end": "2012-02-16T20:46:00Z",
          "duration": "PT6H15M",
          "location": "International Space Station"
        }
      ]
    }
  ]
}