Skip to content

Series

Series

Bases: BaseModel

Contains fields for all Series.

ATTRIBUTE DESCRIPTION
api_url

Url to the resource in the GCD API.

TYPE: HttpUrl

name

The name of the series.

TYPE: str

country

The country where the series is published.

TYPE: str

language

The language of the series.

TYPE: str

active_issues

A list of URLs for active issues in the series.

TYPE: list[HttpUrl]

issue_descriptors

TYPE: list[str]

color

The color information of the series.

TYPE: str

dimensions

The dimensions of the series.

TYPE: str

paper_stock

TYPE: str

binding

The binding type of the series.

TYPE: str

publishing_format

The publishing format of the series.

TYPE: str

notes

Additional notes about the series.

TYPE: str

year_began

The year the series began.

TYPE: int

year_ended

The year the series ended.

TYPE: int | None

publisher

Url to the Publisher of this resource in the GCD API.

TYPE: HttpUrl

Attributes

id property

The Series id, extracted from the api_url field.

publisher_id property

The Publisher id, extracted from the publisher field.