Skip to content

Commit dff29a8

Browse files
committed
updated readme for v3 release
1 parent a632b8e commit dff29a8

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ covered, make sure to add a test for it.
1111
Changes will not be merged unless the build passes
1212

1313
4. If the build succeeds, the pull request will be merged, and automatically
14-
pushed to the production server at [https://api.spacexdata.com/v2/](https://api.spacexdata.com/v2/)
14+
pushed to the production server at [https://api.spacexdata.com/v3/](https://api.spacexdata.com/v3/)
1515

1616
## Database additions / changes / updates
1717

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,18 @@
1111

1212
<h3 align="center">Open Source REST API for rocket, core, capsule, pad, and launch data</h3>
1313

14-
## Docs
15-
* See the [Docs](https://github.com/r-spacex/SpaceX-API/tree/master/docs) for full V2 API Documentation
16-
17-
## V3 preview
18-
* API V3 will be released towards the end of September 2018
19-
* V2 will remain available indefinitely, and the data will continue to be updated
20-
* V3 docs preview located [here](https://documenter.getpostman.com/view/2025350/RWaEzAiG)
14+
## Documentation
15+
* See the [Docs](https://documenter.getpostman.com/view/2025350/RWaEzAiG) for full V3 API Documentation
2116

17+
## Postman Collection
2218
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/3aeac01a548a87943749)
2319

2420
## Usage
2521

2622
**Example Response**
2723

2824
```bash
29-
curl -s https://api.spacexdata.com/v2/launches/latest | jq
25+
curl -s https://api.spacexdata.com/v3/launches/latest | jq
3026
```
3127

3228
```json
@@ -54,6 +50,7 @@ curl -s https://api.spacexdata.com/v2/launches/latest | jq
5450
"block": 5,
5551
"reused": false,
5652
"land_success": true,
53+
"landing_intent": true,
5754
"landing_type": "ASDS",
5855
"landing_vehicle": "OCISLY"
5956
}
@@ -112,13 +109,6 @@ curl -s https://api.spacexdata.com/v2/launches/latest | jq
112109
"telemetry": {
113110
"flight_club": "https://www.flightclub.io/result/2d?code=T18V"
114111
},
115-
"reuse": {
116-
"core": false,
117-
"side_core1": false,
118-
"side_core2": false,
119-
"fairings": false,
120-
"capsule": false
121-
},
122112
"launch_site": {
123113
"site_id": "ccafs_slc_40",
124114
"site_name": "CCAFS SLC 40",
@@ -144,7 +134,7 @@ curl -s https://api.spacexdata.com/v2/launches/latest | jq
144134
"https://farm2.staticflickr.com/1869/43881193934_423eff8c86_o.jpg"
145135
]
146136
},
147-
"details": "SpaceX's sixteenth mission of 2018 will be the launch of Telstar 18V / APStar 5C to GTO for Telesat and APStar. Telesat signed a contract with SSL in December 2015 for the construction of the satellite. It is based on the SSL-1300 bus with an electrical output of approximately 14 kW. The new satellite will operate from 138° East and significantly expand Telesat’s capacity over the Asia Pacific region through a combination of broad regional beams and high throughput spot-beams. Telesat also announced it has entered into an agreement with APT Satellite Company Limited (APSTAR) under which APSTAR will make use of capacity on Telstar-18-VANTAGE to serve its growing base of customers. This agreement extends the long term relationship between APSTAR and Telesat that has existed for more than a decade. Equipped with C and Ku-band transponders, Telstar 18 VANTAGE will offer superior performance for broadcasters, telecom service providers and enterprise networks on the ground, in the air and at sea. Its broad C-band coverage will extend across the Asia region to Hawaii enabling direct connectivity between any point in Asia and the Americas. Its Ku-band capacity will expand on Telesat’s coverage of growing satellite service markets in China, Mongolia, Southeast Asia, and the Pacific Ocean.",
137+
"details": "SpaceX's sixteenth flight of 2018 launched the Telstar 18v GEO communication satellite for Telesat, the second launch for the canadian company in a few months. The first stage was a new Falcon 9 V1.2 Block 5 which was successfully recovered on OCISLY.",
148138
"upcoming": false,
149139
"static_fire_date_utc": "2018-09-05T07:21:00.000Z",
150140
"static_fire_date_unix": 1536132060
@@ -163,6 +153,12 @@ See the [contribution](https://github.com/r-spacex/SpaceX-API/blob/master/CONTRI
163153
## Local Development
164154
Local development info can be found [here](https://github.com/r-spacex/SpaceX-API/blob/master/docs/development.md)
165155

156+
## Old V2 docs
157+
* API V2 will be available indefinitely, but will no longer receive new feature updates.
158+
* V2 data will still be updated
159+
* V2 docs will no longer be updated
160+
* Old V2 docs located [here](https://github.com/r-spacex/SpaceX-API/tree/master/docs)
161+
166162
## Technical Details
167163
* Deployed on a central U.S. [Linode](https://www.linode.com/) server
168164
* Using [Node.js](https://nodejs.org/en/) with the [Koa](http://koajs.com/) framework

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Introduction
1+
## Old V2 Documentation
22
This collection of documents describes the resources and functions that make up the r/SpaceX API. The documentation uses [api blueprint](https://apiblueprint.org/) for formatting.
33

44
## API Status

0 commit comments

Comments
 (0)