Skip to content

Commit e020f49

Browse files
committed
updated readme json sample with core flight info
1 parent c57a7b4 commit e020f49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,23 @@ GET https://api.spacexdata.com/v2/launches/latest
4242
"cores": [
4343
{
4444
"core_serial": "B1033",
45+
"flight": 1,
4546
"reused": false,
4647
"land_success": false,
4748
"landing_type": "ASDS",
4849
"landing_vehicle": "OCISLY"
4950
},
5051
{
5152
"core_serial": "B1025",
53+
"flight": 2,
5254
"reused": true,
5355
"land_success": true,
5456
"landing_type": "RTLS",
5557
"landing_vehicle": "LZ-1"
5658
},
5759
{
5860
"core_serial": "B1023",
61+
"flight": 2,
5962
"reused": true,
6063
"land_success": true,
6164
"landing_type": "RTLS",
@@ -102,7 +105,7 @@ GET https://api.spacexdata.com/v2/launches/latest
102105
"reddit_recovery": null,
103106
"reddit_media": "https://www.reddit.com/r/spacex/comments/7vimtm/rspacex_falcon_heavy_test_flight_media_thread/",
104107
"presskit": "http://www.spacex.com/sites/spacex/files/falconheavypresskit_v1.pdf",
105-
"article_link": "",
108+
"article_link": "https://spaceflightnow.com/2018/02/07/spacex-debuts-worlds-most-powerful-rocket-sends-tesla-toward-the-asteroid-belt/",
106109
"video_link": "https://www.youtube.com/watch?v=wbSwFU6tY1c"
107110
},
108111
"details": "The launch was a success, and the side boosters landed simultaneously at adjacent ground pads. Drone ship landing of the central core is unconfirmed. Final burn to heliocentric mars-earth orbit is expected after the second stage and payload pass through the Van Allen belts, followed by payload separation."

0 commit comments

Comments
 (0)