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

# GET /v3/models/{uid}

`GET /v3/models/{uid}`

Returns the detail of a model

## Headers

- `x-skfb-model-pwd` string

## Response `200`

Success

- ModelDetail
  - `uid` string
  - `publishedAt` string, date
  - `likeCount` integer
  - `commentCount` integer
  - `updatedAt` string, date
  - `isDownloadable` boolean
  - `isAgeRestricted` boolean
  - `pbrType` string
  - `materialCount` integer
  - `name` string
  - `source` string
  - `staffpickedAt` string, date, nullable
  - `createdAt` string, date
  - `embedUrl` string
  - `status` object
  - `description` string, nullable
  - `tags` TagRelated[]
    - `slug` string
    - `uri` string
  - `viewerUrl` string
  - `isProtected` boolean
  - `price` integer
  - `textureCount` integer
  - `vertexCount` integer
  - `user` UserRelated
    - `username` string
    - `profileUrl` string
    - `account` string
    - `displayName` string
    - `uid` string
    - `uri` string
    - `avatar` AvatarRelated
      - `images` object[]
        - `url` string
        - `width` integer
        - `height` integer
        - `size` integer
      - `uid` string
      - `uri` string
  - `categories` CategoriesRelated[]
    - `uri` string
    - `uid` string
    - `name` string
    - `slug` string
  - `animationCount` integer
  - `viewCount` integer
  - `thumbnails` ThumbnailsRelated
    - `images` object[]
      - `url` string
      - `width` integer
      - `size` integer, nullable
      - `uid` string
      - `height` integer
  - `license` object
  - `editorUrl` string
  - `soundCount` integer
  - `uri` string
  - `faceCount` integer
  - `hasCommentsDisabled` boolean
  - `downloadCount` integer

## Other responses

- `403` — Permission Denied
- `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)
