---
title: "GET /v3/users/{uid}"
method: GET
path: "/v3/users/{uid}"
tags: ["users"]
---

# GET /v3/users/{uid}

`GET /v3/users/{uid}`

Returns the detail of a user.

## Response `200`

Success

- UserDetail
  - `website` string, nullable
  - `subscriptionCount` integer
  - `followerCount` integer
  - `uid` string
  - `modelsUrl` string
  - `portfolioUrl` string
  - `likeCount` integer
  - `facebookUsername` string, nullable
  - `biography` string, nullable
  - `dateJoined` string, date
  - `city` string, nullable
  - `account` string
  - `displayName` string
  - `profileUrl` string
  - `followingsUrl` string
  - `skills` SkillDetail[]
    - `name` string
    - `uri` string
  - `tagline` string, nullable
  - `uri` string
  - `modelCount` integer
  - `username` string
  - `linkedinUsername` string, nullable
  - `likesUrl` string
  - `followersUrl` string
  - `collectionCount` integer
  - `country` string, nullable
  - `followingCount` integer
  - `twitterUsername` string, nullable
  - `collectionsUrl` string
  - `avatar` AvatarRelated
    - `images` object[]
      - `url` string
      - `width` integer
      - `height` integer
      - `size` integer
    - `uid` string
    - `uri` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/sketchfab/apis/sketchfab-api.md) · [All operations](https://skmtc.net/sketchfab/apis/sketchfab-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sketchfab/sketchfab-api/versions/3d1f8bd62bc7/schema)
