Welcome the to API Documentation

The REST API available on this page is available to anyone to use. To get started you will need To:
*You must be logged in to access documentation
You can then make requests using your token then by including it in your request headers like:
curl --request GET \
    --url https://www.sixdegreesofbacon.org/api/users/profile \
    --header 'Authorization: Token {YOUR TOKEN}'
Request rates are limited to 100 requests per minute from registered users
The API does accept requests from anonymous users but only at limited capacity
  • No user functionality, and cannot view any profiles.
  • Throttled to 5 requests per minute.