Search
Home
(current)
Statistics
(current)
Champions
(current)
Top Ten
(current)
Forum
(current)
Account
Sign up
Login
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:
Register an account WITH a password (note: if you created your account using Google, you will need to
set a password here
Obtain your API key
here
Go to endpoint functionality documentation
*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.