Issue

Issue(**data)

Bases: BaseModel

The Issue object contains information for an issue.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: List[GenericEntry]

concepts

List of concepts in the Issue.

TYPE: List[GenericEntry]

cover_date

Date on the cover of the Issue.

TYPE: Optional[date]

creators

List of creators in the Issue.

TYPE: List[CreatorEntry]

date_added

Date and time when the Issue was added.

TYPE: datetime

date_last_updated

Date and time when the Issue was last updated.

TYPE: datetime

deaths

List of characters who died in the Issue.

TYPE: List[GenericEntry]

description

Long description of the Issue.

TYPE: Optional[str]

first_appearance_characters

List of characters who first appear in the Issue.

TYPE: List[GenericEntry]

first_appearance_concepts

List of concepts which first appear in the Issue.

TYPE: List[GenericEntry]

first_appearance_locations

List of locations which first appear in the Issue.

TYPE: List[GenericEntry]

first_appearance_objects

List of objects which first appear in the Issue.

TYPE: List[GenericEntry]

first_appearance_story_arcs

List of story arcs which first appear in the Issue.

TYPE: List[GenericEntry]

first_appearance_teams

List of teams who first appear in the Issue.

TYPE: List[GenericEntry]

id_

Identifier used by Comicvine. Deprecated: Use issue_id instead.

TYPE: int

issue_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Issue.

TYPE: ImageEntry

locations

List of locations in the Issue.

TYPE: List[GenericEntry]

name

Name/Title of the Issue.

TYPE: Optional[str]

number

The Issue number

TYPE: str

objects

List of objects in the Issue.

TYPE: List[GenericEntry]

site_url

Url to the resource in Comicvine.

TYPE: str

store_date

Date the Issue went on sale on stores.

TYPE: Optional[date]

story_arcs

List of story arcs in the Issue.

TYPE: List[GenericEntry]

summary

Short description of the Issue.

TYPE: Optional[str]

teams

List of teams in the Issue.

TYPE: List[GenericEntry]

teams_disbanded

List of teams who disbanded in the Issue.

TYPE: List[GenericEntry]

volume

The volume the Issue is in.

TYPE: GenericEntry

Functions

alias_list() -> List[str] property

List of aliases the Issue has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n