Releases: oracle-hackers/utilities-api
1.6 Created webhook endpoints
1.5 Optimising speed and add PRO access
Modified a bunch of code to reduce latency and thus improve response times.
Also added PRO access support, which can be bought here for $1.
PRO access pays for servers and other resources, and shows that people are interested in the project.
PRO access users have less ratelimits and get bonus features detailed here
1.4 Added error handlers
Setup error handlers to show custom messages and most importantly log the errors for further analysis.
1.3 Added homepage, ratelimits
Added a landing page that is shown to users when they open the base URI.
Also setup ratelimits for API, and handling for discord API ratelimiting.
1.2 Update check token endpoint
Updated the /tokens/check endpoint to return information about the checked token if it is valid.
Info returned: username, userid, phone verification state, email verification state, 2fa state, about me, nitro state, and wether or not the account is locked
1.1 Check token endpoint
Added a /tokens/check endpoint that accepts POST with discord tokens, checks their state (valid, locked, dead), and returns said state.
1.0 Ping endpoint
Setup API and added a /ping endpoint to ping it here