|
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
5 | | - |
| 5 | + |
6 | 6 |
|
7 | 7 | # SpaceX Data REST API |
8 | 8 |
|
@@ -30,52 +30,52 @@ GET https://api.spacexdata.com/v1/launches/latest |
30 | 30 |
|
31 | 31 | ```json |
32 | 32 | { |
33 | | - "flight_number": 45, |
| 33 | + "flight_number": 46, |
34 | 34 | "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", |
37 | 37 | "rocket": { |
38 | 38 | "rocket_id": "falcon9", |
39 | 39 | "rocket_name": "Falcon 9", |
40 | 40 | "rocket_type": "FT" |
41 | 41 | }, |
42 | 42 | "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" |
44 | 44 | }, |
45 | | - "core_serial": "B1039", |
46 | | - "cap_serial": "C113", |
| 45 | + "core_serial": "B1038", |
| 46 | + "cap_serial": null, |
47 | 47 | "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" |
50 | 50 | }, |
51 | 51 | "payloads": [ |
52 | 52 | { |
53 | | - "payload_id": "SpaceX CRS-12", |
| 53 | + "payload_id": "FormoSat-5", |
54 | 54 | "customers": [ |
55 | | - "NASA (CRS)" |
| 55 | + "NSPO (Taiwan)" |
56 | 56 | ], |
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" |
61 | 61 | } |
62 | 62 | ], |
63 | 63 | "launch_success": true, |
64 | 64 | "reused": false, |
65 | 65 | "land_success": true, |
66 | | - "landing_type": "RTLS", |
67 | | - "landing_vehicle": "LZ-1", |
| 66 | + "landing_type": "ASDS", |
| 67 | + "landing_vehicle": "JRTI", |
68 | 68 | "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/", |
72 | 72 | "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" |
77 | 77 | }, |
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." |
79 | 79 | } |
80 | 80 | ``` |
81 | 81 |
|
|
0 commit comments