Skip to content

Character

Character

Bases: CommonResource

A data model representing a character that extends BaseResource.

ATTRIBUTE DESCRIPTION
alias

The aliases of the character.

TYPE: Annotated[list[str], Field(default_factory=list)]

desc

The description of the character.

TYPE: str | None

image

The image URL of the character.

TYPE: HttpUrl | None

creators

The creators of the character.

TYPE: Annotated[list[CommonResource], Field(default_factory=list)]

teams

The teams the character belongs to.

TYPE: Annotated[list[CommonResource], Field(default_factory=list)]

universes

The universes the character is associated with.

TYPE: Annotated[list[CommonResource], Field(default_factory=list)]

cv_id

The Comic Vine ID of the character.

TYPE: int | None

gcd_id

The Grand Comics Database ID of the character.

TYPE: int | None

resource_url

The URL of the character resource.

TYPE: HttpUrl