Username API

How to make a request

This endpoint only accepts POST requests.

To check a username, send a POST request to https://api.phish.gg/username with the request body in the format of { "username":"<username to check>" }.

Response

If the username matches our Anti-scam filter, you will recieve the following response:

{
  "match":true,
  "reason":"reason"
}

However, if it doesn’t, you’ll recieve the following response:

{
  "match":false
}