An open API service indexing awesome lists of open source software.

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

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.