Skip to content

Power

BasePower

Bases: BaseModel

Contains fields for all Powers.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Power, collected in a string.

TYPE: str | None

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: str | None

id

Identifier used by Comicvine.

TYPE: int

name

Name/Title of the Power.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: str

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.