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

{
    "id": 151,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/151/?format=api",
    "name": "Expedition 69",
    "start": "2023-03-28T09:57:27Z",
    "end": "2023-09-26T13:40: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": 3748,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 584,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/584/?format=api",
                "name": "Sergey Prokopyev",
                "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/sergey2520prokopyev_image_20181207031221.jfif",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190826.jpeg"
            }
        },
        {
            "id": 3735,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 652,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/652/?format=api",
                "name": "Dmitriy Petelin",
                "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/dmitriy_aleksan_image_20201120161639.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190423.jpeg"
            }
        },
        {
            "id": 3736,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 581,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/581/?format=api",
                "name": "Francisco Rubio",
                "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/francisco2520rubio_image_20200110161546.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185911.jpeg"
            }
        },
        {
            "id": 4785,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 579,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/579/?format=api",
                "name": "Jasmin Moghbeli",
                "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/jasmin_moghbeli_image_20230826072835.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185215.jpeg"
            }
        },
        {
            "id": 4787,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 756,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/756/?format=api",
                "name": "Konstantin Borisov",
                "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/konstantin_bori_image_20230826072844.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190316.jpeg"
            }
        },
        {
            "id": 4818,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 580,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/580/?format=api",
                "name": "Loral O'Hara",
                "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/loral2520o2527hara_image_20200110161443.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190912.jpeg"
            }
        },
        {
            "id": 4817,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 733,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/733/?format=api",
                "name": "Nikolai Chub",
                "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/nikolai_chub_image_20230913074136.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185834.jpeg"
            }
        },
        {
            "id": 4786,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 199,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/199/?format=api",
                "name": "Andreas Mogensen",
                "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/andreas_mogense_image_20230826072839.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190400.jpeg"
            }
        },
        {
            "id": 4788,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 110,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/110/?format=api",
                "name": "Satoshi Furukawa",
                "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/satoshi_furukaw_image_20230826072858.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191159.jpeg"
            }
        },
        {
            "id": 4816,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/168/?format=api",
                "name": "Oleg Kononenko",
                "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/oleg2520kononenko_image_20181129233442.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190205.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 770,
            "name": "ISS Expedition 69 Patch",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.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": 467,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
            "name": "Expedition 69 EVA 7",
            "start": "2023-08-09T14:44:00Z",
            "end": "2023-08-09T21:19:00Z",
            "duration": "PT6H35M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4781,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 584,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/584/?format=api",
                        "name": "Sergey Prokopyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P567DT15H11M30S",
                        "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": "1975-02-19",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Valeriyevich Prokopyev, born 19 February 1975 is a Russian cosmonaut. He is the commander of Soyuz MS-09, and flight engineer of Expedition 56/57 to the International space station.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergey2520prokopyev_image_20181207031221.jfif",
                        "wiki": "https://en.wikipedia.org/wiki/Sergey_Prokopyev_(cosmonaut)",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2018-06-06T11:12:41Z"
                    }
                },
                {
                    "id": 4782,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 652,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/652/?format=api",
                        "name": "Dmitriy Petelin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P370DT21H22M11S",
                        "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": "1983-07-10",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Selected as astronaut in 2012. By the decision of the Interdepartmental Commission for the Selection of Cosmonauts, he was approved as Flight Engineer-2 of the backup crew of the Soyuz MS-18 and, accordingly, of the Soyuz MS-19 prime crew.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/dmitriy_aleksan_image_20201120161639.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Dmitry_Petelin",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2022-09-21T13:54:49Z"
                    }
                }
            ]
        },
        {
            "id": 465,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
            "name": "Expedition 69 EVA 6",
            "start": "2023-06-22T14:24:33Z",
            "end": "2023-06-22T20:48:00Z",
            "duration": "PT6H23M27S",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4742,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 584,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/584/?format=api",
                        "name": "Sergey Prokopyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P567DT15H11M30S",
                        "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": "1975-02-19",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Valeriyevich Prokopyev, born 19 February 1975 is a Russian cosmonaut. He is the commander of Soyuz MS-09, and flight engineer of Expedition 56/57 to the International space station.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergey2520prokopyev_image_20181207031221.jfif",
                        "wiki": "https://en.wikipedia.org/wiki/Sergey_Prokopyev_(cosmonaut)",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2018-06-06T11:12:41Z"
                    }
                },
                {
                    "id": 4743,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 652,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/652/?format=api",
                        "name": "Dmitriy Petelin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P370DT21H22M11S",
                        "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": "1983-07-10",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Selected as astronaut in 2012. By the decision of the Interdepartmental Commission for the Selection of Cosmonauts, he was approved as Flight Engineer-2 of the backup crew of the Soyuz MS-18 and, accordingly, of the Soyuz MS-19 prime crew.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/dmitriy_aleksan_image_20201120161639.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Dmitry_Petelin",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2022-09-21T13:54:49Z"
                    }
                }
            ]
        },
        {
            "id": 464,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
            "name": "Expedition 69 EVA 5",
            "start": "2023-06-15T12:42:00Z",
            "end": "2023-06-15T18:17:00Z",
            "duration": "PT5H35M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4740,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 145,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/145/?format=api",
                        "name": "Warren Hoburg",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P185DT22H43M9S",
                        "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"
                        },
                        "date_of_birth": "1985-09-16",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Woody",
                        "instagram": "https://www.instagram.com/whoburg",
                        "bio": "Warren Woodrow \"Woody\" Hoburg is an American engineer and NASA astronaut of the class of 2017.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/warren2520hoburg_image_20181129210410.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Warren_Hoburg",
                        "last_flight": "2023-03-02T05:34:14Z",
                        "first_flight": "2023-03-02T05:34:14Z"
                    }
                },
                {
                    "id": 4741,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 546,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/546/?format=api",
                        "name": "Stephen Bowen",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P226DT8H46M45S",
                        "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"
                        },
                        "date_of_birth": "1964-02-13",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Stephen Gerard Bowen is a United States Navy submariner and a NASA astronaut; he was the second submariner to travel into space. Bowen has been on three spaceflights, all of which were Space Shuttle missions to the International Space Station. His first mission, STS-126, took place in November 2008, and his second was STS-132 in May 2010.\r\n\r\nIn March 2011, Bowen completed his third spaceflight as a Mission Specialist on STS-133, which was Space Shuttle Discovery's final planned flight. Having flown on both STS-132 and STS-133, Bowen became the first and only astronaut to fly on consecutive shuttle missions. Originally Tim Kopra was scheduled to fly on STS-133, but Kopra had a bicycle injury shortly before the mission, and so he was replaced by Bowen.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/stephen_bowen_image_20220911034047.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Stephen_Bowen_(astronaut)",
                        "last_flight": "2023-03-02T05:34:14Z",
                        "first_flight": "2008-11-15T00:55:00Z"
                    }
                }
            ]
        },
        {
            "id": 463,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
            "name": "Expedition 69 EVA 4",
            "start": "2023-06-09T13:24:00Z",
            "end": "2023-06-09T19:27:00Z",
            "duration": "PT6H3M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4738,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 546,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/546/?format=api",
                        "name": "Stephen Bowen",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P226DT8H46M45S",
                        "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"
                        },
                        "date_of_birth": "1964-02-13",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Stephen Gerard Bowen is a United States Navy submariner and a NASA astronaut; he was the second submariner to travel into space. Bowen has been on three spaceflights, all of which were Space Shuttle missions to the International Space Station. His first mission, STS-126, took place in November 2008, and his second was STS-132 in May 2010.\r\n\r\nIn March 2011, Bowen completed his third spaceflight as a Mission Specialist on STS-133, which was Space Shuttle Discovery's final planned flight. Having flown on both STS-132 and STS-133, Bowen became the first and only astronaut to fly on consecutive shuttle missions. Originally Tim Kopra was scheduled to fly on STS-133, but Kopra had a bicycle injury shortly before the mission, and so he was replaced by Bowen.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/stephen_bowen_image_20220911034047.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Stephen_Bowen_(astronaut)",
                        "last_flight": "2023-03-02T05:34:14Z",
                        "first_flight": "2008-11-15T00:55:00Z"
                    }
                },
                {
                    "id": 4739,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 145,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/145/?format=api",
                        "name": "Warren Hoburg",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P185DT22H43M9S",
                        "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"
                        },
                        "date_of_birth": "1985-09-16",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Woody",
                        "instagram": "https://www.instagram.com/whoburg",
                        "bio": "Warren Woodrow \"Woody\" Hoburg is an American engineer and NASA astronaut of the class of 2017.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/warren2520hoburg_image_20181129210410.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Warren_Hoburg",
                        "last_flight": "2023-03-02T05:34:14Z",
                        "first_flight": "2023-03-02T05:34:14Z"
                    }
                }
            ]
        },
        {
            "id": 462,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
            "name": "Expedition 69 EVA 3",
            "start": "2023-05-12T15:47:00Z",
            "end": "2023-05-12T21:01:00Z",
            "duration": "PT5H14M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4720,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 584,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/584/?format=api",
                        "name": "Sergey Prokopyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P567DT15H11M30S",
                        "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": "1975-02-19",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Valeriyevich Prokopyev, born 19 February 1975 is a Russian cosmonaut. He is the commander of Soyuz MS-09, and flight engineer of Expedition 56/57 to the International space station.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergey2520prokopyev_image_20181207031221.jfif",
                        "wiki": "https://en.wikipedia.org/wiki/Sergey_Prokopyev_(cosmonaut)",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2018-06-06T11:12:41Z"
                    }
                },
                {
                    "id": 4721,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 652,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/652/?format=api",
                        "name": "Dmitriy Petelin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P370DT21H22M11S",
                        "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": "1983-07-10",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Selected as astronaut in 2012. By the decision of the Interdepartmental Commission for the Selection of Cosmonauts, he was approved as Flight Engineer-2 of the backup crew of the Soyuz MS-18 and, accordingly, of the Soyuz MS-19 prime crew.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/dmitriy_aleksan_image_20201120161639.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Dmitry_Petelin",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2022-09-21T13:54:49Z"
                    }
                }
            ]
        },
        {
            "id": 449,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
            "name": "Expedition 69 EVA 2",
            "start": "2023-05-03T20:00:00Z",
            "end": "2023-05-04T03:11:00Z",
            "duration": "PT7H11M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4666,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 584,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/584/?format=api",
                        "name": "Sergey Prokopyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P567DT15H11M30S",
                        "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": "1975-02-19",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Valeriyevich Prokopyev, born 19 February 1975 is a Russian cosmonaut. He is the commander of Soyuz MS-09, and flight engineer of Expedition 56/57 to the International space station.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergey2520prokopyev_image_20181207031221.jfif",
                        "wiki": "https://en.wikipedia.org/wiki/Sergey_Prokopyev_(cosmonaut)",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2018-06-06T11:12:41Z"
                    }
                },
                {
                    "id": 4667,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 652,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/652/?format=api",
                        "name": "Dmitriy Petelin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P370DT21H22M11S",
                        "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": "1983-07-10",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Selected as astronaut in 2012. By the decision of the Interdepartmental Commission for the Selection of Cosmonauts, he was approved as Flight Engineer-2 of the backup crew of the Soyuz MS-18 and, accordingly, of the Soyuz MS-19 prime crew.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/dmitriy_aleksan_image_20201120161639.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Dmitry_Petelin",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2022-09-21T13:54:49Z"
                    }
                }
            ]
        },
        {
            "id": 447,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
            "name": "Expedition 69 EVA 1",
            "start": "2023-04-19T01:40:00Z",
            "end": "2023-04-19T09:35:00Z",
            "duration": "PT7H55M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4662,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 584,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/584/?format=api",
                        "name": "Sergey Prokopyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P567DT15H11M30S",
                        "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": "1975-02-19",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Valeriyevich Prokopyev, born 19 February 1975 is a Russian cosmonaut. He is the commander of Soyuz MS-09, and flight engineer of Expedition 56/57 to the International space station.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergey2520prokopyev_image_20181207031221.jfif",
                        "wiki": "https://en.wikipedia.org/wiki/Sergey_Prokopyev_(cosmonaut)",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2018-06-06T11:12:41Z"
                    }
                },
                {
                    "id": 4663,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 652,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/652/?format=api",
                        "name": "Dmitriy Petelin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P370DT21H22M11S",
                        "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": "1983-07-10",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Selected as astronaut in 2012. By the decision of the Interdepartmental Commission for the Selection of Cosmonauts, he was approved as Flight Engineer-2 of the backup crew of the Soyuz MS-18 and, accordingly, of the Soyuz MS-19 prime crew.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/dmitriy_aleksan_image_20201120161639.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Dmitry_Petelin",
                        "last_flight": "2022-09-21T13:54:49Z",
                        "first_flight": "2022-09-21T13:54:49Z"
                    }
                }
            ]
        }
    ]
}