Character

Character(**data: Any)

Bases: BaseModel

The Character object contains information for a character.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

creators

List of creators which worked on the Character.

TYPE: List[GenericEntry]

date_added

Date and time when the Character was added.

TYPE: datetime

date_last_updated

Date and time when the Character was last updated.

TYPE: datetime

date_of_birth

Date when the Character was born.

TYPE: Optional[date]

deaths

List of times when the Character has died.

TYPE: List[GenericEntry]

description

Long description of the Character.

TYPE: Optional[str]

enemies

List of enemies the Character has.

TYPE: List[GenericEntry]

enemy_teams

List of enemy teams the Character has.

TYPE: List[GenericEntry]

first_issue

First issue the Character appeared in.

TYPE: Optional[IssueEntry]

friendly_teams

List of friendly teams the Character has.

TYPE: List[GenericEntry]

friends

List of friends the Character has.

TYPE: List[GenericEntry]

gender

Character gender.

TYPE: int

character_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Character.

TYPE: ImageEntry

issue_count

Number of issues the Character appears in.

TYPE: int

issues

List of issues the Character appears in.

TYPE: List[GenericEntry]

name

Real name or public identity of Character.

TYPE: str

origin

The type of Character.

TYPE: Optional[GenericEntry]

powers

List of powers the Character has.

TYPE: List[GenericEntry]

publisher

The publisher of the Character.

TYPE: Optional[GenericEntry]

real_name

Name of the Character.

TYPE: Optional[str]

site_url

Url to the resource in Comicvine.

TYPE: str

story_arcs

List of story arcs the Character appears in.

TYPE: List[GenericEntry]

summary

Short description of the Character.

TYPE: Optional[str]

teams

List of teams the Character appears in.

TYPE: List[GenericEntry]

volumes

List of volumes the Character appears in.

TYPE: List[GenericEntry]

Attributes

alias_list: List[str] property

List of aliases the Character has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n

CharacterEntry(**data: Any)

Bases: BaseModel

The CharacterEntry object contains information for a character.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the CharacterEntry, 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 CharacterEntry was added.

TYPE: datetime

date_last_updated

Date and time when the CharacterEntry was last updated.

TYPE: datetime

date_of_birth

Date when the CharacterEntry was born.

TYPE: Optional[date]

description

Long description of the CharacterEntry.

TYPE: Optional[str]

first_issue

First issue the CharacterEntry appeared in.

TYPE: Optional[IssueEntry]

gender

CharacterEntry gender.

TYPE: int

character_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the CharacterEntry.

TYPE: ImageEntry

issue_count

Number of issues the CharacterEntry appears in.

TYPE: int

name

Real name or public identity of CharacterEntry.

TYPE: str

origin

The type of CharacterEntry.

TYPE: Optional[GenericEntry]

publisher

The publisher of the CharacterEntry.

TYPE: Optional[GenericEntry]

real_name

Name of the CharacterEntry.

TYPE: Optional[str]

site_url

Url to the resource in Comicvine.

TYPE: str

summary

Short description of the CharacterEntry.

TYPE: Optional[str]

Attributes

alias_list: List[str] property

List of aliases the CharacterEntry has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n