Modes

Levels of detail in the response - normal, detailed

Example - /expeditions/?mode=detailed

Filters

Parameters - crew__astronaut, crew__astronaut__agency, end__gt, end__gte, end__lt, end__lte, name, space_station, start__gt, start__gte, start__lt, start__lte

Example - /expeditions/?space_station=18

Fields searched - crew__astronaut__agency__abbrev, crew__astronaut__agency__name, crew__astronaut__name, crew__astronaut__nationality__nationality_name, name

Example - /expeditions/?search=Kelly

Ordering

Fields - end, id, start

Example - /expeditions/?ordering=-start

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /expeditions/?limit=2

Format

Switch to JSON output - /expeditions/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/expeditions/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 159,
    "next": "https://lldev.thespacedevs.com/2.3.0/expeditions/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 123,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/123/?format=api",
            "name": "Shenzhou 11",
            "start": "2016-10-18T17:24:00Z",
            "end": "2016-11-14T04:41:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 8,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/8/?format=api",
                "name": "Tiangong 2",
                "image": {
                    "id": 1947,
                    "name": "[AUTO] Tiangong 2 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194221.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "2016-09-15",
                "deorbited": "2019-07-19",
                "description": "Tiangong-2 (Chinese: 天宫二号; pinyin: Tiāngōng èrhào; literally: \"Celestial Palace 2\") is a Chinese space laboratory and part of the Project 921-2 space station program. Tiangong-2 was launched on 15 September 2016.\r\n\r\nTiangong-2 is neither designed nor planned to be a permanent orbital station; rather, it is intended as a testbed for key technologies that will be used in the Chinese large modular space station, which is planned for launch between 2019 and 2022.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 173,
                    "name": "Shenzhou 11 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou-11252_mission_patch_20211031042607.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "abbrev": "CNSA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": []
        },
        {
            "id": 94,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/94/?format=api",
            "name": "Soyuz 14",
            "start": "1974-07-03T18:51:08Z",
            "end": "1974-07-19T12:21:36Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/11/?format=api",
                "name": "Salyut 3",
                "image": {
                    "id": 1945,
                    "name": "[AUTO] Salyut 2 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194218.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1974-06-25",
                "deorbited": "1975-01-24",
                "description": "Salyut 3 (Russian: Салют-3; English: Salute 3; also known as OPS-2 or Almaz 2) was a Soviet space station launched on 25 June 1974. It was the second Almaz military space station, and the first such station to be launched successfully. It was included in the Salyut program to disguise its true military nature. Due to the military nature of the station, the Soviet Union was reluctant to release information about its design, and about the missions relating to the station.\r\n\r\nIt attained an altitude of 219 to 270 km on launch and NASA reported its final orbital altitude was 268 to 272 km. Only one of the three intended crews successfully boarded and manned the station, brought by Soyuz 14; Soyuz 15 attempted to bring a second crew but failed to dock.\r\n\r\nAlthough little official information has been released about the station, several sources report that it contained multiple Earth-observation cameras, as well as an on-board gun. The station was deorbited, and re-entered the atmosphere on 24 January 1975. The next space station launched by the Soviet Union was the civilian station Salyut 4; the next military station was Salyut 5, which was the final Almaz space station.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 95,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/95/?format=api",
            "name": "Soyuz 15",
            "start": "1974-08-26T19:58:05Z",
            "end": "1974-08-28T20:10:16Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 11,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/11/?format=api",
                "name": "Salyut 3",
                "image": {
                    "id": 1945,
                    "name": "[AUTO] Salyut 2 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194218.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1974-06-25",
                "deorbited": "1975-01-24",
                "description": "Salyut 3 (Russian: Салют-3; English: Salute 3; also known as OPS-2 or Almaz 2) was a Soviet space station launched on 25 June 1974. It was the second Almaz military space station, and the first such station to be launched successfully. It was included in the Salyut program to disguise its true military nature. Due to the military nature of the station, the Soviet Union was reluctant to release information about its design, and about the missions relating to the station.\r\n\r\nIt attained an altitude of 219 to 270 km on launch and NASA reported its final orbital altitude was 268 to 272 km. Only one of the three intended crews successfully boarded and manned the station, brought by Soyuz 14; Soyuz 15 attempted to bring a second crew but failed to dock.\r\n\r\nAlthough little official information has been released about the station, several sources report that it contained multiple Earth-observation cameras, as well as an on-board gun. The station was deorbited, and re-entered the atmosphere on 24 January 1975. The next space station launched by the Soviet Union was the civilian station Salyut 4; the next military station was Salyut 5, which was the final Almaz space station.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/4/?format=api",
            "name": "Skylab IV",
            "start": "1973-11-16T14:01:23Z",
            "end": "1974-02-08T15:16:53Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/6/?format=api",
                "name": "Skylab",
                "image": {
                    "id": 1949,
                    "name": "[AUTO] Skylab - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194225.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1973-05-14",
                "deorbited": "1979-07-11",
                "description": "Skylab was a United States space station launched and operated by NASA, and occupied for about 24 weeks between May 1973 and February 1974 – the only space station the U.S. has operated exclusively. In 1979 it fell back to Earth amid huge worldwide media attention. Skylab included a workshop, a solar observatory, and other systems necessary for crew survival and scientific experiments. It was launched unmanned by a modified Saturn V rocket, with a weight of 170,000 pounds (77,000 kg). Lifting Skylab into low earth orbit was the final mission and launch of a Saturn V rocket (famous for carrying the manned Moon landing missions). Three missions delivered three-astronaut crews in the Apollo command and service module (Apollo CSM), launched by the smaller Saturn IB rocket. For the final two manned missions to Skylab, a backup Apollo CSM/Saturn IB was assembled and made ready in case an in-orbit rescue mission was needed, but this backup vehicle was never flown.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 739,
                    "name": "Skylab III Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_iii_patch_20221024013553.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": []
        },
        {
            "id": 3,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/3/?format=api",
            "name": "Skylab III",
            "start": "1973-07-28T11:10:50Z",
            "end": "1973-09-25T22:19:51Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/6/?format=api",
                "name": "Skylab",
                "image": {
                    "id": 1949,
                    "name": "[AUTO] Skylab - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194225.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1973-05-14",
                "deorbited": "1979-07-11",
                "description": "Skylab was a United States space station launched and operated by NASA, and occupied for about 24 weeks between May 1973 and February 1974 – the only space station the U.S. has operated exclusively. In 1979 it fell back to Earth amid huge worldwide media attention. Skylab included a workshop, a solar observatory, and other systems necessary for crew survival and scientific experiments. It was launched unmanned by a modified Saturn V rocket, with a weight of 170,000 pounds (77,000 kg). Lifting Skylab into low earth orbit was the final mission and launch of a Saturn V rocket (famous for carrying the manned Moon landing missions). Three missions delivered three-astronaut crews in the Apollo command and service module (Apollo CSM), launched by the smaller Saturn IB rocket. For the final two manned missions to Skylab, a backup Apollo CSM/Saturn IB was assembled and made ready in case an in-orbit rescue mission was needed, but this backup vehicle was never flown.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 738,
                    "name": "Skylab II Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_ii_patch_20221024013549.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": []
        },
        {
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/2/?format=api",
            "name": "Skylab II",
            "start": "1973-05-25T13:00:00Z",
            "end": "1973-06-22T13:49:48Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 6,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/6/?format=api",
                "name": "Skylab",
                "image": {
                    "id": 1949,
                    "name": "[AUTO] Skylab - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194225.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1973-05-14",
                "deorbited": "1979-07-11",
                "description": "Skylab was a United States space station launched and operated by NASA, and occupied for about 24 weeks between May 1973 and February 1974 – the only space station the U.S. has operated exclusively. In 1979 it fell back to Earth amid huge worldwide media attention. Skylab included a workshop, a solar observatory, and other systems necessary for crew survival and scientific experiments. It was launched unmanned by a modified Saturn V rocket, with a weight of 170,000 pounds (77,000 kg). Lifting Skylab into low earth orbit was the final mission and launch of a Saturn V rocket (famous for carrying the manned Moon landing missions). Three missions delivered three-astronaut crews in the Apollo command and service module (Apollo CSM), launched by the smaller Saturn IB rocket. For the final two manned missions to Skylab, a backup Apollo CSM/Saturn IB was assembled and made ready in case an in-orbit rescue mission was needed, but this backup vehicle was never flown.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 737,
                    "name": "Skylab I Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_i_patch_20221024013544.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "abbrev": "NASA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": []
        },
        {
            "id": 161,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/161/?format=api",
            "name": "Shenzhou 19",
            "start": "2024-10-30T03:00:00Z",
            "end": null,
            "response_mode": "normal",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/18/?format=api",
                "name": "Tiangong space station",
                "image": {
                    "id": 1941,
                    "name": "[AUTO] Tiangong space station - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194211.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "2021-04-29",
                "deorbited": null,
                "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 1063,
                    "name": "Shenzhou 19 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252019_mission_patch_20241030083558.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "abbrev": "CNSA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 481,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/481/?format=api",
                    "name": "Shenzhou 19 EVA 1b",
                    "start": "2024-12-17T06:32:00Z",
                    "end": "2024-12-17T13:57:00Z",
                    "duration": "PT7H25M",
                    "location": "Tiangong Space Station"
                },
                {
                    "response_mode": "list",
                    "id": 480,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/480/?format=api",
                    "name": "Shenzhou 19 EVA 1a",
                    "start": "2024-12-17T04:51:00Z",
                    "end": "2024-12-17T13:57:00Z",
                    "duration": "PT9H6M",
                    "location": "Tiangong Space Station"
                },
                {
                    "response_mode": "list",
                    "id": 483,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/483/?format=api",
                    "name": "Shenzhou 19 EVA 2",
                    "start": "2025-01-20T08:55:00Z",
                    "end": "2025-01-20T17:12:00Z",
                    "duration": "PT8H17M",
                    "location": "Tiangong Space Station"
                },
                {
                    "response_mode": "list",
                    "id": 485,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/485/?format=api",
                    "name": "Shenzhou 19 EVA 3",
                    "start": "2025-03-21T05:50:00Z",
                    "end": "2025-03-21T12:50:00Z",
                    "duration": "PT7H",
                    "location": "Tiangong Space Station"
                }
            ]
        },
        {
            "id": 146,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/146/?format=api",
            "name": "Shenzhou 13",
            "start": "2021-10-15T22:48:39Z",
            "end": "2022-04-15T16:44:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/18/?format=api",
                "name": "Tiangong space station",
                "image": {
                    "id": 1941,
                    "name": "[AUTO] Tiangong space station - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194211.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "2021-04-29",
                "deorbited": null,
                "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 93,
                    "name": "Shenzhou 13 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252013_mission_patch_20211014074317.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "abbrev": "CNSA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": []
        },
        {
            "id": 159,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/159/?format=api",
            "name": "Shenzhou 18",
            "start": "2024-04-25T19:32:00Z",
            "end": "2024-11-03T08:12:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/18/?format=api",
                "name": "Tiangong space station",
                "image": {
                    "id": 1941,
                    "name": "[AUTO] Tiangong space station - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194211.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "2021-04-29",
                "deorbited": null,
                "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 1018,
                    "name": "Shenzhou 18 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252018_mission_patch_20240528162525.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "abbrev": "CNSA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 475,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/475/?format=api",
                    "name": "Shenzhou 18 EVA 1",
                    "start": "2024-05-28T02:35:00Z",
                    "end": "2024-05-28T10:58:00Z",
                    "duration": "PT8H23M",
                    "location": "Tiangong Space Station"
                },
                {
                    "response_mode": "list",
                    "id": 477,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/477/?format=api",
                    "name": "Shenzhou 18 EVA 2",
                    "start": "2024-07-03T08:20:00Z",
                    "end": "2024-07-03T14:51:00Z",
                    "duration": "PT6H31M",
                    "location": "Tiangong Space Station"
                }
            ]
        },
        {
            "id": 149,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/149/?format=api",
            "name": "Shenzhou 14",
            "start": "2022-06-05T09:42:00Z",
            "end": "2022-12-04T12:09:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/18/?format=api",
                "name": "Tiangong space station",
                "image": {
                    "id": 1941,
                    "name": "[AUTO] Tiangong space station - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194211.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "2021-04-29",
                "deorbited": null,
                "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 634,
                    "name": "Shenzhou 14 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252014_mission_patch_20220604085704.png",
                    "agency": {
                        "response_mode": "list",
                        "id": 17,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "abbrev": "CNSA",
                        "type": {
                            "id": 1,
                            "name": "Government"
                        }
                    },
                    "response_mode": "normal"
                }
            ],
            "spacewalks": []
        }
    ]
}