Generic Entries

AlternativeImageEntry

Bases: BaseModel

The AlternativeImageEntry object contains image information.

ATTRIBUTE DESCRIPTION
url

Url to image.

TYPE: str

id_

Id of image.

TYPE: int

caption

Caption/description of the image.

TYPE: Optional[str]

tags

TYPE: Optional[str]

Classes

Config

Any extra fields will raise an error.

CountEntry

Bases: GenericEntry

The CountEntry object contains generic information with an added count field.

ATTRIBUTE DESCRIPTION
api_url

Url to the resource in the Comicvine API.

id_

Identifier used by Comicvine.

name

site_url

Url to the resource in Comicvine.

count

TYPE: int

CreatorEntry

Bases: GenericEntry

The CreatorEntry object contains generic information with an added roles field.

ATTRIBUTE DESCRIPTION
api_url

Url to the resource in the Comicvine API.

id_

Identifier used by Comicvine.

name

site_url

Url to the resource in Comicvine.

roles

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

TYPE: str

Attributes

role_list: List[str] property

List of roles the Creator has used.

RETURNS DESCRIPTION
List[str]

List of roles, split by ~\r\n

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: Optional[str]

site_url

Url to the resource in Comicvine.

TYPE: Optional[str]

Classes

Config

Any extra fields will raise an error.

ImageEntry

Bases: BaseModel

The ImageEntry object contains image information.

ATTRIBUTE DESCRIPTION
icon

Url to image of Icon size.

TYPE: str

medium

Url to image of Medium size.

TYPE: str

screen

Url to image of Screen size.

TYPE: str

screen_large

Url to image of Screen Large size.

TYPE: str

small

Url to image of Small size.

TYPE: str

super

Url to image of Super size.

TYPE: str

thumbnail

Url to image of Thumbnail size.

TYPE: str

tiny

Url to image of Tiny size.

TYPE: str

original

Url to image of Original size.

TYPE: str

tags

TYPE: Optional[str]

Classes

Config

Any extra fields will raise an error.

IssueEntry

Bases: GenericEntry

The IssueEntry object contains generic information with an added number field.

ATTRIBUTE DESCRIPTION
api_url

Url to the resource in the Comicvine API.

id_

Identifier used by Comicvine.

name

site_url

Url to the resource in Comicvine.

number

TYPE: Optional[str]