Skip to content

Commit

Permalink
update readme for CRS-15
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Jun 30, 2018
1 parent 000ab51 commit fd52138
Showing 1 changed file with 35 additions and 30 deletions.
65 changes: 35 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ GET https://api.spacexdata.com/v2/launches/latest

```json
{
"flight_number": 63,
"mission_name": "SES-12",
"flight_number": 64,
"mission_name": "CRS-15",
"launch_year": "2018",
"launch_date_unix": 1528087500,
"launch_date_utc": "2018-06-04T04:45:00.000Z",
"launch_date_local": "2018-06-04T00:45:00-04:00",
"launch_date_unix": 1530265320,
"launch_date_utc": "2018-06-29T09:42:00.000Z",
"launch_date_local": "2018-06-29T05:42:00-04:00",
"rocket": {
"rocket_id": "falcon9",
"rocket_name": "Falcon 9",
"rocket_type": "FT",
"first_stage": {
"cores": [
{
"core_serial": "B1040",
"core_serial": "B1045",
"flight": 2,
"block": 4,
"reused": true,
Expand All @@ -48,36 +48,41 @@ GET https://api.spacexdata.com/v2/launches/latest
]
},
"second_stage": {
"block": 5,
"block": 4,
"payloads": [
{
"payload_id": "SES-12",
"reused": false,
"payload_id": "SpaceX CRS-15",
"cap_serial": "C111",
"reused": true,
"customers": [
"SES"
"NASA (CRS)"
],
"payload_type": "Satellite",
"payload_mass_kg": 5383.85,
"payload_mass_lbs": 11869.4,
"orbit": "GTO",
"payload_type": "Dragon 1.1",
"payload_mass_kg": 2410,
"payload_mass_lbs": 5313,
"orbit": "ISS",
"orbit_params": {
"reference_system": "geocentric",
"regime": "geostationary",
"longitude": 95,
"regime": "low-earth",
"longitude": null,
"semi_major_axis_km": null,
"eccentricity": null,
"periapsis_km": null,
"apoapsis_km": null,
"inclination_deg": null,
"inclination_deg": 51.6,
"period_min": null,
"lifespan_years": 15
}
"lifespan_years": null
},
"mass_returned_kg": null,
"mass_returned_lbs": null,
"flight_time_sec": null,
"cargo_manifest": null
}
]
}
},
"telemetry": {
"flight_club": "https://www.flightclub.io/result?code=SES12"
"flight_club": "https://www.flightclub.io/results/?code=CR15"
},
"reuse": {
"core": true,
Expand All @@ -93,18 +98,18 @@ GET https://api.spacexdata.com/v2/launches/latest
},
"launch_success": true,
"links": {
"mission_patch": "https://images2.imgbox.com/44/ba/fvMeODet_o.png",
"mission_patch_small": "https://images2.imgbox.com/4b/b9/oS8ezl6V_o.png",
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/8jv0ed/ses12_launch_campaign_thread/",
"reddit_launch": "https://www.reddit.com/r/spacex/comments/8o9woj/rspacex_ses12_official_launch_discussion_updates/",
"mission_patch": "https://images2.imgbox.com/43/35/0QW7yRsB_o.png",
"mission_patch_small": "https://images2.imgbox.com/11/ec/xng5hAXN_o.png",
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/8pua1m/crs15_launch_campaign_thread/",
"reddit_launch": "https://www.reddit.com/r/spacex/comments/8ugo3l/rspacex_crs15_official_launch_discussion_updates",
"reddit_recovery": null,
"reddit_media": "https://www.reddit.com/r/spacex/comments/8oa3k4/rspacex_ses12_media_thread_videos_images_gifs/",
"presskit": "http://www.spacex.com/sites/spacex/files/ses-12missionpress_kit_6.2.18.pdf",
"article_link": "https://spaceflightnow.com/2018/06/04/multi-mission-telecom-craft-launched-by-spacex-for-ses/",
"wikipedia": "https://en.wikipedia.org/wiki/SES-12",
"video_link": "https://www.youtube.com/watch?v=2hcM5hqQ45s"
"reddit_media": "https://www.reddit.com/r/spacex/comments/8ujcwo/rspacex_crs15_media_thread_videos_images_gifs/",
"presskit": "http://www.spacex.com/sites/spacex/files/crs15presskit.pdf",
"article_link": "https://spaceflightnow.com/2018/06/29/spacex-launches-ai-enabled-robot-companion-vegetation-monitor-to-space-station/",
"wikipedia": "https://en.wikipedia.org/wiki/SpaceX_CRS-15",
"video_link": "https://www.youtube.com/watch?v=ycMagB1s8XM"
},
"details": "The communications satellite serving the Middle East and the Asia-Pacific region at the same place as SES-8, and was the largest satellite built for SES. The first stage Block 4 was expended, while the second stage was Block 5."
"details": "Payload included MISSE-FF 2, ECOSTRESS, and a Latching End Effector. The refurbished booster featured a record 2.5 months period turnaround from its original launch of the TESS satellite — the fastest previous was 4.5 months. This was the last commercial flight of a Block 4 booster, which was expended into the Atlantic without landing legs and grid fins."
}
```

Expand Down

0 comments on commit fd52138

Please sign in to comment.