Skip to content

Commit

Permalink
updated readme json sample with core flight info
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Feb 10, 2018
1 parent c57a7b4 commit e020f49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -42,20 +42,23 @@ GET https://api.spacexdata.com/v2/launches/latest
"cores": [
{
"core_serial": "B1033",
"flight": 1,
"reused": false,
"land_success": false,
"landing_type": "ASDS",
"landing_vehicle": "OCISLY"
},
{
"core_serial": "B1025",
"flight": 2,
"reused": true,
"land_success": true,
"landing_type": "RTLS",
"landing_vehicle": "LZ-1"
},
{
"core_serial": "B1023",
"flight": 2,
"reused": true,
"land_success": true,
"landing_type": "RTLS",
Expand Down Expand Up @@ -102,7 +105,7 @@ GET https://api.spacexdata.com/v2/launches/latest
"reddit_recovery": null,
"reddit_media": "https://www.reddit.com/r/spacex/comments/7vimtm/rspacex_falcon_heavy_test_flight_media_thread/",
"presskit": "http://www.spacex.com/sites/spacex/files/falconheavypresskit_v1.pdf",
"article_link": "",
"article_link": "https://spaceflightnow.com/2018/02/07/spacex-debuts-worlds-most-powerful-rocket-sends-tesla-toward-the-asteroid-belt/",
"video_link": "https://www.youtube.com/watch?v=wbSwFU6tY1c"
},
"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."
Expand Down

0 comments on commit e020f49

Please sign in to comment.