API Explorer
Test and explore the Chars.gg API endpoints
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
Endpoint Details
Get authenticated user profile statistics
GET /v1/users/me/stats
Headers
Response Examples
200 - Complete user profile statistics
Schema: {
"$ref": "#/components/schemas/GetUserStatsMeResponseDto"
}401 - Unauthorized - authentication required
Schema: {
"$ref": "#/components/schemas/ErrorResponseDto"
}404 - User not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}500 - Internal server error
Schema: {
"$ref": "#/components/schemas/ErrorResponseDto"
}