Name History
Quick Usage
- URL
- Parameters
GET https://api.clarioncorp.net/v2/history/names/<USERNAME/ID>
No parameters
Here you can search either using the old username, new username, or current user ID. Always returns an array.
Previously, we were working on a system that allowed users to remove entries from their name history themselves, but we ended up indefinitely delaying the overall idea since it was taking too long. It may come back in the future, but for now:
NAME REMOVAL
If you want your name history cleared, and you can prove you own the account— please join the discord, and shoot me a message (blals), and I will get things settled! 💚
{
"message": "Username searched, here is a list of all matching accounts. If you own any of these, and you want them removed, contact 'dsit' on Discord.",
"results": [
{
"userId": "644ee56bee6c797525948d43",
"newUsername": "marcotwink",
"oldUsername": "marcovinc",
"changedAt": "2025-05-14T19:22:00.000Z"
},
{
"userId": "667aaa75d208af8188c82700",
"newUsername": "the angry bird",
"oldUsername": "marcotwink",
"changedAt": "2025-04-27T18:00:00.000Z"
}
]
}