v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
users

A User

This endpoint allows the client to retrieve a single user, either by id or by the user's username.

Path Parameter Options:

  • id: Can be either the user's unique numerical ID (e.g. 123) OR the user's string username (e.g. ben).
  • Note that the returned user object schema (ExtendedUser) includes extended profile statistics and social link details.
get/api/users/{id}

Path parameters

idstring required

The user's unique numerical ID or string username.

Response

successful

object required