Skip to content

Commit 372c097

Browse files
committed
updated json sample for crs-12
1 parent e7e8597 commit 372c097

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,52 +30,52 @@ GET https://api.spacexdata.com/v1/launches/latest
3030

3131
```json
3232
{
33-
"flight_number": 44,
33+
"flight_number": 45,
3434
"launch_year": "2017",
35-
"launch_date_utc": "2017-07-05T23:35:00Z",
36-
"launch_date_local": "2017-07-05T19:35:00-04:00",
35+
"launch_date_utc": "2017-08-14T16:31:00Z",
36+
"launch_date_local": "2017-08-14T12:31:00-04:00",
3737
"rocket": {
3838
"rocket_id": "falcon9",
3939
"rocket_name": "Falcon 9",
4040
"rocket_type": "FT"
4141
},
42-
"core_serial": "B1037",
43-
"cap_serial": null,
4442
"telemetry": {
4543
"flight_club": null
4644
},
45+
"core_serial": "B1039",
46+
"cap_serial": "C113",
4747
"launch_site": {
4848
"site_id": "ksc_lc_39a",
4949
"site_name": "KSC LC 39A"
5050
},
5151
"payloads": [
5252
{
53-
"payload_id": "Intelsat 35e",
53+
"payload_id": "SpaceX CRS-12",
5454
"customers": [
55-
"Intelsat"
55+
"NASA (CRS)"
5656
],
57-
"payload_type": "Satelite",
58-
"payload_mass_kg": 6000.0,
59-
"payload_mass_lbs": 13227.0,
60-
"orbit": "GTO"
57+
"payload_type": "Dragon 1.1",
58+
"payload_mass_kg": 3310,
59+
"payload_mass_lbs": 7298,
60+
"orbit": "ISS"
6161
}
6262
],
6363
"launch_success": true,
6464
"reused": false,
65-
"land_success": false,
66-
"landing_type": null,
67-
"landing_vehicle": null,
65+
"land_success": true,
66+
"landing_type": "RTLS",
67+
"landing_vehicle": "LZ-1",
6868
"links": {
69-
"mission_patch": "http://i.imgur.com/8URp6ea.png",
70-
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/6fw4yy/",
71-
"reddit_launch": "https://www.reddit.com/r/spacex/comments/6kt2re/",
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/",
7272
"reddit_recovery": null,
73-
"reddit_media": "https://www.reddit.com/r/spacex/comments/6kt3fe/",
74-
"presskit": "http://www.spacex.com/sites/spacex/files/intelsat35epresskit.pdf",
75-
"article_link": "https://en.wikipedia.org/wiki/Intelsat_35e",
76-
"video_link": "https://www.youtube.com/watch?v=MIHVPCj25Z0"
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": null,
76+
"video_link": "https://www.youtube.com/watch?v=vLxWsYx8dbo"
7777
},
78-
"details": "Due to the constraints of sending a heavy satellite (~6,000 kg) to GTO, the rocket will fly in its expendable configuration and the first-stage booster will not be recovered."
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."
7979
}
8080
```
8181

0 commit comments

Comments
 (0)