Skip to content

Commit

Permalink
Add rate limit info to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Aug 9, 2018
1 parent 294942a commit ed30209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/home.md
Expand Up @@ -5,7 +5,8 @@ This collection of documents describes the resources and functions that make up
No authentication is required to use this public API

## Rate Limiting
No rate limiting is implemented at this time, but please be respectful with your usage
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

## Development
[Dev Info](https://github.com/r-spacex/SpaceX-API/blob/master/docs/development.md)
Expand Down

0 comments on commit ed30209

Please sign in to comment.