Volume

Volume(**data)

Bases: BaseModel

The Volume object contains information for a volume.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

characters

List of characters in the Volume.

TYPE: List[CountEntry]

concepts

List of concepts in the Volume.

TYPE: List[CountEntry]

creators

List of creators in the Volume.

TYPE: List[CountEntry]

date_added

Date and time when the Volume was added.

TYPE: datetime

date_last_updated

Date and time when the Volume was last updated.

TYPE: datetime

description

Long description of the Volume.

TYPE: Optional[str]

first_issue

First issue of the Volume.

TYPE: Optional[IssueEntry]

volume_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Volume.

TYPE: ImageEntry

issue_count

Number of issues in the Volume.

TYPE: int

issues

List of issues in the Volume.

TYPE: List[IssueEntry]

last_issue

Last issue of the Volume.

TYPE: Optional[IssueEntry]

locations

List of locations in the Volume.

TYPE: List[CountEntry]

name

Name/Title of the Volume.

TYPE: str

objects

List of objects in the Volume.

TYPE: List[CountEntry]

publisher

The publisher of the Volume.

TYPE: Optional[GenericEntry]

site_url

Url to the resource in Comicvine.

TYPE: str

start_year

The year the Volume started.

TYPE: Optional[int]

summary

Short description of the Volume.

TYPE: Optional[str]

Functions

alias_list() -> List[str] property

List of aliases the Volume has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n

VolumeEntry(**data)

Bases: BaseModel

The VolumeEntry object contains information for a volume.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: datetime

date_last_updated

Date and time when the VolumeEntry was last updated.

TYPE: datetime

description

Long description of the VolumeEntry.

TYPE: Optional[str]

first_issue

First issue of the VolumeEntry.

TYPE: Optional[IssueEntry]

volume_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the VolumeEntry.

TYPE: ImageEntry

issue_count

Number of issues in the VolumeEntry.

TYPE: int

last_issue

Last issue of the VolumeEntry.

TYPE: Optional[IssueEntry]

name

Name/Title of the VolumeEntry.

TYPE: str

publisher

The publisher of the VolumeEntry.

TYPE: Optional[GenericEntry]

site_url

Url to the resource in Comicvine.

TYPE: str

start_year

The year the VolumeEntry started.

TYPE: Optional[int]

summary

Short description of the VolumeEntry.

TYPE: Optional[str]

Functions

alias_list() -> List[str] property

List of aliases the VolumeEntry has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n