Skip to content

Commit 148b527

Browse files
committed
updated for SES-11
1 parent 0425637 commit 148b527

File tree

1 file changed

+34
-24
lines changed

1 file changed

+34
-24
lines changed

README.md

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,54 +29,64 @@ GET https://api.spacexdata.com/v1/launches/latest
2929
```
3030

3131
```json
32-
{
33-
"flight_number": 48,
32+
{
33+
"flight_number": 49,
3434
"launch_year": "2017",
35-
"launch_date_unix": 1507552620,
36-
"launch_date_utc": "2017-10-09T12:37:00Z",
37-
"launch_date_local": "2017-10-09T05:37:00-07:00",
35+
"launch_date_unix": 1507762380,
36+
"launch_date_utc": "2017-10-11T22:53:00Z",
37+
"launch_date_local": "2017-10-11T18:53:00-04:00",
3838
"rocket": {
3939
"rocket_id": "falcon9",
4040
"rocket_name": "Falcon 9",
4141
"rocket_type": "FT"
4242
},
4343
"telemetry": {
44-
"flight_club": "https://www.flightclub.io/results/?code=IRD3"
44+
"flight_club": "https://www.flightclub.io/results/?code=SS11"
4545
},
46-
"core_serial": "B1041",
46+
"core_serial": "B1031",
4747
"cap_serial": null,
4848
"launch_site": {
49-
"site_id": "vafb_slc_4e",
50-
"site_name": "VAFB SLC 4E"
49+
"site_id": "ksc_lc_39a",
50+
"site_name": "KSC LC 39A"
5151
},
5252
"payloads": [
5353
{
54-
"payload_id": "Iridium NEXT 21-30",
54+
"payload_id": "SES-11",
5555
"customers": [
56-
"Iridium Communications"
56+
"SES"
5757
],
58-
"payload_type": "Satelite",
59-
"payload_mass_kg": 8600,
60-
"payload_mass_lbs": 18959,
61-
"orbit": "LEO"
58+
"payload_type": "Satellite",
59+
"payload_mass_kg": 2700,
60+
"payload_mass_lbs": 5952,
61+
"orbit": "GTO"
62+
},
63+
{
64+
"payload_id": "EchoStar 105",
65+
"customers": [
66+
"EchoStar"
67+
],
68+
"payload_type": "Satellite",
69+
"payload_mass_kg": 2700,
70+
"payload_mass_lbs": 5952,
71+
"orbit": "GTO"
6272
}
6373
],
6474
"launch_success": true,
65-
"reused": false,
75+
"reused": true,
6676
"land_success": true,
6777
"landing_type": "ASDS",
68-
"landing_vehicle": "JRTI",
78+
"landing_vehicle": "OCISLY",
6979
"links": {
70-
"mission_patch": "https://i.imgur.com/falQftx.png",
71-
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/6ygwxw/iridium_next_constellation_mission_3_launch/",
72-
"reddit_launch": "https://www.reddit.com/r/spacex/comments/753e0m/iridium_next_mission_3_official_launch_discussion/",
80+
"mission_patch": "https://i.imgur.com/03gonKW.png",
81+
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/6yvn64/ses11echostar_105_launch_campaign_thread/",
82+
"reddit_launch": "https://www.reddit.com/r/spacex/comments/75bw7p/ses11echostar105_official_launch_discussions/",
7383
"reddit_recovery": null,
74-
"reddit_media": "https://www.reddit.com/r/spacex/comments/755m2z/rspacex_iridium3_media_thread_videos_images_gifs/",
75-
"presskit": "http://www.spacex.com/sites/spacex/files/iridium3presskit.pdf",
84+
"reddit_media": "https://www.reddit.com/r/spacex/comments/75pgu5/rspacex_ses11_media_thread_videos_images_gifs/",
85+
"presskit": "http://www.spacex.com/sites/spacex/files/echostar105ses11presskit.pdf",
7686
"article_link": null,
77-
"video_link": "https://www.youtube.com/watch?v=SB4N4xF2B2w&feature=youtu.be"
87+
"video_link": "https://www.youtube.com/watch?v=iv1zeGSvhIw"
7888
},
79-
"details": "Third of eight missions to launch Iridium's second generation constellation from VAFB"
89+
"details": "Nineteenth comsat to GTO, also the fourth satellite launched for SES and second for Echostar. Third time a first stage booster will be reused."
8090
}
8191
```
8292

0 commit comments

Comments
 (0)