Skip to content

Video Type

Access video type classification data from the Comic Vine API. Official API docs: /video_type | /video_types

const videoType = client.videoType;

Parameters:

NameTypeRequiredDescription
idnumberYesThe unique ID of the video type
options.fieldListstring[]NoOnly return the specified fields

Returns: Promise<VideoTypeDetails>


Parameters:

NameTypeRequiredDescription
options.fieldListstring[]NoOnly return the specified fields
options.limitnumberNoNumber of results to return (default: 100)
options.offsetnumberNoNumber of results to skip
options.sortSortOptionNoSort field and direction
options.filterobjectNoFilter results by field values

Returns: Promise<PageData> & AsyncIterable<VideoTypeListItem>