Skip to content

Commit 89fd935

Browse files
committed
Update for departure of CRS-23 Dragon, change of ISS commander and arrival of Soyuz MS-19
1 parent 40a7518 commit 89fd935

5 files changed

Lines changed: 63 additions & 21 deletions

JSON/iss-docked-spacecraft.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,24 +88,24 @@
8888
},
8989
{
9090
"id": 5,
91-
"name": "CRS-23 Dragon",
92-
"country": "United States",
93-
"flag_code": "us",
94-
"operator": "SpaceX",
95-
"manufacturer": "SpaceX",
96-
"launched": 1630214089,
97-
"launch_site": "KSC, LC-39A",
91+
"name": "Soyuz MS-19",
92+
"country": "Russia",
93+
"flag_code": "ru",
94+
"operator": "Roscosmos",
95+
"manufacturer": "Energia",
96+
"launched": 1617946961,
97+
"launch_site": "Site 31/6, Baikonur",
9898
"iss": true,
99-
"docked": 1630326600,
100-
"docking_port": "Harmony forward",
101-
"launch_mass": 6000,
102-
"payload_mass": 2207,
103-
"launch_vehicle": "Falcon 9",
104-
"mission_type": "Cargo",
105-
"crew": null,
106-
"mission_patch": "https://blogs.nasa.gov/spacexcrs23/wp-content/uploads/sites/318/2021/08/CRS-23-logo-300x264.png",
107-
"url": "https://en.wikipedia.org/wiki/SpaceX_CRS-23",
108-
"image": "https://github.com/corquaid/international-space-station-APIs/blob/main/images/E-CloQtWYAY_1kz.jpg"
99+
"docked": 1633429320,
100+
"docking_port": "Rassvet nadir",
101+
"launch_mass": null,
102+
"payload_mass": null,
103+
"launch_vehicle": "Soyuz 2.1a",
104+
"mission_type": "Crew",
105+
"crew": ["Anton Shkaplerov", "Klim Shipenko", "Yulia Peresild"],
106+
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/5/5c/Soyuz_MS-19_Mission_Patch.png",
107+
"url": "https://en.wikipedia.org/wiki/Soyuz_MS-19",
108+
"image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2021/10/blog_soyuzms19_launch_1005219.jpg"
109109
}
110110
]
111111
}

JSON/people-in-space.json

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"number": 7,
2+
"number": 10,
33
"iss_expedition": 65,
44
"expedition_patch": "https://upload.wikimedia.org/wikipedia/commons/4/49/ISS_Expedition_65_Patch.png",
55
"expedition_url": "https://en.wikipedia.org/wiki/Expedition_65",
@@ -81,7 +81,7 @@
8181
"country": "Japan",
8282
"flag_code": "jp",
8383
"agency": "JAXA",
84-
"position": "Commander",
84+
"position": "Flight Engineer",
8585
"spacecraft": "Crew-2 Dragon",
8686
"launched": 1619171342,
8787
"iss": true,
@@ -95,13 +95,55 @@
9595
"country": "France",
9696
"flag_code": "fr",
9797
"agency": "ESA",
98-
"position": "Flight Engineer",
98+
"position": "Commander",
9999
"spacecraft": "Crew-2 Dragon",
100100
"launched": 1619171342,
101101
"iss": true,
102102
"days_in_space": 197,
103103
"url": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
104104
"image": "https://upload.wikimedia.org/wikipedia/commons/d/db/Thomas_Pesquet%2C_official_portrait_in_EMU_%282020%29.jpg"
105-
}
105+
},
106+
{
107+
"id": 8,
108+
"name": "Anton Shkaplerov",
109+
"country": "Russia",
110+
"flag_code": "ru",
111+
"agency": "Roscosmos",
112+
"position": "Commander",
113+
"spacecraft": "Soyuz MS-19",
114+
"launched": 1633416902,
115+
"iss": true,
116+
"days_in_space": 533,
117+
"url": "https://en.wikipedia.org/wiki/Anton_Shkaplerov",
118+
"image": "https://github.com/corquaid/international-space-station-APIs/blob/main/images/blog_soyuz_ms19_crew_shkaplerov.jpg"
119+
},
120+
{
121+
"id": 9,
122+
"name": "Klim Shipenko",
123+
"country": "Russia",
124+
"flag_code": "ru",
125+
"agency": null,
126+
"position": "Participant",
127+
"spacecraft": "Soyuz MS-19",
128+
"launched": 1633416902,
129+
"iss": true,
130+
"days_in_space": 0,
131+
"url": "https://en.wikipedia.org/wiki/Klim_Shipenko",
132+
"image": "https://github.com/corquaid/international-space-station-APIs/blob/main/images/blog_soyuz_ms19_crew_shipenko.jpg"
133+
},
134+
{
135+
"id": 10,
136+
"name": "Yulia Peresild",
137+
"country": "Russia",
138+
"flag_code": "ru",
139+
"agency": null,
140+
"position": "Participant",
141+
"spacecraft": "Soyuz MS-19",
142+
"launched": 1633416902,
143+
"iss": true,
144+
"days_in_space": 0,
145+
"url": "https://en.wikipedia.org/wiki/Yulia_Peresild",
146+
"image": "https://github.com/corquaid/international-space-station-APIs/blob/main/images/blog_soyuz_ms19_crew_peresild.jpg"
147+
}
106148
]
107149
}
55.8 KB
Loading
48.4 KB
Loading
52.6 KB
Loading

0 commit comments

Comments
 (0)