does anyone know how to make a username checker that checks for taken usernames (or just a username checker)? i need a reliable way of finding all the 2 and 3chars
https://api.wasteof.money/users/:username will return info about the user if it exists, and return {"error":"no user found"} if the user doesn’t exist.
Yes, look up how to get data from an API in Python (or some other programming language but Python is easy)