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

# GET /v3/collections/{uid}

`GET /v3/collections/{uid}`

Returns the detail of a collection

## Response `200`

Success

- CollectionDetail
  - `createdAt` string, date
  - `description` string, nullable
  - `hasRestrictedContent` boolean
  - `models` string
  - `isAgeRestricted` boolean
  - `uri` string
  - `modelCount` integer
  - `user` string
  - `updatedAt` string, date
  - `owner` 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
  - `embedUrl` string
  - `uid` string
  - `slug` string
  - `thumbnails` object
  - `name` string

---

[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/revisions/3d1f8bd62bc7/schema)
