Skip to content

Power

BasePower

Bases: BaseModel

Contains fields for all Powers.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Power, separated by ~\r\n.

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

date_added

Date and time when the Power was added.

TYPE: datetime

date_last_updated

Date and time when the Power was last updated.

TYPE: datetime

description

Long description of the Power.

TYPE: Optional[str]

name

Name/Title of the Power.

TYPE: str

power_id

Identifier used by Comicvine.

TYPE: int

site_url

Url to the resource in Comicvine.

TYPE: str

Attributes

alias_list: List[str] property

List of aliases the Power has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n

Power

Bases: BasePower

Extends BasePower by including all the list references of a power.

ATTRIBUTE DESCRIPTION
characters

List of characters with the Power.

TYPE: List[GenericEntry]

PowerEntry

Bases: BasePower

Contains all the fields available when viewing a list of Powers.