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/70/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 70,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/70/?format=api",
    "name": "Expedition 36",
    "start": "2013-05-13T23:08:00Z",
    "end": "2013-09-10T23:37:00Z",
    "spacestation": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "status": {
            "id": 1,
            "name": "Active"
        },
        "founded": "1998-11-20",
        "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",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
        "owners": [
            {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "abbrev": "CSA"
            },
            {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "abbrev": "ESA"
            },
            {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "abbrev": "JAXA"
            },
            {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA"
            },
            {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA"
            }
        ]
    },
    "crew": [
        {
            "id": 502,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/278/?format=api",
                "name": "Pavel Vinogradov",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pavel2520vinogradov_image_20181201224203.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185703.jpeg"
            }
        },
        {
            "id": 2326,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 551,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/551/?format=api",
                "name": "Karen Nyberg",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/karen2520nyberg_image_20200213141517.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185659.jpeg"
            }
        },
        {
            "id": 2318,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 218,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                "name": "Luca Parmitano",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190918.jpeg"
            }
        },
        {
            "id": 503,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 198,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/198/?format=api",
                "name": "Alexander Misurkin",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexander_misur_image_20211102151859.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190640.jpeg"
            }
        },
        {
            "id": 504,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 555,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/555/?format=api",
                "name": "Christopher Cassidy",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/christopher_cas_image_20200408132634.jpeg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185334.jpeg"
            }
        },
        {
            "id": 2531,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 294,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/294/?format=api",
                "name": "Fyodor Yurchikhin",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fyodor2520yurchikhin_image_20181201232049.jpg",
                "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190020.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 695,
            "name": "Expedition 36 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_36_patch_20221024013504.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        }
    ],
    "spacewalks": [
        {
            "id": 360,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/360/?format=api",
            "name": "Expedition 36 EVA 5",
            "start": "2013-08-22T11:34:00Z",
            "end": "2013-08-22T17:32:00Z",
            "duration": "PT5H58M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4488,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 294,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/294/?format=api",
                        "name": "Fyodor Yurchikhin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P672DT20H39M32S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1959-01-03",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Fyodor Nikolayevich Yurchikhin (Russian: Фёдор Николаевич Юрчихин, Greek: Θεόδωρος Γιουρτσίχιν του Νικόλαου; born 3 January 1959), is a Russian cosmonaut of Greek descent, engineer and RSC Energia test-pilot who has flown on five spaceflights. His first spaceflight was a 10-day Space Shuttle mission STS-112. His second was a long-duration stay aboard the International Space Station (ISS) as a Flight Engineer for Expedition 15; for this mission he was launched in the Soyuz TMA-10 spacecraft. He has undertaken two further long-duration stays aboard the ISS, as a crew member of Expedition 24 / 25. For this mission he was launched with the spacecraft Soyuz TMA-19, and he landed in November 2010, also with the TMA-19 spacecraft. He served as Soyuz Commander for his fourth mission aboard Soyuz TMA-09M, as Flight Engineer for Expedition 36 and ISS Commander for Expedition 37. In April 2017, Yurchikhin launched on Soyuz MS-04 for the fifth spaceflight of his career, a six-month mission to the ISS as part of Expedition 51 and 52, for which he was the Commander.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fyodor2520yurchikhin_image_20181201232049.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Fyodor_Yurchikhin",
                        "last_flight": "2017-04-20T07:13:45Z",
                        "first_flight": "2002-10-07T19:45:51Z"
                    }
                },
                {
                    "id": 4489,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 198,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/198/?format=api",
                        "name": "Alexander Misurkin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P346DT7H3M41S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1977-09-23",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Alexander Alexanderovich Misurkin (Russian: Aлександр Aлександрович Мисуркин) born on September 23, 1977, a major in the Russian Air Force, is a Russian cosmonaut, selected in 2006. He flew aboard Soyuz TMA-08M on 28 March 2013 as his first space mission, and launched on Soyuz MS-06 as his second flight, in 2017. He was Commander of the International Space Station for Expedition 54.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexander_misur_image_20211102151859.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alexander_Misurkin",
                        "last_flight": "2021-12-08T07:38:15Z",
                        "first_flight": "2013-03-28T20:43:20Z"
                    }
                }
            ]
        },
        {
            "id": 359,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/359/?format=api",
            "name": "Expedition 36 EVA 4",
            "start": "2013-08-16T14:36:00Z",
            "end": "2013-08-16T22:05:00Z",
            "duration": "PT7H29M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4486,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 294,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/294/?format=api",
                        "name": "Fyodor Yurchikhin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P672DT20H39M32S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1959-01-03",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Fyodor Nikolayevich Yurchikhin (Russian: Фёдор Николаевич Юрчихин, Greek: Θεόδωρος Γιουρτσίχιν του Νικόλαου; born 3 January 1959), is a Russian cosmonaut of Greek descent, engineer and RSC Energia test-pilot who has flown on five spaceflights. His first spaceflight was a 10-day Space Shuttle mission STS-112. His second was a long-duration stay aboard the International Space Station (ISS) as a Flight Engineer for Expedition 15; for this mission he was launched in the Soyuz TMA-10 spacecraft. He has undertaken two further long-duration stays aboard the ISS, as a crew member of Expedition 24 / 25. For this mission he was launched with the spacecraft Soyuz TMA-19, and he landed in November 2010, also with the TMA-19 spacecraft. He served as Soyuz Commander for his fourth mission aboard Soyuz TMA-09M, as Flight Engineer for Expedition 36 and ISS Commander for Expedition 37. In April 2017, Yurchikhin launched on Soyuz MS-04 for the fifth spaceflight of his career, a six-month mission to the ISS as part of Expedition 51 and 52, for which he was the Commander.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fyodor2520yurchikhin_image_20181201232049.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Fyodor_Yurchikhin",
                        "last_flight": "2017-04-20T07:13:45Z",
                        "first_flight": "2002-10-07T19:45:51Z"
                    }
                },
                {
                    "id": 4487,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 198,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/198/?format=api",
                        "name": "Alexander Misurkin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P346DT7H3M41S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1977-09-23",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Alexander Alexanderovich Misurkin (Russian: Aлександр Aлександрович Мисуркин) born on September 23, 1977, a major in the Russian Air Force, is a Russian cosmonaut, selected in 2006. He flew aboard Soyuz TMA-08M on 28 March 2013 as his first space mission, and launched on Soyuz MS-06 as his second flight, in 2017. He was Commander of the International Space Station for Expedition 54.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexander_misur_image_20211102151859.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alexander_Misurkin",
                        "last_flight": "2021-12-08T07:38:15Z",
                        "first_flight": "2013-03-28T20:43:20Z"
                    }
                }
            ]
        },
        {
            "id": 358,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/358/?format=api",
            "name": "Expedition 36 EVA 3",
            "start": "2013-07-16T11:57:00Z",
            "end": "2013-07-16T13:29:00Z",
            "duration": "PT1H32M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4484,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 555,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/555/?format=api",
                        "name": "Christopher Cassidy",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P377DT17H48M24S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1970-01-04",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astro_seal",
                        "instagram": "https://www.instagram.com/astro_seal",
                        "bio": "Christopher John \"Chris\" Cassidy is a NASA astronaut and United States Navy SEAL. Chris Cassidy achieved the rank of Captain in the U.S. Navy. He was the Chief of the Astronaut Office at NASA from July 2015 until June 2017.\r\n\r\nCassidy attended York High School, in York, Maine. He then graduated from the Naval Academy Preparatory School in Newport, Rhode Island, in 1989. He received a Bachelor of Science degree in Mathematics from the United States Naval Academy in 1993 and a Master of Science degree in Ocean Engineering from MIT in 2000. While in the Navy, Cassidy passed BUD/S and became a Navy SEAL. While a SEAL he served several tours of duty supporting the fight in the War on Terror. His first spaceflight was on Space Shuttle mission STS-127, and his second was as a flight engineer for Expedition 35/36, launched aboard Soyuz TMA-08M. He was in space between July 15–31, 2009 and March 28 – September 10, 2013. Cassidy has worked as a CAPCOM for both International Space Station and Space Shuttle missions in the past.\r\n\r\nCassidy announced his retirement from both the Navy and NASA Astronaut Corps on May 28, 2021.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/christopher_cas_image_20200408132634.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christopher_Cassidy",
                        "last_flight": "2020-04-09T08:05:06Z",
                        "first_flight": "2009-07-15T22:03:10Z"
                    }
                },
                {
                    "id": 4485,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 218,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                        "name": "Luca Parmitano",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P366DT23H2M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1976-09-27",
                        "date_of_death": null,
                        "nationality": "Italian",
                        "twitter": "https://twitter.com/astro_luca",
                        "instagram": "https://www.instagram.com/astro_luca/",
                        "bio": "Luca Parmitano (born 27 September 1976 in Paternò, Sicily) is an Italian engineer and astronaut in the European Astronaut Corps for the European Space Agency (ESA). The astronauts work on missions at the International Space Station. He was selected as an ESA astronaut in May 2009. Parmitano is also a Lieutenant Colonel and pilot for the Italian Air Force. Parmitano is the youngest astronaut to undertake a long-duration mission, at 36 years and eight months old on the launch day of his mission.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Luca_Parmitano",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2013-05-28T20:31:24Z"
                    }
                }
            ]
        },
        {
            "id": 357,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/357/?format=api",
            "name": "Expedition 36 EVA 2",
            "start": "2013-07-09T12:02:00Z",
            "end": "2013-07-09T18:09:00Z",
            "duration": "PT6H7M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4482,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 555,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/555/?format=api",
                        "name": "Christopher Cassidy",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P377DT17H48M24S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1970-01-04",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astro_seal",
                        "instagram": "https://www.instagram.com/astro_seal",
                        "bio": "Christopher John \"Chris\" Cassidy is a NASA astronaut and United States Navy SEAL. Chris Cassidy achieved the rank of Captain in the U.S. Navy. He was the Chief of the Astronaut Office at NASA from July 2015 until June 2017.\r\n\r\nCassidy attended York High School, in York, Maine. He then graduated from the Naval Academy Preparatory School in Newport, Rhode Island, in 1989. He received a Bachelor of Science degree in Mathematics from the United States Naval Academy in 1993 and a Master of Science degree in Ocean Engineering from MIT in 2000. While in the Navy, Cassidy passed BUD/S and became a Navy SEAL. While a SEAL he served several tours of duty supporting the fight in the War on Terror. His first spaceflight was on Space Shuttle mission STS-127, and his second was as a flight engineer for Expedition 35/36, launched aboard Soyuz TMA-08M. He was in space between July 15–31, 2009 and March 28 – September 10, 2013. Cassidy has worked as a CAPCOM for both International Space Station and Space Shuttle missions in the past.\r\n\r\nCassidy announced his retirement from both the Navy and NASA Astronaut Corps on May 28, 2021.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/christopher_cas_image_20200408132634.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christopher_Cassidy",
                        "last_flight": "2020-04-09T08:05:06Z",
                        "first_flight": "2009-07-15T22:03:10Z"
                    }
                },
                {
                    "id": 4483,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 218,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                        "name": "Luca Parmitano",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P366DT23H2M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1976-09-27",
                        "date_of_death": null,
                        "nationality": "Italian",
                        "twitter": "https://twitter.com/astro_luca",
                        "instagram": "https://www.instagram.com/astro_luca/",
                        "bio": "Luca Parmitano (born 27 September 1976 in Paternò, Sicily) is an Italian engineer and astronaut in the European Astronaut Corps for the European Space Agency (ESA). The astronauts work on missions at the International Space Station. He was selected as an ESA astronaut in May 2009. Parmitano is also a Lieutenant Colonel and pilot for the Italian Air Force. Parmitano is the youngest astronaut to undertake a long-duration mission, at 36 years and eight months old on the launch day of his mission.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Luca_Parmitano",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2013-05-28T20:31:24Z"
                    }
                }
            ]
        },
        {
            "id": 356,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/356/?format=api",
            "name": "Expedition 36 EVA 1",
            "start": "2013-06-24T13:32:00Z",
            "end": "2013-06-24T20:06:00Z",
            "duration": "PT6H34M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4480,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 294,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/294/?format=api",
                        "name": "Fyodor Yurchikhin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P672DT20H39M32S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1959-01-03",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Fyodor Nikolayevich Yurchikhin (Russian: Фёдор Николаевич Юрчихин, Greek: Θεόδωρος Γιουρτσίχιν του Νικόλαου; born 3 January 1959), is a Russian cosmonaut of Greek descent, engineer and RSC Energia test-pilot who has flown on five spaceflights. His first spaceflight was a 10-day Space Shuttle mission STS-112. His second was a long-duration stay aboard the International Space Station (ISS) as a Flight Engineer for Expedition 15; for this mission he was launched in the Soyuz TMA-10 spacecraft. He has undertaken two further long-duration stays aboard the ISS, as a crew member of Expedition 24 / 25. For this mission he was launched with the spacecraft Soyuz TMA-19, and he landed in November 2010, also with the TMA-19 spacecraft. He served as Soyuz Commander for his fourth mission aboard Soyuz TMA-09M, as Flight Engineer for Expedition 36 and ISS Commander for Expedition 37. In April 2017, Yurchikhin launched on Soyuz MS-04 for the fifth spaceflight of his career, a six-month mission to the ISS as part of Expedition 51 and 52, for which he was the Commander.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fyodor2520yurchikhin_image_20181201232049.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Fyodor_Yurchikhin",
                        "last_flight": "2017-04-20T07:13:45Z",
                        "first_flight": "2002-10-07T19:45:51Z"
                    }
                },
                {
                    "id": 4481,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 198,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/198/?format=api",
                        "name": "Alexander Misurkin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P346DT7H3M41S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1977-09-23",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Alexander Alexanderovich Misurkin (Russian: Aлександр Aлександрович Мисуркин) born on September 23, 1977, a major in the Russian Air Force, is a Russian cosmonaut, selected in 2006. He flew aboard Soyuz TMA-08M on 28 March 2013 as his first space mission, and launched on Soyuz MS-06 as his second flight, in 2017. He was Commander of the International Space Station for Expedition 54.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexander_misur_image_20211102151859.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alexander_Misurkin",
                        "last_flight": "2021-12-08T07:38:15Z",
                        "first_flight": "2013-03-28T20:43:20Z"
                    }
                }
            ]
        }
    ]
}