Skip to content

Story Arc

BaseStoryArc

Bases: BaseModel

Contains fields for all Story Arcs.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Story Arc, collected in a string.

TYPE: str | None

api_url

Url to the resource in the Comicvine API.

TYPE: str

date_added

Date and time when the Story Arc was added.

TYPE: datetime

date_last_updated

Date and time when the Story Arc was last updated.

TYPE: datetime

description

Long description of the Story Arc.

TYPE: str | None

first_issue

First issue of the Story Arc.

TYPE: IssueEntry | None

id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Story Arc.

TYPE: Image

issue_count

Number of issues in the Story Arc.

TYPE: int

name

Name/Title of the Story Arc.

TYPE: str

publisher

The publisher of the Story Arc.

TYPE: GenericEntry | None

site_url

Url to the resource in Comicvine.

TYPE: str

summary

Short description of the Story Arc.

TYPE: str | None

StoryArc

Bases: BaseStoryArc

Extends BaseStoryArc by including all the list references of a story arc.

ATTRIBUTE DESCRIPTION
issues

List of issues in the Story Arc.

TYPE: list[GenericEntry]

StoryArcEntry

Bases: BaseStoryArc

Contains all the fields available when viewing a list of Story Arcs.