diff --git a/JSON/iss-docked-spacecraft.json b/JSON/iss-docked-spacecraft.json index e8ba3e1..ed78a88 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": "https://upload.wikimedia.org/wikipedia/commons/a/a0/SpaceX_Crew-8_logo.png", "url": "https://en.wikipedia.org/wiki/SpaceX_Crew-8", "image": "https://upload.wikimedia.org/wikipedia/commons/f/fd/Jsc2023e070781.jpg" + }, + { + "id": 6, + "name": "CRS-30 Dragon", + "country": "United States", + "flag_code": "us", + "operator": "SpaceX", + "manufacturer": "SpaceX", + "spacecraft_name": "C209", + "launched": 1711050900, + "launch_site": "CCSFS, SLC-40", + "iss": true, + "docked": 1711189140, + "docking_port": "Harmony zenith", + "launch_mass": 12519, + "payload_mass": 2948, + "launch_vehicle": "Falcon 9", + "launch_vehicle_name": "B1080.6", + "mission_type": "Cargo", + "crew": null, + "mission_patch": "https://upload.wikimedia.org/wikipedia/commons/f/f3/SpaceX_CRS-30_Patch.png", + "url": "https://en.wikipedia.org/wiki/SpaceX_CRS-30", + "image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2024/03/dragon-docked.png" } ] }