Skip to content

Publisher

BasePublisher

Bases: BaseModel

Contains fields for all Publishers.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: datetime

date_last_updated

Date and time when the Publisher was last updated.

TYPE: datetime

description

Long description of the Publisher.

TYPE: str | None

id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Publisher.

TYPE: Image

location_address

Address the Publisher is located.

TYPE: str | None

location_city

City the Publisher is located.

TYPE: str | None

location_state

State the Publisher is located.

TYPE: str | None

name

Name/Title of the Publisher.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: str

summary

Short description of the Publisher.

TYPE: str | None

Publisher

Bases: BasePublisher

Extends BasePublisher by including all the list references of a publisher.

ATTRIBUTE DESCRIPTION
characters

List of characters the Publisher created.

TYPE: list[GenericEntry]

story_arcs

List of story arcs the Publisher created.

TYPE: list[GenericEntry]

teams

List of teams the Publisher created.

TYPE: list[GenericEntry]

volumes

List of volumes the Publisher created.

TYPE: list[GenericEntry]

PublisherEntry

Bases: BasePublisher

Contains all the fields available when viewing a list of Publishers.