Introduction to SpacePY-X


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

This wiki is created to provide the documentation
about the functions available in SpacePY-X.

For documentation specific to the SpaceX-API, please
see the documentation on the SpaceX-API Github Page

Authentication

No authentication is currently required by r-SpaceX 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.

Wrapper Usage

Endpoints