File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818## Usage / Endpoints
1919Get API info
2020``` http
21- GET http ://api.spacexdata.com
21+ GET https ://api.spacexdata.com
2222```
2323
2424Get company info
2525``` http
26- GET http ://api.spacexdata.com/info
26+ GET https ://api.spacexdata.com/info
2727```
2828
2929Get vehicle information
3030``` http
31- GET http ://api.spacexdata.com/vehicles/falcon9
32- GET http ://api.spacexdata.com/vehicles/falconheavy
33- GET http ://api.spacexdata.com/vehicles/dragon
31+ GET https ://api.spacexdata.com/vehicles/falcon9
32+ GET https ://api.spacexdata.com/vehicles/falconheavy
33+ GET https ://api.spacexdata.com/vehicles/dragon
3434```
3535Get launch site information
3636``` http
37- GET http ://api.spacexdata.com/sites
37+ GET https ://api.spacexdata.com/sites
3838```
3939Get launches by year
4040``` http
41- GET http ://api.spacexdata.com/launches/2017
41+ GET https ://api.spacexdata.com/launches/2017
4242```
4343
4444Get launches in a date range
4545``` http
46- GET http ://api.spacexdata.com/launches/from=2011-01-20/to=2017-05-25
46+ GET https ://api.spacexdata.com/launches/from=2011-01-20/to=2017-05-25
4747```
4848<br ></br >
4949
You can’t perform that action at this time.
0 commit comments