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&offset=20&ordering=-id
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=30&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/expeditions/?format=api&limit=10&offset=10&ordering=-id",
    "results": [
        {
            "id": 142,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/142/?format=api",
            "name": "Expedition 66",
            "start": "2021-10-17T01:14:00Z",
            "end": "2022-03-30T07:21:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
                "name": "International Space Station",
                "image": {
                    "id": 1952,
                    "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "1998-11-20",
                "deorbited": null,
                "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 729,
                    "name": "Expedition 66 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_66_patch_20221024013525.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"
                },
                {
                    "id": 95,
                    "name": "Expedition 66 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070255.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": [
                {
                    "response_mode": "list",
                    "id": 435,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 432,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 433,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 434,
                    "url": "https://lldev.thespacedevs.com/2.3.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": 141,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/141/?format=api",
            "name": "Expedition 65",
            "start": "2021-04-17T19:45:00Z",
            "end": "2021-10-17T01:14:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
                "name": "International Space Station",
                "image": {
                    "id": 1952,
                    "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "1998-11-20",
                "deorbited": null,
                "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 728,
                    "name": "Expedition 65 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.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"
                },
                {
                    "id": 96,
                    "name": "Expedition 65 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.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": [
                {
                    "response_mode": "list",
                    "id": 428,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 429,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 430,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 425,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 426,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 431,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 427,
                    "url": "https://lldev.thespacedevs.com/2.3.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": 140,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/140/?format=api",
            "name": "Expedition 64",
            "start": "2020-10-20T20:15:00Z",
            "end": "2021-04-17T01:34:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
                "name": "International Space Station",
                "image": {
                    "id": 1952,
                    "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "1998-11-20",
                "deorbited": null,
                "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 727,
                    "name": "Expedition 64 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.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": [
                {
                    "response_mode": "list",
                    "id": 419,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 420,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 421,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 422,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 423,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 424,
                    "url": "https://lldev.thespacedevs.com/2.3.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": 138,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/138/?format=api",
            "name": "Expedition 63",
            "start": "2020-04-17T01:53:00Z",
            "end": "2020-10-20T20:15:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
                "name": "International Space Station",
                "image": {
                    "id": 1952,
                    "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "1998-11-20",
                "deorbited": null,
                "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 725,
                    "name": "Expedition 63 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.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"
                },
                {
                    "id": 726,
                    "name": "Expedition 63 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.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": [
                {
                    "response_mode": "list",
                    "id": 418,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 415,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 416,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 417,
                    "url": "https://lldev.thespacedevs.com/2.3.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": 137,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/137/?format=api",
            "name": "Expedition 62",
            "start": "2020-02-05T13:40:00Z",
            "end": "2020-04-17T01:53:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
                "name": "International Space Station",
                "image": {
                    "id": 1952,
                    "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "1998-11-20",
                "deorbited": null,
                "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 724,
                    "name": "Expedition 62 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_62_patch_20221024013520.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": 136,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/136/?format=api",
            "name": "Expedition 61",
            "start": "2019-10-02T00:00:00Z",
            "end": "2020-02-05T13:40:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/4/?format=api",
                "name": "International Space Station",
                "image": {
                    "id": 1952,
                    "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "founded": "1998-11-20",
                "deorbited": null,
                "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [
                {
                    "id": 723,
                    "name": "Expedition 61 Patch",
                    "priority": 9,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.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": [
                {
                    "response_mode": "list",
                    "id": 406,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 407,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 408,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 409,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 410,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 411,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 412,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 413,
                    "url": "https://lldev.thespacedevs.com/2.3.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"
                },
                {
                    "response_mode": "list",
                    "id": 414,
                    "url": "https://lldev.thespacedevs.com/2.3.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": 135,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/135/?format=api",
            "name": "Salyut 7 EO-5",
            "start": "1986-03-13T12:33:09Z",
            "end": "1986-07-16T12:34:05Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1982-04-19",
                "deorbited": "1991-02-07",
                "description": "Salyut 7, (a.k.a. DOS-6) was a space station in low Earth orbit from April 1982 to February 1991. It was first manned in May 1982 with two crew via Soyuz T-5, and last visited in June 1986, by Soyuz T-15. Various crew and modules were used over its lifetime, including 12 manned and 15 unmanned launches in total. Supporting spacecraft included the Soyuz T, Progress, and TKS spacecraft.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 55,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/55/?format=api",
                    "name": "PE-6 EVA 1",
                    "start": "1986-05-28T05:43:00Z",
                    "end": "1986-05-28T09:33:00Z",
                    "duration": "PT3H50M",
                    "location": "Salyut 7"
                },
                {
                    "response_mode": "list",
                    "id": 56,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/56/?format=api",
                    "name": "PE-6 EVA 2",
                    "start": "1986-05-31T04:57:00Z",
                    "end": "1986-05-31T09:57:00Z",
                    "duration": "PT5H",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "id": 134,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/134/?format=api",
            "name": "Salyut 7 EO-4-2",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-11-21T10:31:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1982-04-19",
                "deorbited": "1991-02-07",
                "description": "Salyut 7, (a.k.a. DOS-6) was a space station in low Earth orbit from April 1982 to February 1991. It was first manned in May 1982 with two crew via Soyuz T-5, and last visited in June 1986, by Soyuz T-15. Various crew and modules were used over its lifetime, including 12 manned and 15 unmanned launches in total. Supporting spacecraft included the Soyuz T, Progress, and TKS spacecraft.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 133,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/133/?format=api",
            "name": "Salyut 7 EP-5",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-09-26T09:51:58Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1982-04-19",
                "deorbited": "1991-02-07",
                "description": "Salyut 7, (a.k.a. DOS-6) was a space station in low Earth orbit from April 1982 to February 1991. It was first manned in May 1982 with two crew via Soyuz T-5, and last visited in June 1986, by Soyuz T-15. Various crew and modules were used over its lifetime, including 12 manned and 15 unmanned launches in total. Supporting spacecraft included the Soyuz T, Progress, and TKS spacecraft.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 132,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/132/?format=api",
            "name": "Salyut 7 EO-4-1b",
            "start": "1985-06-06T06:39:52Z",
            "end": "1985-09-26T09:51:58Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1982-04-19",
                "deorbited": "1991-02-07",
                "description": "Salyut 7, (a.k.a. DOS-6) was a space station in low Earth orbit from April 1982 to February 1991. It was first manned in May 1982 with two crew via Soyuz T-5, and last visited in June 1986, by Soyuz T-15. Various crew and modules were used over its lifetime, including 12 manned and 15 unmanned launches in total. Supporting spacecraft included the Soyuz T, Progress, and TKS spacecraft.",
                "orbit": "Low Earth Orbit",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 54,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/54/?format=api",
                    "name": "PE-4 EVA",
                    "start": "1985-08-02T07:15:00Z",
                    "end": "1985-08-02T12:15:00Z",
                    "duration": "PT5H",
                    "location": "Salyut 7"
                }
            ]
        }
    ]
}