Skip to content

Power

Access super power and ability data from the Comic Vine API. Official API docs: /power | /powers

const power = client.power;

Parameters:

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

Returns: Promise<PowerDetails>


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