Skip to content

Commit

Permalink
Merge pull request #43 from corquaid/dev
Browse files Browse the repository at this point in the history
feat: docking of Progress MS-28 spacecraft
  • Loading branch information
corquaid authored Aug 17, 2024
2 parents 75024e1 + 09dda46 commit 552c8d4
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion JSON/iss-docked-spacecraft.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"number": 5,
"number": 6,
"spacecraft": [
{
"id": 1,
Expand Down Expand Up @@ -123,6 +123,29 @@
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/3/36/Cygnus_NG-21_Patch.png",
"url": "https://en.wikipedia.org/wiki/Cygnus_NG-21",
"image": "https://upload.wikimedia.org/wikipedia/commons/f/fa/CRS_NG-21_Approach.jpg"
},
{
"id": 6,
"name": "Progress MS-28",
"country": "Russia",
"flag_code": "ru",
"operator": "Roscosmos",
"manufacturer": "Energia",
"spacecraft_name": null,
"launched": 1723684817,
"launch_site": "Site 31, Baikonur",
"iss": true,
"docked": 1723866780,
"docking_port": "Zvezda aft",
"launch_mass": 7280,
"payload_mass": 2621,
"launch_vehicle": "Soyuz 2.1a",
"launch_vehicle_name": null,
"mission_type": "Cargo",
"crew": null,
"mission_patch": null,
"url": "https://en.wikipedia.org/wiki/Progress_MS-28",
"image": "https://i.ibb.co/Q6LLCbN/progress-ms28-zem-351772-1.jpg"
}
]
}

0 comments on commit 552c8d4

Please sign in to comment.