Get Started
Good to know: We ratelimit requests to our API, and they are limited to 10 requests a second. If you need this increasing, please join our support server. Link: https://discord.gg/FZxgNrwBS6
Get your API key
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from our Dashboard (SOON!) or by doing /apikey
Make your first request
Check a user's blacklisted status
GET
https://api.blacklister.xyz/<userid>
Headers
Name | Type | Description |
---|---|---|
Authorization* | Your API key |
If the user is not blacklisted, it will return data in the following format:
If the user is blacklisted, it will return data in the following format:
Take a look at how you might call this method using Axios
or Requests
Last updated