---
title: "Check if a user has liked a video"
method: GET
path: "/me/likes/{video_id}"
tags: ["Likes\\Essentials"]
---

# Check if a user has liked a video

`GET /me/likes/{video_id}`

This method checks if the specified user has liked a particular video.

## Path parameters

- `video_id` number, required

## Response `204`

The user has liked the video.

## Other responses

- `404` — The user hasn't liked the video.

---

[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)
