---
title: "Get all the categories to which a video belongs"
method: GET
path: "/videos/{video_id}/categories"
tags: ["Categories\\Videos"]
---

# Get all the categories to which a video belongs

`GET /videos/{video_id}/categories`

This method gets all the categories that contain a particular video.

## Path parameters

- `video_id` number, required

## Response `200`

The categories were returned.

## Other responses

- `404` — No such video exists.

---

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