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=70
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=80",
  "previous": "https://lldev.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=60",
  "results": [
    {
      "id": 136,
      "url": "https://lldev.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://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": 723,
          "name": "Expedition 61 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.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": 406,
          "url": "https://lldev.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": 407,
          "url": "https://lldev.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": 408,
          "url": "https://lldev.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": 409,
          "url": "https://lldev.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": 410,
          "url": "https://lldev.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": 411,
          "url": "https://lldev.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": 412,
          "url": "https://lldev.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": 413,
          "url": "https://lldev.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": 414,
          "url": "https://lldev.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": 137,
      "url": "https://lldev.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://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": 724,
          "name": "Expedition 62 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_62_patch_20221024013520.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": 143,
      "url": "https://lldev.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://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": 72,
          "name": "Soyuz MS-19 Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520ms-19_mission_patch_20210807140848.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": 158,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/158/?format=api",
      "name": "Expedition 71",
      "start": "2024-04-06T03:53:57Z",
      "end": "2024-09-23T08:36:30Z",
      "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": 1004,
          "name": "Expedition 71 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20240406053101.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": 476,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/476/?format=api",
          "name": "Expedition 71 EVA 2",
          "start": "2024-06-24T12:46:00Z",
          "end": "2024-06-24T13:17:00Z",
          "duration": "PT31M",
          "location": "International Space Station"
        },
        {
          "id": 474,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/474/?format=api",
          "name": "Expedition 71 EVA 1",
          "start": "2024-04-25T14:57:00Z",
          "end": "2024-04-25T19:33:00Z",
          "duration": "PT4H36M",
          "location": "International Space Station"
        }
      ]
    },
    {
      "id": 141,
      "url": "https://lldev.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://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": 728,
          "name": "Expedition 65 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.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": 428,
          "url": "https://lldev.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": 429,
          "url": "https://lldev.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": 430,
          "url": "https://lldev.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": 425,
          "url": "https://lldev.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": 426,
          "url": "https://lldev.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": 431,
          "url": "https://lldev.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": 427,
          "url": "https://lldev.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": 138,
      "url": "https://lldev.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://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": 725,
          "name": "Expedition 63 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.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": 418,
          "url": "https://lldev.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": 415,
          "url": "https://lldev.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": 416,
          "url": "https://lldev.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": 417,
          "url": "https://lldev.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": 140,
      "url": "https://lldev.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://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": 727,
          "name": "Expedition 64 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.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": 419,
          "url": "https://lldev.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": 420,
          "url": "https://lldev.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": 421,
          "url": "https://lldev.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": 422,
          "url": "https://lldev.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": 423,
          "url": "https://lldev.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": 424,
          "url": "https://lldev.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": 142,
      "url": "https://lldev.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://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": 729,
          "name": "Expedition 66 Patch",
          "priority": 9,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_66_patch_20221024013525.png",
          "agency": {
            "id": 44,
            "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070255.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": 435,
          "url": "https://lldev.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": 432,
          "url": "https://lldev.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": 433,
          "url": "https://lldev.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": 434,
          "url": "https://lldev.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": 144,
      "url": "https://lldev.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://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": [],
      "spacewalks": []
    },
    {
      "id": 160,
      "url": "https://lldev.thespacedevs.com/2.2.0/expedition/160/?format=api",
      "name": "Expedition 72",
      "start": "2024-09-23T08:36:30Z",
      "end": "2025-04-19T21:57:33Z",
      "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": 1044,
          "name": "Expedition 72 Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20240920074727.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": 482,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/482/?format=api",
          "name": "Expedition 72 EVA 1",
          "start": "2025-01-16T13:01:00Z",
          "end": "2025-01-16T19:01:00Z",
          "duration": "PT6H",
          "location": "International Space Station"
        },
        {
          "id": 484,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/484/?format=api",
          "name": "Expedition 72 EVA 2",
          "start": "2025-01-30T12:43:00Z",
          "end": "2025-01-30T18:09:00Z",
          "duration": "PT5H26M",
          "location": "International Space Station"
        }
      ]
    }
  ]
}