Creator

Creator(**data)

Bases: BaseModel

The Creator object contains information for a creator.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

characters

List of characters the Creator has created.

TYPE: List[GenericEntry]

country

Country of origin.

TYPE: Optional[str]

date_added

Date and time when the Creator was added.

TYPE: datetime

date_last_updated

Date and time when the Creator was last updated.

TYPE: datetime

date_of_birth

Date when the Creator was born.

TYPE: Optional[date]

date_of_death

Date when the Creator died.

TYPE: Optional[date]

description

Long description of the Creator.

TYPE: Optional[str]

email

Email address of the Creator.

TYPE: Optional[str]

gender

Creator gender.

TYPE: int

hometown

Hometown of the Creator.

TYPE: Optional[str]

id_

Identifier used by Comicvine. Deprecated: Use creator_id instead.

TYPE: int

creator_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Creator.

TYPE: ImageEntry

issue_count

Number of issues the Creator appears in.

TYPE: Optional[int]

issues

List of issues the Creator appears in.

TYPE: List[GenericEntry]

name

Name/Title of the Creator.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: str

story_arcs

List of story arcs the Creator appears in.

TYPE: List[GenericEntry]

summary

Short description of the Creator.

TYPE: Optional[str]

volumes

List of volumes the Creator appears in.

TYPE: List[GenericEntry]

website

Url to the Creator's website.

TYPE: Optional[str]

Functions

alias_list() -> List[str] property

List of aliases the Creator has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n