From 19248e1178285c1ee1efdfd5a9fdd29434d4cb46 Mon Sep 17 00:00:00 2001 From: corquaid <69508715+corquaid@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:18:54 +0200 Subject: [PATCH] feat: docking of SpaceX Crew-9 Dragon spacecraft --- JSON/iss-docked-spacecraft.json | 30 ++++++++++++++++++++++++++- JSON/people-in-space.json | 36 ++++++++++++++++++++++++++++++++- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/JSON/iss-docked-spacecraft.json b/JSON/iss-docked-spacecraft.json index 57f8d0e..49da414 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,34 @@ "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" + }, + { + "id": 6, + "name": "Crew-9 Dragon", + "country": "United States", + "flag_code": "us", + "operator": "SpaceX", + "manufacturer": "SpaceX", + "spacecraft_name": "Freedom", + "launched": 1727536641, + "launch_site": "CCSFS, SLC-40", + "iss": true, + "docked": 1727638200, + "docking_port": "Harmony forward", + "launch_mass": null, + "payload_mass": null, + "launch_vehicle": "Falcon 9", + "launch_vehicle_name": "B1085.2", + "mission_type": "Crew", + "crew": [ + "Nick Hague", + "Aleksandr Gorbunov", + "Suni Williams", + "Butch Wilmore" + ], + "mission_patch": "https://upload.wikimedia.org/wikipedia/commons/6/64/Updated_SpaceX_Crew-9_Patch.png", + "url": "https://en.wikipedia.org/wiki/SpaceX_Crew-9", + "image": "https://upload.wikimedia.org/wikipedia/commons/f/f2/Jsc2024e061425.jpg" } ] } diff --git a/JSON/people-in-space.json b/JSON/people-in-space.json index df5a858..afdb688 100644 --- a/JSON/people-in-space.json +++ b/JSON/people-in-space.json @@ -1,5 +1,5 @@ { - "number": 12, + "number": 14, "iss_expedition": 72, "expedition_patch": "https://upload.wikimedia.org/wikipedia/commons/c/c4/ISS_Expedition_72_Patch.png", "expedition_url": "https://en.wikipedia.org/wiki/Expedition_72", @@ -210,6 +210,40 @@ "instagram": "https://www.instagram.com/astro_pettit/", "twitter": "https://x.com/astro_Pettit", "facebook": "" + }, + { + "id": 13, + "name": "Nick Hague", + "country": "United States", + "flag_code": "us", + "agency": "NASA", + "position": "Flight Engineer", + "spacecraft": "Crew-9 Dragon", + "launched": 1727536641, + "iss": true, + "days_in_space": 202, + "url": "https://en.wikipedia.org/wiki/Nick_Hague", + "image": "https://upload.wikimedia.org/wikipedia/commons/1/1e/Col_Tyler_N._Hague.jpg", + "instagram": "https://www.instagram.com/astrohague/", + "twitter": "https://x.com/astrohague", + "facebook": "https://www.facebook.com/astrohague/" + }, + { + "id": 14, + "name": "Aleksandr Gorbunov", + "country": "Russia", + "flag_code": "ru", + "agency": "Roscosmos", + "position": "Flight Engineer", + "spacecraft": "Crew-9 Dragon", + "launched": 1727536641, + "iss": true, + "days_in_space": 0, + "url": "https://en.wikipedia.org/wiki/Aleksandr_Gorbunov", + "image": "https://upload.wikimedia.org/wikipedia/commons/6/69/Aleksandr_Gorbunov_Portrait_%28Cropped%29.jpg", + "instagram": "", + "twitter": "", + "facebook": "" } ] }