Skip to content

Commit 838f230

Browse files
committed
updated screenshot + json sample
1 parent dd92643 commit 838f230

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Imgur](http://i.imgur.com/eL73Iit.png)
44

5-
![Imgur](http://i.imgur.com/C3hp4vU.jpg)
5+
![Imgur](http://i.imgur.com/neCK8dp.jpg)
66

77
# SpaceX Data REST API
88

@@ -30,52 +30,52 @@ GET https://api.spacexdata.com/v1/launches/latest
3030

3131
```json
3232
{
33-
"flight_number": 45,
33+
"flight_number": 46,
3434
"launch_year": "2017",
35-
"launch_date_utc": "2017-08-14T16:31:00Z",
36-
"launch_date_local": "2017-08-14T12:31:00-04:00",
35+
"launch_date_utc": "2017-08-24T18:50:00Z",
36+
"launch_date_local": "2017-08-24T11:50:00-07:00",
3737
"rocket": {
3838
"rocket_id": "falcon9",
3939
"rocket_name": "Falcon 9",
4040
"rocket_type": "FT"
4141
},
4242
"telemetry": {
43-
"flight_club": "https://www.flightclub.io/results/?id=c277137b-55ca-42c4-b7de-555394cbcf50&code=CR12"
43+
"flight_club": "https://www.flightclub.io/results/?id=a0f660e3-45e6-4aa5-8460-fa641fe9c227&code=FRM5"
4444
},
45-
"core_serial": "B1039",
46-
"cap_serial": "C113",
45+
"core_serial": "B1038",
46+
"cap_serial": null,
4747
"launch_site": {
48-
"site_id": "ksc_lc_39a",
49-
"site_name": "KSC LC 39A"
48+
"site_id": "vafb_slc_4e",
49+
"site_name": "VAFB SLC 4E"
5050
},
5151
"payloads": [
5252
{
53-
"payload_id": "SpaceX CRS-12",
53+
"payload_id": "FormoSat-5",
5454
"customers": [
55-
"NASA (CRS)"
55+
"NSPO (Taiwan)"
5656
],
57-
"payload_type": "Dragon 1.1",
58-
"payload_mass_kg": 3310,
59-
"payload_mass_lbs": 7298,
60-
"orbit": "ISS"
57+
"payload_type": "Satelite",
58+
"payload_mass_kg": 475,
59+
"payload_mass_lbs": 1047,
60+
"orbit": "SSO"
6161
}
6262
],
6363
"launch_success": true,
6464
"reused": false,
6565
"land_success": true,
66-
"landing_type": "RTLS",
67-
"landing_vehicle": "LZ-1",
66+
"landing_type": "ASDS",
67+
"landing_vehicle": "JRTI",
6868
"links": {
69-
"mission_patch": "http://spacexpatchlist.space/images/thumbs/spacex_f9_039_crs_12.png",
70-
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/6mrga2/crs12_launch_campaign_thread/",
71-
"reddit_launch": "https://www.reddit.com/r/spacex/comments/6tfcio/welcome_to_the_rspacex_crs12_official_launch/",
69+
"mission_patch": "http://i.imgur.com/xjtPB9z.png",
70+
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/6o98st",
71+
"reddit_launch": "https://www.reddit.com/r/spacex/comments/6vihsl/welcome_to_the_rspacex_formosat5_official_launch/",
7272
"reddit_recovery": null,
73-
"reddit_media": "https://www.reddit.com/r/spacex/comments/6th2nf/rspacex_crs12_media_thread_videos_images_gifs/",
74-
"presskit": "http://www.spacex.com/sites/spacex/files/crs12presskit.pdf",
75-
"article_link": "https://spaceflightnow.com/2017/08/17/photos-falcon-9-rocket-soars-into-space-lands-back-at-cape-canaveral/",
76-
"video_link": "https://www.youtube.com/watch?v=vLxWsYx8dbo"
73+
"reddit_media": "https://www.reddit.com/r/spacex/comments/6vhwi1/rspacex_formosat5_media_thread_videos_images_gifs/",
74+
"presskit": "http://www.spacex.com/sites/spacex/files/formosat5presskit.pdf",
75+
"article_link": "https://en.wikipedia.org/wiki/FORMOSAT-5",
76+
"video_link": "https://www.youtube.com/watch?v=J4u3ZN2g_MI"
7777
},
78-
"details": "Dragon is expected to carry 2,349 kg (5,179 lb) of pressurized mass and 961 kg (2,119 lb) unpressurized. The external payload manifested for this flight is the CREAM cosmic-ray detector. First flight of the Falcon 9 Block 4 upgrade. Last flight of a newly-built Dragon capsule; further missions will use refurbished spacecraft."
78+
"details": "Formosat-5 is an Earth observation satellite of the Taiwanese space agency. The SHERPA space tug by Spaceflight Industries was removed from the cargo manifest of this mission. The satellite has a mass of only 475 kg."
7979
}
8080
```
8181

0 commit comments

Comments
 (0)