Expedition List
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=100&ordering=-end
{ "count": 163, "next": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=110&ordering=-end", "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=90&ordering=-end", "results": [ { "id": 27, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/27/?format=api", "name": "Mir EO-21", "start": "1996-02-21T12:34:00Z", "end": "1996-09-02T07:41:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [ { "id": 734, "name": "Mir EO-21 Patch", "priority": 10, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/mir_eo-21_patch_20221024013533.png", "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" } } ], "spacewalks": [ { "id": 111, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/111/?format=api", "name": "PE-21 EVA 4", "start": "1996-05-30T18:20:00Z", "end": "1996-05-30T22:40:00Z", "duration": "PT4H20M", "location": "Mir" }, { "id": 112, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/112/?format=api", "name": "PE-21 EVA 5", "start": "1996-06-06T16:56:00Z", "end": "1996-06-06T20:30:00Z", "duration": "PT3H34M", "location": "Mir" }, { "id": 113, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/113/?format=api", "name": "PE-21 EVA 6", "start": "1996-06-13T12:45:00Z", "end": "1996-06-13T18:27:00Z", "duration": "PT5H42M", "location": "Mir" }, { "id": 108, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/108/?format=api", "name": "PE-21 EVA 1", "start": "1996-03-15T01:04:00Z", "end": "1996-03-15T06:55:00Z", "duration": "PT5H51M", "location": "Mir" }, { "id": 109, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/109/?format=api", "name": "PE-21 EVA 2", "start": "1996-05-20T22:50:00Z", "end": "1996-05-21T04:10:00Z", "duration": "PT5H20M", "location": "Mir" }, { "id": 110, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/110/?format=api", "name": "PE-21 EVA 3", "start": "1996-05-24T20:47:00Z", "end": "1996-05-25T02:30:00Z", "duration": "PT5H43M", "location": "Mir" } ] }, { "id": 26, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/26/?format=api", "name": "Mir EO-20", "start": "1995-09-03T09:00:00Z", "end": "1996-02-29T10:42:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [ { "id": 105, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/105/?format=api", "name": "PE-20 EVA 1", "start": "1995-10-20T11:50:00Z", "end": "1995-10-20T17:06:00Z", "duration": "PT5H16M", "location": "Mir" }, { "id": 106, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/106/?format=api", "name": "PE-20 EVA 2", "start": "1995-12-08T19:23:00Z", "end": "1995-12-08T19:52:00Z", "duration": "PT29M", "location": "Mir" }, { "id": 107, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/107/?format=api", "name": "PE-20 EVA 3", "start": "1996-02-08T14:03:00Z", "end": "1996-02-08T17:08:00Z", "duration": "PT3H5M", "location": "Mir" } ] }, { "id": 25, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/25/?format=api", "name": "Mir EO-19", "start": "1995-06-27T19:32:00Z", "end": "1995-09-11T06:52:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [ { "id": 102, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/102/?format=api", "name": "PE-19 EVA 1", "start": "1995-07-14T03:56:00Z", "end": "1995-07-14T09:30:00Z", "duration": "PT5H34M", "location": "Mir" }, { "id": 103, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/103/?format=api", "name": "PE-19 EVA 2", "start": "1995-07-19T00:39:00Z", "end": "1995-07-19T03:47:00Z", "duration": "PT3H8M", "location": "Mir" }, { "id": 104, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/104/?format=api", "name": "PE-19 EVA 3", "start": "1995-07-21T00:28:00Z", "end": "1995-07-21T06:18:00Z", "duration": "PT5H50M", "location": "Mir" } ] }, { "id": 24, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/24/?format=api", "name": "Mir EO-18", "start": "1995-03-14T06:11:00Z", "end": "1995-07-07T14:55:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [ { "id": 733, "name": "Mir EO-18 Patch", "priority": 10, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/mir_eo-18_patch_20221024013530.png", "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" } } ], "spacewalks": [ { "id": 97, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/97/?format=api", "name": "PE-18 EVA 1", "start": "1995-05-12T04:20:44Z", "end": "1995-05-12T10:35:16Z", "duration": "PT6H14M32S", "location": "Mir" }, { "id": 98, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/98/?format=api", "name": "PE-18 EVA 2", "start": "1995-05-17T02:38:00Z", "end": "1995-05-17T09:20:00Z", "duration": "PT6H42M", "location": "Mir" }, { "id": 99, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/99/?format=api", "name": "PE-18 EVA 3", "start": "1995-05-22T00:10:20Z", "end": "1995-05-22T05:25:11Z", "duration": "PT5H14M51S", "location": "Mir" }, { "id": 100, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/100/?format=api", "name": "PE-18 EVA 4", "start": "1995-05-28T22:22:00Z", "end": "1995-05-28T22:43:00Z", "duration": "PT21M", "location": "Mir" }, { "id": 101, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/101/?format=api", "name": "PE-18 EVA 5", "start": "1995-06-01T22:05:30Z", "end": "1995-06-01T22:28:20Z", "duration": "PT22M50S", "location": "Mir" } ] }, { "id": 23, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/23/?format=api", "name": "Mir EO-17", "start": "1994-10-03T22:42:00Z", "end": "1995-03-22T04:04:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [] }, { "id": 22, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/22/?format=api", "name": "Mir EO-16", "start": "1994-07-01T12:24:00Z", "end": "1994-11-04T11:18:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [ { "id": 95, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/95/?format=api", "name": "PE-16 EVA 1", "start": "1994-09-09T07:00:00Z", "end": "1994-09-09T12:06:00Z", "duration": "PT5H6M", "location": "Mir" }, { "id": 96, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/96/?format=api", "name": "PE-16 EVA 2", "start": "1994-09-13T06:30:00Z", "end": "1994-09-13T12:32:00Z", "duration": "PT6H2M", "location": "Mir" } ] }, { "id": 21, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/21/?format=api", "name": "Mir EO-15", "start": "1994-01-08T10:05:00Z", "end": "1994-07-09T10:32:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [] }, { "id": 20, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/20/?format=api", "name": "Mir EO-14", "start": "1993-07-01T14:32:00Z", "end": "1994-01-14T08:18:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [ { "id": 90, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/90/?format=api", "name": "PE-14 EVA 1", "start": "1993-09-16T05:57:00Z", "end": "1993-09-16T10:16:00Z", "duration": "PT4H19M", "location": "Mir" }, { "id": 91, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/91/?format=api", "name": "PE-14 EVA 2", "start": "1993-09-20T03:51:50Z", "end": "1993-09-20T07:05:40Z", "duration": "PT3H13M50S", "location": "Mir" }, { "id": 92, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/92/?format=api", "name": "PE-14 EVA 3", "start": "1993-09-28T00:57:00Z", "end": "1993-09-28T02:48:00Z", "duration": "PT1H51M", "location": "Mir" }, { "id": 93, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/93/?format=api", "name": "PE-14 EVA 4", "start": "1993-10-22T15:47:00Z", "end": "1993-10-22T16:25:00Z", "duration": "PT38M", "location": "Mir" }, { "id": 94, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/94/?format=api", "name": "PE-14 EVA 5", "start": "1993-10-29T13:38:00Z", "end": "1993-10-29T17:50:00Z", "duration": "PT4H12M", "location": "Mir" } ] }, { "id": 19, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/19/?format=api", "name": "Mir EO-13", "start": "1993-01-24T05:58:00Z", "end": "1993-07-22T06:41:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [ { "id": 88, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/88/?format=api", "name": "PE-13 EVA 1", "start": "1993-04-19T17:15:00Z", "end": "1993-04-19T22:40:00Z", "duration": "PT5H25M", "location": "Mir" }, { "id": 89, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/89/?format=api", "name": "PE-13 EVA 2", "start": "1993-06-18T17:25:00Z", "end": "1993-06-18T21:58:00Z", "duration": "PT4H33M", "location": "Mir" } ] }, { "id": 18, "url": "https://lldev.thespacedevs.com/2.2.0/expedition/18/?format=api", "name": "Mir EO-12", "start": "1992-07-27T06:08:00Z", "end": "1993-02-01T03:49:00Z", "spacestation": { "id": 5, "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/5/?format=api", "name": "Mir", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg" }, "mission_patches": [], "spacewalks": [ { "id": 87, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/87/?format=api", "name": "PE-12 EVA 4", "start": "1992-09-15T07:49:00Z", "end": "1992-09-15T11:22:00Z", "duration": "PT3H33M", "location": "Mir" }, { "id": 84, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/84/?format=api", "name": "PE-12 EVA 1", "start": "1992-09-03T13:32:00Z", "end": "1992-09-03T17:28:00Z", "duration": "PT3H56M", "location": "Mir" }, { "id": 85, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/85/?format=api", "name": "PE-12 EVA 2", "start": "1992-09-07T11:47:00Z", "end": "1992-09-07T16:55:00Z", "duration": "PT5H8M", "location": "Mir" }, { "id": 86, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/86/?format=api", "name": "PE-12 EVA 3", "start": "1992-09-11T10:06:00Z", "end": "1992-09-11T15:50:00Z", "duration": "PT5H44M", "location": "Mir" } ] } ] }