Series
Series
Bases: BaseModel
Contains fields for all Series.
| ATTRIBUTE | DESCRIPTION |
|---|---|
api_url |
Url to the resource in the GCD API.
TYPE:
|
name |
The name of the series.
TYPE:
|
country |
The country where the series is published.
TYPE:
|
language |
The language of the series.
TYPE:
|
active_issues |
A list of URLs for active issues in the series.
TYPE:
|
issue_descriptors |
TYPE:
|
color |
The color information of the series.
TYPE:
|
dimensions |
The dimensions of the series.
TYPE:
|
paper_stock |
TYPE:
|
binding |
The binding type of the series.
TYPE:
|
publishing_format |
The publishing format of the series.
TYPE:
|
notes |
Additional notes about the series.
TYPE:
|
year_began |
The year the series began.
TYPE:
|
year_ended |
The year the series ended.
TYPE:
|
publisher |
Url to the Publisher of this resource in the GCD API.
TYPE:
|
Attributes
id
property
The Series id, extracted from the api_url field.
publisher_id
property
The Publisher id, extracted from the publisher field.