Start
A step-to-step tutorial to use OpenBlacklist
Last updated
A step-to-step tutorial to use OpenBlacklist
Last updated
Hey ! Here, you will find a step to step guide of how to use OpenBlacklist's Rest API and how to recieve events !
Using another programming language ? No Problem !
To send a request, you will need to respect a certain scheme:
so for example, to check if an user is blacklisted, do
To recieve requests, it is pretty simple, make a web server that listens to any port and any route, for example, with Node.js, you'll do:
the default package you will recieve is:
Always check if the pass in metadata.pass is the same as the one that you put in the obl dashboard !
Metadata is really important, it shows what even has been sent to you, and the pass you provided in the OpenBlacklist Dashboard !
User is literally just the user info, allows you to not make the fetch call yourself to the discord api !
We have 3 languages supported at this moment, french, english and spanish ! Just select the one you prefer !
And that's it ! You're done with this guide that totally didn't take me 3 days to make ! Explore the rest, of the documentation, it will be useful !
You need to add the key you got from the in the Authorization header !
Go see more on the
So the route you will put in your is http://myip:3000/obl
Use Custom Fetch Requests
Continue scrolling or go look at the API Documentation
Use Custom Fetch Requests
Continue scrolling or go look at the API Documentation
Use the Official Node.js Module !
It's made for you !
Use the Official Python Package
still in development
Use custom fetch requests and a Flask post API