Skip to content

Generic Entries

AssociatedImage

Bases: BaseModel

The AssociatedImage object contains image information.

ATTRIBUTE DESCRIPTION
url

Url to image.

TYPE: str

id

Identifier used by Comicvine.

TYPE: int

caption

Caption/description of the image.

TYPE: str | None

tags

TYPE: str | None

CountEntry

Bases: GenericEntry

Extends GenericEntry by including attributes for tracking counts.

ATTRIBUTE DESCRIPTION
count

TYPE: int

CreatorEntry

Bases: GenericEntry

Extends GenericEntry by including attributes of a Creator.

ATTRIBUTE DESCRIPTION
roles

List of roles used by the Creator, collected in a string.

TYPE: str

GenericEntry

Bases: BaseModel

The GenericEntry object contains generic information.

ATTRIBUTE DESCRIPTION
api_url

Url to the resource in the Comicvine API.

TYPE: str

id

Identifier used by Comicvine.

TYPE: int

name

TYPE: str | None

site_url

Url to the resource in Comicvine.

TYPE: str | None

Image

Bases: BaseModel

The Image object contains image information.

ATTRIBUTE DESCRIPTION
icon_url

Url to an image at icon size.

TYPE: str

large_screen_url

Url to an image at large screen size.

TYPE: str

medium_url

Url to an image at medium size.

TYPE: str

original_url

Url to an image at original size.

TYPE: str

screen_url

Url to an image at screen size.

TYPE: str

small_url

Url to an image at small size.

TYPE: str

super_url

Url to an image at super size.

TYPE: str

thumbnail

Url to an image at thumbnail size.

TYPE: str

tiny_url

Url to an image at tiny size.

TYPE: str

tags

TYPE: str | None

IssueEntry

Bases: GenericEntry

Extends GenericEntry by including attributes of an Issue.

ATTRIBUTE DESCRIPTION
number

TYPE: str | None