Skip to content

Publisher

Publisher

Bases: BaseModel

Contains fields for all Publishers.

ATTRIBUTE DESCRIPTION
api_url

Url to the resource in the GCD API.

TYPE: HttpUrl

country

The country where the publisher is based.

TYPE: str

modified

The date and time when the publisher's information was last modified.

TYPE: datetime

name

The name of the publisher.

TYPE: str

year_began

The year the publisher began.

TYPE: int | None

year_ended

The year the publisher ended.

TYPE: int | None

year_began_uncertain

TYPE: bool

year_ended_uncertain

TYPE: bool

year_overall_began

TYPE: int | None

year_overall_ended

TYPE: int | None

year_overall_began_uncertain

TYPE: bool

year_overall_ended_uncertain

TYPE: bool

notes

Additional notes about the publisher.

TYPE: str

url

Url to the resource in the GCD.

TYPE: Annotated[HttpUrl | None, BeforeValidator(blank_is_none)]

brand_count

The number of brands associated with the publisher.

TYPE: int

indicia_publisher_count

The number of indicia publishers associated with the publisher.

TYPE: int

series_count

The number of series published by the publisher.

TYPE: int

issue_count

The total number of issues published.

TYPE: int

Attributes

id property

The Publisher id, extracted from the api_url field.