---
title: "GET /v3/me/likes"
method: GET
path: "/v3/me/likes"
tags: ["me", "models", "likes"]
---

# GET /v3/me/likes

`GET /v3/me/likes`

## Query parameters

- `sort_by` 'likedAt' | '-likedAt'

## Response `200`

Success

- LikeModelResponse
  - `results` LikeModelList[]
    - `uid` string
    - `tags` TagRelated[]
      - `slug` string
      - `uri` string
    - `viewerUrl` string
    - `isProtected` boolean
    - `categories` CategoriesRelated[]
      - `uri` string
      - `uid` string
      - `name` string
      - `slug` string
    - `publishedAt` string, date
    - `likeCount` integer
    - `commentCount` integer
    - `viewCount` 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
    - `isDownloadable` boolean
    - `description` string, nullable
    - `animationCount` integer
    - `name` string
    - `soundCount` integer
    - `isAgeRestricted` boolean
    - `uri` string
    - `faceCount` integer
    - `staffpickedAt` string, date, nullable
    - `createdAt` string, date
    - `thumbnails` ThumbnailsRelated
      - `images` object[]
        - `url` string
        - `width` integer
        - `size` integer, nullable
        - `uid` string
        - `height` integer
    - `embedUrl` 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)
