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

{
    "id": 141,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/141/?format=api",
    "name": "Expedition 65",
    "start": "2021-04-17T19:45:00Z",
    "end": "2021-10-17T01:14:00Z",
    "spacestation": {
        "id": 4,
        "url": "https://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://spacelaunchnow-prod-east.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": 3570,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/?format=api",
                "name": "Thomas Pesquet",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas2520pesquet_image_20200102120546.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190357.jpeg"
            }
        },
        {
            "id": 3186,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 650,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/650/?format=api",
                "name": "Pyotr Dubrov",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pyotr_dubrov_image_20201120155626.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185922.jpeg"
            }
        },
        {
            "id": 3214,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 550,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/550/?format=api",
                "name": "K. Megan McArthur",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/k._megan_mcarth_image_20210206225642.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190502.jpeg"
            }
        },
        {
            "id": 3187,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 567,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/567/?format=api",
                "name": "Mark T. Vande Hei",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mark2520t.2520vande2520hei_image_20181203172617.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190800.jpeg"
            }
        },
        {
            "id": 3569,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 150,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/150/?format=api",
                "name": "Akihiko Hoshide",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/akihiko_hoshide_image_20210327081731.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185651.jpeg"
            }
        },
        {
            "id": 3213,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 556,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/556/?format=api",
                "name": "Robert S. Kimbrough",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robert_s._kimbr_image_20220911034003.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191130.jpeg"
            }
        },
        {
            "id": 3571,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 252,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/252/?format=api",
                "name": "Anton Shkaplerov",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anton_shkaplero_image_20211001184311.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190702.jpeg"
            }
        },
        {
            "id": 3211,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 212,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/212/?format=api",
                "name": "Oleg Novitskiy",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520novitskiy_image_20181201183707.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185900.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 728,
            "name": "Expedition 65 Patch",
            "priority": 9,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        },
        {
            "id": 96,
            "name": "Expedition 65 Mission Patch",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.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": 431,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/431/?format=api",
            "name": "Expedition 65 EVA 7",
            "start": "2021-09-12T12:15:00Z",
            "end": "2021-09-12T19:09:00Z",
            "duration": "PT6H54M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4630,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 150,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/150/?format=api",
                        "name": "Akihiko Hoshide",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P340DT11H9M43S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "date_of_birth": "1968-12-28",
                        "date_of_death": null,
                        "nationality": "Japanese",
                        "twitter": "https://twitter.com/Aki_Hoshide",
                        "instagram": null,
                        "bio": "Akihiko Hoshide is a Japanese engineer and JAXA astronaut. On August 30, 2012, Hoshide became the third Japanese astronaut to walk in space. His space selfies from 2012, including another space selfie that was posted on Instagram, appeared at the top of many selfie lists of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/akihiko_hoshide_image_20210327081731.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Akihiko_Hoshide",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2008-05-31T21:02:12Z"
                    }
                },
                {
                    "id": 4631,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/?format=api",
                        "name": "Thomas Pesquet",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P396DT11H33M45S",
                        "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": "1978-02-27",
                        "date_of_death": null,
                        "nationality": "French",
                        "twitter": "https://twitter.com/Thom_astro",
                        "instagram": "https://instagram.com/thom_astro",
                        "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas2520pesquet_image_20200102120546.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2016-11-17T20:20:13Z"
                    }
                }
            ]
        },
        {
            "id": 430,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/430/?format=api",
            "name": "Expedition 65 EVA 6",
            "start": "2021-09-09T14:51:00Z",
            "end": "2021-09-09T22:16:00Z",
            "duration": "PT7H25M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4628,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 212,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/212/?format=api",
                        "name": "Oleg Novitskiy",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P545DT1H43M29S",
                        "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": "1971-10-12",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Oleg Viktorovich Novitskiy, lieutenant colonel in the Russian Air Force, is a Russian cosmonaut.\r\n\r\nNovitskiy was selected as a cosmonaut in 2006.Between February 2007 to July 2009 he completed basic spaceflight training and passed state exams with excellent grades. On August 1, 2009, he was qualified as a test-cosmonaut by the Interdepartmental Qualification Board, and between August 2009 to March 2010 he took the ISS advanced training course.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520novitskiy_image_20181201183707.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Oleg_Novitskiy",
                        "last_flight": "2024-03-23T12:36:10Z",
                        "first_flight": "2012-10-23T10:51:11Z"
                    }
                },
                {
                    "id": 4629,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 650,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/650/?format=api",
                        "name": "Pyotr Dubrov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P355DT3H45M19S",
                        "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": "1978-01-30",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Dubrov was selected by Roscosmos as a cosmonaut on 8 October 2012, as one of eight cosmonauts selected as part of Roscosmos's 2012 selection group.\r\nIn 2020 he was assigned to the backup crew of Soyuz MS-17, backing up Russian cosmonaut Sergey Kud-Sverchkov as Flight Engineer on ISS Expedition 63/64",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pyotr_dubrov_image_20201120155626.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pyotr_Dubrov",
                        "last_flight": "2021-04-09T07:42:41Z",
                        "first_flight": "2021-04-09T07:42:41Z"
                    }
                }
            ]
        },
        {
            "id": 429,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/429/?format=api",
            "name": "Expedition 65 EVA 5",
            "start": "2021-09-03T14:41:00Z",
            "end": "2021-09-03T22:35:00Z",
            "duration": "PT7H54M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4626,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 212,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/212/?format=api",
                        "name": "Oleg Novitskiy",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P545DT1H43M29S",
                        "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": "1971-10-12",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Oleg Viktorovich Novitskiy, lieutenant colonel in the Russian Air Force, is a Russian cosmonaut.\r\n\r\nNovitskiy was selected as a cosmonaut in 2006.Between February 2007 to July 2009 he completed basic spaceflight training and passed state exams with excellent grades. On August 1, 2009, he was qualified as a test-cosmonaut by the Interdepartmental Qualification Board, and between August 2009 to March 2010 he took the ISS advanced training course.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520novitskiy_image_20181201183707.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Oleg_Novitskiy",
                        "last_flight": "2024-03-23T12:36:10Z",
                        "first_flight": "2012-10-23T10:51:11Z"
                    }
                },
                {
                    "id": 4627,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 650,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/650/?format=api",
                        "name": "Pyotr Dubrov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P355DT3H45M19S",
                        "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": "1978-01-30",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Dubrov was selected by Roscosmos as a cosmonaut on 8 October 2012, as one of eight cosmonauts selected as part of Roscosmos's 2012 selection group.\r\nIn 2020 he was assigned to the backup crew of Soyuz MS-17, backing up Russian cosmonaut Sergey Kud-Sverchkov as Flight Engineer on ISS Expedition 63/64",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pyotr_dubrov_image_20201120155626.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pyotr_Dubrov",
                        "last_flight": "2021-04-09T07:42:41Z",
                        "first_flight": "2021-04-09T07:42:41Z"
                    }
                }
            ]
        },
        {
            "id": 428,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/428/?format=api",
            "name": "Expedition 65 EVA 4",
            "start": "2021-06-25T11:52:00Z",
            "end": "2021-06-25T18:37:00Z",
            "duration": "PT6H45M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4624,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 556,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/556/?format=api",
                        "name": "Robert S. Kimbrough",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P388DT17H28M44S",
                        "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": "1967-06-04",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astro_kimbrough",
                        "instagram": "https://www.instagram.com/astro_kimbrough/",
                        "bio": "Robert Shane Kimbrough is a retired United States Army officer, and a NASA astronaut. He was part of the first group of candidates selected for NASA astronaut training following the Space Shuttle Columbia disaster. Kimbrough is a veteran of two spaceflights, the first being a Space Shuttle flight, and the second being a 6-month mission to the ISS on board a Russian Soyuz craft. He was the commander of the International Space Station for Expedition 50 and later spent 6 months on the ISS as part of the SpaceX Crew-2 mission. He retired from NASA on July 31, 2022.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robert_s._kimbr_image_20220911034003.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Robert_S._Kimbrough",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2008-11-15T00:55:00Z"
                    }
                },
                {
                    "id": 4625,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/?format=api",
                        "name": "Thomas Pesquet",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P396DT11H33M45S",
                        "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": "1978-02-27",
                        "date_of_death": null,
                        "nationality": "French",
                        "twitter": "https://twitter.com/Thom_astro",
                        "instagram": "https://instagram.com/thom_astro",
                        "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas2520pesquet_image_20200102120546.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2016-11-17T20:20:13Z"
                    }
                }
            ]
        },
        {
            "id": 427,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/427/?format=api",
            "name": "Expedition 65 EVA 3",
            "start": "2021-06-20T11:42:00Z",
            "end": "2021-06-20T18:10:00Z",
            "duration": "PT6H28M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4622,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 556,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/556/?format=api",
                        "name": "Robert S. Kimbrough",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P388DT17H28M44S",
                        "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": "1967-06-04",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astro_kimbrough",
                        "instagram": "https://www.instagram.com/astro_kimbrough/",
                        "bio": "Robert Shane Kimbrough is a retired United States Army officer, and a NASA astronaut. He was part of the first group of candidates selected for NASA astronaut training following the Space Shuttle Columbia disaster. Kimbrough is a veteran of two spaceflights, the first being a Space Shuttle flight, and the second being a 6-month mission to the ISS on board a Russian Soyuz craft. He was the commander of the International Space Station for Expedition 50 and later spent 6 months on the ISS as part of the SpaceX Crew-2 mission. He retired from NASA on July 31, 2022.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robert_s._kimbr_image_20220911034003.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Robert_S._Kimbrough",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2008-11-15T00:55:00Z"
                    }
                },
                {
                    "id": 4623,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/?format=api",
                        "name": "Thomas Pesquet",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P396DT11H33M45S",
                        "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": "1978-02-27",
                        "date_of_death": null,
                        "nationality": "French",
                        "twitter": "https://twitter.com/Thom_astro",
                        "instagram": "https://instagram.com/thom_astro",
                        "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas2520pesquet_image_20200102120546.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2016-11-17T20:20:13Z"
                    }
                }
            ]
        },
        {
            "id": 426,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/426/?format=api",
            "name": "Expedition 65 EVA 2",
            "start": "2021-06-16T12:11:00Z",
            "end": "2021-06-16T19:26:00Z",
            "duration": "PT7H15M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4620,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 556,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/556/?format=api",
                        "name": "Robert S. Kimbrough",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P388DT17H28M44S",
                        "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": "1967-06-04",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astro_kimbrough",
                        "instagram": "https://www.instagram.com/astro_kimbrough/",
                        "bio": "Robert Shane Kimbrough is a retired United States Army officer, and a NASA astronaut. He was part of the first group of candidates selected for NASA astronaut training following the Space Shuttle Columbia disaster. Kimbrough is a veteran of two spaceflights, the first being a Space Shuttle flight, and the second being a 6-month mission to the ISS on board a Russian Soyuz craft. He was the commander of the International Space Station for Expedition 50 and later spent 6 months on the ISS as part of the SpaceX Crew-2 mission. He retired from NASA on July 31, 2022.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robert_s._kimbr_image_20220911034003.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Robert_S._Kimbrough",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2008-11-15T00:55:00Z"
                    }
                },
                {
                    "id": 4621,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/?format=api",
                        "name": "Thomas Pesquet",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P396DT11H33M45S",
                        "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": "1978-02-27",
                        "date_of_death": null,
                        "nationality": "French",
                        "twitter": "https://twitter.com/Thom_astro",
                        "instagram": "https://instagram.com/thom_astro",
                        "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas2520pesquet_image_20200102120546.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2016-11-17T20:20:13Z"
                    }
                }
            ]
        },
        {
            "id": 425,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/425/?format=api",
            "name": "Expedition 65 EVA 1",
            "start": "2021-06-02T05:53:00Z",
            "end": "2021-06-02T13:12:00Z",
            "duration": "PT7H19M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4618,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 212,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/212/?format=api",
                        "name": "Oleg Novitskiy",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P545DT1H43M29S",
                        "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": "1971-10-12",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Oleg Viktorovich Novitskiy, lieutenant colonel in the Russian Air Force, is a Russian cosmonaut.\r\n\r\nNovitskiy was selected as a cosmonaut in 2006.Between February 2007 to July 2009 he completed basic spaceflight training and passed state exams with excellent grades. On August 1, 2009, he was qualified as a test-cosmonaut by the Interdepartmental Qualification Board, and between August 2009 to March 2010 he took the ISS advanced training course.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520novitskiy_image_20181201183707.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Oleg_Novitskiy",
                        "last_flight": "2024-03-23T12:36:10Z",
                        "first_flight": "2012-10-23T10:51:11Z"
                    }
                },
                {
                    "id": 4619,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 650,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/650/?format=api",
                        "name": "Pyotr Dubrov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P355DT3H45M19S",
                        "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": "1978-01-30",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Dubrov was selected by Roscosmos as a cosmonaut on 8 October 2012, as one of eight cosmonauts selected as part of Roscosmos's 2012 selection group.\r\nIn 2020 he was assigned to the backup crew of Soyuz MS-17, backing up Russian cosmonaut Sergey Kud-Sverchkov as Flight Engineer on ISS Expedition 63/64",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pyotr_dubrov_image_20201120155626.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pyotr_Dubrov",
                        "last_flight": "2021-04-09T07:42:41Z",
                        "first_flight": "2021-04-09T07:42:41Z"
                    }
                }
            ]
        }
    ]
}