---
title: "Get all the videos that a user has liked"
method: GET
path: "/users/{user_id}/likes"
tags: ["Likes\\Essentials"]
---

# Get all the videos that a user has liked

`GET /users/{user_id}/likes`

This method gets all the videos that the specified user has liked.

## Path parameters

- `user_id` number, required

## Query parameters

- `filter` 'embeddable'
- `filter_embeddable` boolean
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'comments' | 'date' | 'duration' | 'likes' | 'plays'

## Response `200`

The videos were returned.

---

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