Skip to content

Commit 00facd7

Browse files
committed
updated readme json response
1 parent a07db3f commit 00facd7

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

README.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -74,29 +74,32 @@ GET https://api.spacexdata.com/launches/from=2011-01-20/to=2017-05-25
7474
Example JSON Response for a launch
7575
```json
7676
{
77-
"flight_number": 28,
78-
"launch_year": 2016,
79-
"launch_date": "2016-04-08",
80-
"time_utc": "20:43",
81-
"rocket": "Falcon 9",
82-
"rocket_type": "FT",
83-
"launch_site": "CCAFS LC-40",
84-
"payload_1": "SpaceX CRS-8",
85-
"payload_2": "",
86-
"payload_type": "Dragon 1.1",
87-
"payload_mass_kg": "3136",
88-
"payload_mass_lbs": "6914",
89-
"orbit": "LEO",
90-
"customer_1": "NASA (CRS)",
91-
"customer_2": "",
92-
"launch_success": "Success",
93-
"reused": "FALSE",
94-
"land_success": "Success",
95-
"landing_type": "ASDS",
96-
"article_link": "https://en.wikipedia.org/wiki/SpaceX_CRS-8",
97-
"video_link": "https://www.youtube.com/watch?v=7pUAydjne5M",
98-
"Details": "Dragon carried over 1500 kg of supplies and delivered (stowed in its trunk) the inflatable Bigelow Expandable Activity Module (BEAM) to the ISS for two years of in-orbit tests. The rocket's first stage landed smoothly on SpaceX's autonomous spaceport drone ship 9 minutes after liftoff, making this the first ever successful landing of a rocket booster on a ship at sea as part of an orbital launch. The first stage B1021 was later also the first orbital booster to be used again, when launching SES-10 on March 30, 2017."
99-
}
77+
"flight_number": 38,
78+
"launch_year": 2017,
79+
"launch_date": "2017-03-30",
80+
"time_utc": "22:27",
81+
"time_local": "",
82+
"rocket": "Falcon 9",
83+
"rocket_type": "FT",
84+
"core_serial": "B1021",
85+
"cap_serial": "",
86+
"launch_site": "KSC LC39A",
87+
"payload_1": "SES-10",
88+
"payload_2": "",
89+
"payload_type": "Satelite",
90+
"payload_mass_kg": "5300",
91+
"payload_mass_lbs": "11700",
92+
"orbit": "GTO",
93+
"customer_1": "SES",
94+
"customer_2": "",
95+
"launch_success": "Success",
96+
"reused": "FALSE",
97+
"land_success": "Success",
98+
"landing_type": "ASDS",
99+
"article_link": "https://en.wikipedia.org/wiki/SES-10",
100+
"video_link": "https://www.youtube.com/watch?v=xsZSXav4wI8",
101+
"details": "First payload to fly on a reused first stage, B1021, previously launched with CRS-8, which also landed a second time. In what is also a first, the payload fairing remained intact after a successful splashdown achieved with thrusters and a steerable parachute."
102+
}
100103
```
101104
<br></br>
102105

0 commit comments

Comments
 (0)