Skip to content

Publisher

BasePublisher

Bases: BaseModel

Contains fields for all Publishers.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Publisher, 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 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: Optional[str]

publisher_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Publisher.

TYPE: ImageEntry

location_address

Address where the Publisher is located.

TYPE: Optional[str]

location_city

City where the Publisher is located.

TYPE: Optional[str]

location_state

State where the Publisher is located.

TYPE: Optional[str]

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: Optional[str]

Attributes

alias_list: List[str] property

List of aliases the Publisher has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n

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.