https://github.com/djtimca/spacex-api
PyPi Integration to the SpaceX API
https://github.com/djtimca/spacex-api
Last synced: about 1 year ago
JSON representation
PyPi Integration to the SpaceX API
- Host: GitHub
- URL: https://github.com/djtimca/spacex-api
- Owner: djtimca
- License: apache-2.0
- Created: 2020-08-27T18:08:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T18:16:03.000Z (over 5 years ago)
- Last Synced: 2025-03-21T08:03:48.849Z (about 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spacex-API (spacexpypi)
PyPi Integration to the SpaceX API
## Available Methods
There are three available methods in this library which will return the json payload from the appropriate SpaceX API.
### get_roadster_status()
Returns the current status and details of the SpaceX Tesla Roadster.
### get_next_launch()
Returns the information on the next planned SpaceX launch.
### get_latest_launch()
Returns the information on the latest (most recent) SpaceX launch.
### get_upcoming_launches()
Returns all upcoming launches that are planned with SpaceX.