API Explorer

Test and explore the Chars.gg API endpoints

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.

Endpoint Details

Get public user profile statistics

GET /v1/users/{id}/stats

Path Parameters

The UUID of the entity

Headers

Response Examples

200 - Public user profile statistics
Schema: {
  "$ref": "#/components/schemas/GetUserStatsPublicResponseDto"
}
404 - User not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}