Authentication
All API requests require an authentication token. We offer both free and paid tokens.Free tokens
Free tokens are available to all users with a limit of 5 queries per minute and access to all endpoints. For higher needs, paid tokens offer higher limits and dedicated support. See Rate Limits for more details.Creating an account
See Create Account for instructions on how to get your token.Authentication methods
Via URL parameter (recommended)
The preferred authentication method is to send the token as atoken URL parameter:
Via HTTP header
Alternatively, send the token in theAuthorization header:
Error responses
| Code | Description |
|---|---|
401 | Invalid or missing token |
429 | Request limit exceeded |
429, wait 1 minute before retrying. Paid tokens have higher limits.