Simple and Easy API Wrapper for r-spacex/SpaceX-API

Documentation

This API Wrapper aims to provide a simple and easy way to use the SpaceX-API in Python projects.

Installation: Note that this supports Python 3 ONLY

To install via pip use: pip install spacePY-X

Authentication

No authentication is currently required by r-spacex/SpaceX-API to use this public API and thus is not required in this wrapper.

Rate Limiting

The API has a rate limit of 50 req/sec per IP address, if exceeded, a response of 429 will be given until the rate drops back below 50 req/sec.

Credits

Jake Meyer’s r-spacex/SpaceX-API

Based on work by vinayphadnis

License MIT