Skip to content

Team

Access comic book team data from the Comic Vine API. Official API docs: /team | /teams

const team = client.team;

Parameters:

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

Returns: Promise<TeamDetails>


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<TeamListItem>