Skip to content

Commit a592e09

Browse files
authored
Merge pull request #30 from corquaid/dev
feat: update for docking of Dragon CRS-30 spacecraft
2 parents bb3e60f + 1803f72 commit a592e09

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

JSON/iss-docked-spacecraft.json

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"number": 5,
2+
"number": 6,
33
"spacecraft": [
44
{
55
"id": 1,
@@ -120,6 +120,29 @@
120120
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/a/a0/SpaceX_Crew-8_logo.png",
121121
"url": "https://en.wikipedia.org/wiki/SpaceX_Crew-8",
122122
"image": "https://upload.wikimedia.org/wikipedia/commons/f/fd/Jsc2023e070781.jpg"
123+
},
124+
{
125+
"id": 6,
126+
"name": "CRS-30 Dragon",
127+
"country": "United States",
128+
"flag_code": "us",
129+
"operator": "SpaceX",
130+
"manufacturer": "SpaceX",
131+
"spacecraft_name": "C209",
132+
"launched": 1711050900,
133+
"launch_site": "CCSFS, SLC-40",
134+
"iss": true,
135+
"docked": 1711189140,
136+
"docking_port": "Harmony zenith",
137+
"launch_mass": 12519,
138+
"payload_mass": 2948,
139+
"launch_vehicle": "Falcon 9",
140+
"launch_vehicle_name": "B1080.6",
141+
"mission_type": "Cargo",
142+
"crew": null,
143+
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/f/f3/SpaceX_CRS-30_Patch.png",
144+
"url": "https://en.wikipedia.org/wiki/SpaceX_CRS-30",
145+
"image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2024/03/dragon-docked.png"
123146
}
124147
]
125148
}

0 commit comments

Comments
 (0)