diff --git a/JSON/iss-docked-spacecraft.json b/JSON/iss-docked-spacecraft.json index 1dda034..db40902 100644 --- a/JSON/iss-docked-spacecraft.json +++ b/JSON/iss-docked-spacecraft.json @@ -1,5 +1,5 @@ { - "number": 5, + "number": 6, "spacecraft": [ { "id": 1, @@ -120,6 +120,29 @@ "mission_patch": null, "url": "https://en.wikipedia.org/wiki/Progress_MS-28", "image": "https://i.ibb.co/Q6LLCbN/progress-ms28-zem-351772-1.jpg" + }, + { + "id": 6, + "name": "Soyuz MS-26", + "country": "Russia", + "flag_code": "ru", + "operator": "Roscosmos", + "manufacturer": "Energia", + "spacecraft_name": null, + "launched": 1726150992, + "launch_site": "Site 31/6, Baikonur", + "iss": true, + "docked": 1726162320, + "docking_port": "Rassvet nadir", + "launch_mass": null, + "payload_mass": null, + "launch_vehicle": "Soyuz 2.1a", + "launch_vehicle_name": null, + "mission_type": "Crew", + "crew": ["Aleksey Ovchinin", "Ivan Wagner", "Donald Pettit"], + "mission_patch": "https://i.ibb.co/2FCdns3/soyuz-ms26-patch01-lg.jpg", + "url": "https://en.wikipedia.org/wiki/Soyuz_MS-26", + "image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2024/09/Soyuz-Approaches-Station-Sept-2024.png" } ] } diff --git a/JSON/people-in-space.json b/JSON/people-in-space.json index 2328e38..3a71770 100644 --- a/JSON/people-in-space.json +++ b/JSON/people-in-space.json @@ -1,5 +1,5 @@ { - "number": 16, + "number": 19, "iss_expedition": 71, "expedition_patch": "https://upload.wikimedia.org/wikipedia/commons/b/b4/ISS_Expedition_71_Patch.png", "expedition_url": "https://en.wikipedia.org/wiki/Expedition_71", @@ -278,6 +278,57 @@ "instagram": "https://www.instagram.com/annawmenon/?hl=en", "twitter": "https://x.com/annawmenon", "facebook": "" + }, + { + "id": 17, + "name": "Aleksey Ovchinin", + "country": "Russia", + "flag_code": "ru", + "agency": "Roscosmos", + "position": "Commander", + "spacecraft": "Soyuz MS-26", + "launched": 1726150992, + "iss": true, + "days_in_space": 375, + "url": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin", + "image": "https://upload.wikimedia.org/wikipedia/commons/4/4b/Aleksey_Ovchinin_during_ISS_Habitat_Equalization_%26_Process_22105_training_%28Jsc2014e084151%29.jpg", + "instagram": "", + "twitter": "", + "facebook": "" + }, + { + "id": 18, + "name": "Ivan Wagner", + "country": "Russia", + "flag_code": "ru", + "agency": "Roscosmos", + "position": "Flight Engineer", + "spacecraft": "Soyuz MS-26", + "launched": 1726150992, + "iss": true, + "days_in_space": 195, + "url": "https://en.wikipedia.org/wiki/Ivan_Vagner", + "image": "https://upload.wikimedia.org/wikipedia/commons/f/f8/Expedition_63_Crew_Waves_Farewell_-_Ivan_Vagner.jpg", + "instagram": "", + "twitter": "", + "facebook": "" + }, + { + "id": 19, + "name": "Don Pettit", + "country": "United States", + "flag_code": "us", + "agency": "NASA", + "position": "Flight Engineer", + "spacecraft": "Soyuz MS-26", + "launched": 1726150992, + "iss": true, + "days_in_space": 369, + "url": "https://en.wikipedia.org/wiki/Donald_Pettit", + "image": "https://i.ibb.co/cgvcwqN/NASA-astronaut-Don-Pettit-pillars.jpg", + "instagram": "https://www.instagram.com/astro_pettit/", + "twitter": "https://x.com/astro_Pettit", + "facebook": "" } ] }