API Explorer
Test and explore the Chars.gg API endpoints
GET
/v1/users/search Search users
Search for users by display name
PATCH
/v1/users/me Update user
Updates the current user profile
GET
/v1/users/me/settings Get user settings
Get the current user settings and preferences
PATCH
/v1/users/me/settings Update user settings
Update user settings and preferences
GET
/v1/users/me/accounts Get accounts for the currently logged-in user
Fetches all game accounts belonging to the authenticated user.
GET
/v1/users/me/stats Get authenticated user profile statistics
Fetches complete statistics for the authenticated user including all personal information such as file storage, following count, and private data
GET
/v1/users/{id} Get user by ID
Fetches a user by id
GET
/v1/users/{id}/accounts Get user accounts
Fetches a user's accounts by user id
GET
/v1/users/{id}/characters Get user characters
Fetches a user's characters by user id
GET
/v1/users/{id}/stats Get public user profile statistics
Fetches public statistics for a user profile including counts of characters, accounts, friends, followers, and join date. Private information like file storage is not included.