Back to Homepage
Super link is a new generation Discord bot utilizing Spring Boot to create Discord and Minecraft account links
404 NOT FOUND
- Returns empty body500 INTERNAL SERVER ERROR
- Returns error objectError object example:
{
"name": "RuntimeException",
"message": "User not found",
"path": "/api/user/651476404201979926/06805a4280d0463dbf7151b1e1317cd4",
"timestamp": 1656578263538
}
Application supports a big list of endpoints with loads of customization to suite everyone's needs
/api/cache/uuid/{uuid}
/api/cache/name/{name}
Query parameter
?ignore=1
allows you to skip the cache update and use the value from the database. Recommended use on websites since it drastically speeds up username loading time.
/api/data
- Paged response with all links/api/data/{id}
/api/data/uuid/{uuid}
/api/data/uuid/{uuid}/history
- List of all link data for account/api/data/discord/{id}
/api/data/discord/{id}/history
- List of all link data for user/api/data/guild/{id}
- Paged response of all links in a guild/api/data/created/after/{date}
- Lists all links created after said date/api/data/deleted/after/{date}
- Lists all links deleted after said date/api/user/{uuid}
- Retrieves discord user/api/user/{guild}/{uuid}
- Retrieves discord member based of the discord server id/api/user/{guild}/{role}/{uuid}
- Retrieves discord member based of the discord server id
and target role id
Request params
supporter
andmoderator
are available for requests that contain path paramguild
. They need to represent a text channel id from that guild and will be checked if the member can talk in theme
/api/status/{hostname}
- Status for domain (detects SRV record) or an IP with default port
/api/status/{hostname}/{port}
- Status for domain or IP with custom port/api/info
/api/info/guilds
/api/lookup/{name}
/api/lookup/{guild}/{name}
/api/lookup/{guild}/{role}/{name}
/api/ban
/api/ban/{id}
/api/ban/user/{id}
/api/ban/admin/{id}
- All bans by admin, ID is admins discord user id/api/ban/guild/{id}
- All bans by guild where the ban was done, ID is discord guild id