Skip to content
Vinay Phadnis edited this page Aug 17, 2018 · 2 revisions

Home

Introduction

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 the SpaceX-API.

For documentation specific to the API, please see the relevant wiki on their 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

Home

Wrapper Usage

Endpoints

Clone this wiki locally