File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ GET https://api.spacexdata.com/launches
4848```
4949Get past launches by year
5050``` http
51- GET https://api.spacexdata.com/launches? year=2017
51+ GET https://api.spacexdata.com/launches/ year=2017
5252```
5353Get past launches in a date range
5454``` http
55- GET https://api.spacexdata.com/launches? from=2011-01-20&to=2017-05-25
55+ GET https://api.spacexdata.com/launches/ from=2011-01-20&to=2017-05-25
5656```
5757Get data on upcoming launches
5858``` http
5959GET https://api.spacexdata.com/launches/upcoming
60- GET https://api.spacexdata.com/launches/upcoming? year=2017
61- GET https://api.spacexdata.com/launches/upcoming? from=2011-01-20&to=2017-05-25
60+ GET https://api.spacexdata.com/launches/upcoming/ year=2017
61+ GET https://api.spacexdata.com/launches/upcoming/ from=2011-01-20&to=2017-05-25
6262```
6363
6464## Launch info by serial #'s
You can’t perform that action at this time.
0 commit comments