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

{
    "id": 136,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/136/?format=api",
    "name": "Expedition 61",
    "start": "2019-10-02T00:00:00Z",
    "end": "2020-02-05T13: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": 898,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 218,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                "name": "Luca Parmitano",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190918.jpeg"
            }
        },
        {
            "id": 3080,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
                "name": "Andrew R. Morgan",
                "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/andrew_r._morga_image_20220911034204.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185549.jpeg"
            }
        },
        {
            "id": 871,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 635,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                "name": "Christina Koch",
                "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/christina2520koch_image_20191231114328.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185818.jpeg"
            }
        },
        {
            "id": 3106,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 573,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/573/?format=api",
                "name": "Jessica Meir",
                "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/jessica_meir_image_20200417064900.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190924.jpeg"
            }
        },
        {
            "id": 840,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 256,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/256/?format=api",
                "name": "Aleksandr Skvortsov",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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/aleksandr2520skvortsov_image_20191231114359.jpg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190148.jpeg"
            }
        },
        {
            "id": 297,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 255,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/255/?format=api",
                "name": "Oleg Skripochka",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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/oleg_skripochka_image_20200417064956.jpeg",
                "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185331.jpeg"
            }
        }
    ],
    "mission_patches": [
        {
            "id": 723,
            "name": "Expedition 61 Patch",
            "priority": 9,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.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": 414,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/414/?format=api",
            "name": "Expedition 61 EVA 9",
            "start": "2020-01-25T12:04:00Z",
            "end": "2020-01-25T18:20:00Z",
            "duration": "PT6H16M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4596,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
                        "name": "Andrew R. Morgan",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P271DT12H48M22S",
                        "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": "1976-02-05",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDrewMorgan",
                        "instagram": "https://www.instagram.com/astrodrewmorgan/",
                        "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2019-07-20T16:28:21Z"
                    }
                },
                {
                    "id": 4597,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 218,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                        "name": "Luca Parmitano",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P366DT23H2M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1976-09-27",
                        "date_of_death": null,
                        "nationality": "Italian",
                        "twitter": "https://twitter.com/astro_luca",
                        "instagram": "https://www.instagram.com/astro_luca/",
                        "bio": "Luca Parmitano (born 27 September 1976 in Paternò, Sicily) is an Italian engineer and astronaut in the European Astronaut Corps for the European Space Agency (ESA). The astronauts work on missions at the International Space Station. He was selected as an ESA astronaut in May 2009. Parmitano is also a Lieutenant Colonel and pilot for the Italian Air Force. Parmitano is the youngest astronaut to undertake a long-duration mission, at 36 years and eight months old on the launch day of his mission.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Luca_Parmitano",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2013-05-28T20:31:24Z"
                    }
                }
            ]
        },
        {
            "id": 413,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/413/?format=api",
            "name": "Expedition 61 EVA 8",
            "start": "2020-01-20T11:35:00Z",
            "end": "2020-01-20T18:33:00Z",
            "duration": "PT6H58M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4594,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 635,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                        "name": "Christina Koch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P328DT13H58M37S",
                        "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": "1979-01-29",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Christina",
                        "instagram": "https://www.instagram.com/Astro_Christina/",
                        "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2019-03-14T19:14:08Z"
                    }
                },
                {
                    "id": 4595,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 573,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/573/?format=api",
                        "name": "Jessica Meir",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P204DT15H19M1S",
                        "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": "1977-07-01",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Jessica",
                        "instagram": "https://www.instagram.com/astro_jessica/",
                        "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jessica_meir_image_20200417064900.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir",
                        "last_flight": "2019-09-25T13:57:42Z",
                        "first_flight": "2019-09-25T13:57:42Z"
                    }
                }
            ]
        },
        {
            "id": 412,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/412/?format=api",
            "name": "Expedition 61 EVA 7",
            "start": "2020-01-15T11:35:00Z",
            "end": "2020-01-15T19:04:00Z",
            "duration": "PT7H29M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4592,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 635,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                        "name": "Christina Koch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P328DT13H58M37S",
                        "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": "1979-01-29",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Christina",
                        "instagram": "https://www.instagram.com/Astro_Christina/",
                        "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2019-03-14T19:14:08Z"
                    }
                },
                {
                    "id": 4593,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 573,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/573/?format=api",
                        "name": "Jessica Meir",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P204DT15H19M1S",
                        "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": "1977-07-01",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Jessica",
                        "instagram": "https://www.instagram.com/astro_jessica/",
                        "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jessica_meir_image_20200417064900.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir",
                        "last_flight": "2019-09-25T13:57:42Z",
                        "first_flight": "2019-09-25T13:57:42Z"
                    }
                }
            ]
        },
        {
            "id": 411,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/411/?format=api",
            "name": "Expedition 61 EVA 6",
            "start": "2019-12-02T11:31:00Z",
            "end": "2019-12-02T17:33:00Z",
            "duration": "PT6H2M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4590,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 218,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                        "name": "Luca Parmitano",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P366DT23H2M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1976-09-27",
                        "date_of_death": null,
                        "nationality": "Italian",
                        "twitter": "https://twitter.com/astro_luca",
                        "instagram": "https://www.instagram.com/astro_luca/",
                        "bio": "Luca Parmitano (born 27 September 1976 in Paternò, Sicily) is an Italian engineer and astronaut in the European Astronaut Corps for the European Space Agency (ESA). The astronauts work on missions at the International Space Station. He was selected as an ESA astronaut in May 2009. Parmitano is also a Lieutenant Colonel and pilot for the Italian Air Force. Parmitano is the youngest astronaut to undertake a long-duration mission, at 36 years and eight months old on the launch day of his mission.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Luca_Parmitano",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2013-05-28T20:31:24Z"
                    }
                },
                {
                    "id": 4591,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
                        "name": "Andrew R. Morgan",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P271DT12H48M22S",
                        "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": "1976-02-05",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDrewMorgan",
                        "instagram": "https://www.instagram.com/astrodrewmorgan/",
                        "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2019-07-20T16:28:21Z"
                    }
                }
            ]
        },
        {
            "id": 410,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/410/?format=api",
            "name": "Expedition 61 EVA 5",
            "start": "2019-11-22T12:02:00Z",
            "end": "2019-11-22T18:35:00Z",
            "duration": "PT6H33M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4588,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 218,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                        "name": "Luca Parmitano",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P366DT23H2M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1976-09-27",
                        "date_of_death": null,
                        "nationality": "Italian",
                        "twitter": "https://twitter.com/astro_luca",
                        "instagram": "https://www.instagram.com/astro_luca/",
                        "bio": "Luca Parmitano (born 27 September 1976 in Paternò, Sicily) is an Italian engineer and astronaut in the European Astronaut Corps for the European Space Agency (ESA). The astronauts work on missions at the International Space Station. He was selected as an ESA astronaut in May 2009. Parmitano is also a Lieutenant Colonel and pilot for the Italian Air Force. Parmitano is the youngest astronaut to undertake a long-duration mission, at 36 years and eight months old on the launch day of his mission.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Luca_Parmitano",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2013-05-28T20:31:24Z"
                    }
                },
                {
                    "id": 4589,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
                        "name": "Andrew R. Morgan",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P271DT12H48M22S",
                        "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": "1976-02-05",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDrewMorgan",
                        "instagram": "https://www.instagram.com/astrodrewmorgan/",
                        "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2019-07-20T16:28:21Z"
                    }
                }
            ]
        },
        {
            "id": 409,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/409/?format=api",
            "name": "Expedition 61 EVA 4",
            "start": "2019-11-15T11:39:00Z",
            "end": "2019-11-15T18:18:00Z",
            "duration": "PT6H39M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4586,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 218,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/218/?format=api",
                        "name": "Luca Parmitano",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P366DT23H2M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1976-09-27",
                        "date_of_death": null,
                        "nationality": "Italian",
                        "twitter": "https://twitter.com/astro_luca",
                        "instagram": "https://www.instagram.com/astro_luca/",
                        "bio": "Luca Parmitano (born 27 September 1976 in Paternò, Sicily) is an Italian engineer and astronaut in the European Astronaut Corps for the European Space Agency (ESA). The astronauts work on missions at the International Space Station. He was selected as an ESA astronaut in May 2009. Parmitano is also a Lieutenant Colonel and pilot for the Italian Air Force. Parmitano is the youngest astronaut to undertake a long-duration mission, at 36 years and eight months old on the launch day of his mission.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/luca2520parmitano_image_20191231114250.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Luca_Parmitano",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2013-05-28T20:31:24Z"
                    }
                },
                {
                    "id": 4587,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
                        "name": "Andrew R. Morgan",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P271DT12H48M22S",
                        "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": "1976-02-05",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDrewMorgan",
                        "instagram": "https://www.instagram.com/astrodrewmorgan/",
                        "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2019-07-20T16:28:21Z"
                    }
                }
            ]
        },
        {
            "id": 408,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/408/?format=api",
            "name": "Expedition 61 EVA 3",
            "start": "2019-10-18T11:38:00Z",
            "end": "2019-10-18T18:55:00Z",
            "duration": "PT7H17M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4584,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 635,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                        "name": "Christina Koch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P328DT13H58M37S",
                        "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": "1979-01-29",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Christina",
                        "instagram": "https://www.instagram.com/Astro_Christina/",
                        "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2019-03-14T19:14:08Z"
                    }
                },
                {
                    "id": 4585,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 573,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/573/?format=api",
                        "name": "Jessica Meir",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P204DT15H19M1S",
                        "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": "1977-07-01",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Jessica",
                        "instagram": "https://www.instagram.com/astro_jessica/",
                        "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jessica_meir_image_20200417064900.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir",
                        "last_flight": "2019-09-25T13:57:42Z",
                        "first_flight": "2019-09-25T13:57:42Z"
                    }
                }
            ]
        },
        {
            "id": 407,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/407/?format=api",
            "name": "Expedition 61 EVA 2",
            "start": "2019-10-11T11:38:00Z",
            "end": "2019-10-11T18:23:00Z",
            "duration": "PT6H45M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4582,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
                        "name": "Andrew R. Morgan",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P271DT12H48M22S",
                        "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": "1976-02-05",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDrewMorgan",
                        "instagram": "https://www.instagram.com/astrodrewmorgan/",
                        "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2019-07-20T16:28:21Z"
                    }
                },
                {
                    "id": 4583,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 635,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                        "name": "Christina Koch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P328DT13H58M37S",
                        "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": "1979-01-29",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Christina",
                        "instagram": "https://www.instagram.com/Astro_Christina/",
                        "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2019-03-14T19:14:08Z"
                    }
                }
            ]
        },
        {
            "id": 406,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/406/?format=api",
            "name": "Expedition 61 EVA 1",
            "start": "2019-10-06T11:39:00Z",
            "end": "2019-10-06T18:40:00Z",
            "duration": "PT7H1M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4580,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 635,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/635/?format=api",
                        "name": "Christina Koch",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P328DT13H58M37S",
                        "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": "1979-01-29",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Christina",
                        "instagram": "https://www.instagram.com/Astro_Christina/",
                        "bio": "Christina Hammock Koch (born January 29, 1979) is a NASA astronaut of the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christina2520koch_image_20191231114328.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Christina_Koch",
                        "last_flight": "2019-03-14T19:14:08Z",
                        "first_flight": "2019-03-14T19:14:08Z"
                    }
                },
                {
                    "id": 4581,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
                        "name": "Andrew R. Morgan",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P271DT12H48M22S",
                        "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": "1976-02-05",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDrewMorgan",
                        "instagram": "https://www.instagram.com/astrodrewmorgan/",
                        "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
                        "last_flight": "2019-07-20T16:28:21Z",
                        "first_flight": "2019-07-20T16:28:21Z"
                    }
                }
            ]
        }
    ]
}