Categories

Show Category

get

/api/videos/categories/{category}

Parameters

{category}
string, in path
The category's slug.
sort
string, in query
Field and direction of the sort.
options: -videos.published_at
includes
string, in query
Comma separated list of relationships to include.
options: videos
fields.videos
string, in query
Comma separated list of video fields to return.
options: title, created_at, updated_at, published_at, permalink, content, duration, file, wistia_id, image, embed

Responses

HTTP code 200
A Category object.
HTTP code 4xx, 5xx
A Fault describing the reason for the error.