Skip to content

Concept

BasicConcept

Bases: BaseModel

Contains fields for all Concepts.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: str | None

api_url

Url to the resource in the Comicvine API.

TYPE: HttpUrl

date_added

Date and time when the Concept was added.

TYPE: datetime

date_last_updated

Date and time when the Concept was last updated.

TYPE: datetime

description

Long description of the Concept.

TYPE: str | None

first_issue

First issue this concept appears.

TYPE: GenericIssue | None

id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Concept.

TYPE: Images

issue_count

Number of issues with the Concept.

TYPE: int

name

Name/Title of the Concept.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: HttpUrl

start_year

Year the Concept first appeared.

TYPE: int | None

summary

Short description of the Concept.

TYPE: str | None

Concept

Bases: BasicConcept

Extends BasicConcept by including all the list references of a concept.

ATTRIBUTE DESCRIPTION
issues

List of issues the Concept appears.

TYPE: list[GenericIssue]

volumes

List of volumes the Concept appears.

TYPE: list[GenericEntry]