alias
Get basic details about a user, given their username
get/v1/alias/{username}
Path parameters
usernamestring required
Username of the user who you are looking for
Response
User object
Example response
{
"id": "00000000-0000-0000-0000-000000000000",
"bio": "Hello world",
"username": "tmcw",
"url": "https://val.town/u/tmcw",
"profileImageUrl": null
}