Get All Channels and Groups in a Category
Learn how to get all the channels and groups in a category using Vimeo API.
Overview
In this lesson, we'll use two endpoints of categories.
- We’ll use the
{base_url}/categories/{category_name}/channels
endpoint to get all channels in a category. - We’ll use the
{base_url}/categories/{category_name}/groups
endpoint to get all groups in a category.
Get all channels in a category
We’ll use the categories/{category_name}/channels
endpoint to get all the channels available in a category defined by the path parameter {category_name}
.
Request parameters
This endpoint also utilizes an HTTP GET
request, so the request's body is empty. However, this endpoint does take one required path parameter, {category_name}
, and supports query parameters. Some of these query parameters are in the table below:
Get hands-on with 1400+ tech skills courses.