Skip to content

Commit 9ac9856

Browse files
committed
updated readme for upcoming launches
1 parent 8f9b81b commit 9ac9856

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

README.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ Get launch site information
3737
GET https://api.spacexdata.com/sites
3838
```
3939
## Launch information by dates
40-
Get all past launches
40+
Get all launches
4141
```http
4242
GET https://api.spacexdata.com/launches
4343
```
44+
Get all future launches
45+
```http
46+
GET https://api.spacexdata.com/launches/upcoming
47+
```
4448
Get past launches by year
4549
```http
4650
GET https://api.spacexdata.com/launches/year=2017
@@ -84,32 +88,33 @@ GET https://api.spacexdata.com/parts/core=B1021
8488

8589
```json
8690
{
87-
"flight_number": 38,
88-
"launch_year": 2017,
89-
"launch_date": "2017-03-30",
90-
"time_utc": "22:27",
91-
"time_local": "",
91+
"flight_number": 42,
92+
"launch_year": "2017",
93+
"launch_date": "2017-06-23",
94+
"time_utc": "19:10",
95+
"time_local": "03:10 pm EDT",
9296
"rocket": "Falcon 9",
9397
"rocket_type": "FT",
94-
"core_serial": "B1021",
98+
"core_serial": "B1029",
9599
"cap_serial": "",
96100
"launch_site": "KSC LC39A",
97-
"payload_1": "SES-10",
101+
"payload_1": "BulgariaSat-1",
98102
"payload_2": "",
99103
"payload_type": "Satelite",
100-
"payload_mass_kg": "5300",
101-
"payload_mass_lbs": "11700",
104+
"payload_mass_kg": 3669,
105+
"payload_mass_lbs": 8089,
102106
"orbit": "GTO",
103-
"customer_1": "SES",
107+
"customer_1": "Bulgaria Sat",
104108
"customer_2": "",
105109
"launch_success": "Success",
106-
"reused": "FALSE",
110+
"reused": "TRUE",
107111
"land_success": "Success",
108112
"landing_type": "ASDS",
109-
"article_link": "https://en.wikipedia.org/wiki/SES-10",
110-
"video_link": "https://www.youtube.com/watch?v=xsZSXav4wI8",
111-
"details": "First payload to fly on a reused first stage, B1021, previously launched with CRS-8, which also landed a second time. In what is also a first, the payload fairing remained intact after a successful splashdown achieved with thrusters and a steerable parachute."
112-
}
113+
"mission_patch": "http://i.imgur.com/VAvulaO.png",
114+
"article_link": "https://en.wikipedia.org/wiki/BulgariaSat-1",
115+
"video_link": "https://www.youtube.com/watch?v=Y8mLi-rRTh8",
116+
"details": "Second time a booster will be reused: Second flight of B1029 after the Iridium mission of January 2017. The satellite will be the first commercial Bulgarian-owned communications satellite and it will provide television broadcasts and other communications services over southeast Europe."
117+
},
113118
```
114119
<br></br>
115120

0 commit comments

Comments
 (0)