Comic
Character
Bases: BaseModel
The Character object contains information for a character.
| ATTRIBUTE | DESCRIPTION |
|---|---|
avatar_comic_id |
TYPE:
|
avatar_id |
TYPE:
|
banner |
TYPE:
|
character_type |
TYPE:
|
continuity_id |
TYPE:
|
current_persona |
TYPE:
|
date_added |
Date and time when the Character was added.
TYPE:
|
date_modified |
Date and time when the Character was last updated.
TYPE:
|
full_name |
Full name of Character.
TYPE:
|
has_avatar |
Character has an avatar image.
TYPE:
|
id |
Identifier used by League of Comic Geeks.
TYPE:
|
individual_id |
TYPE:
|
is_enabled |
TYPE:
|
map_to_id |
TYPE:
|
name |
Name/Alias of Character.
TYPE:
|
parent_id |
TYPE:
|
parent_name |
The actual name/identity of the character.
TYPE:
|
publisher_name |
The publisher name of Character.
TYPE:
|
role_name |
TYPE:
|
role_note |
TYPE:
|
slug |
TYPE:
|
story_id |
TYPE:
|
tier_id |
TYPE:
|
universe_id |
Universe id this Character is from.
TYPE:
|
universe_name |
Universe name this Character is from.
TYPE:
|
CharacterType
Bases: Enum
Comic(**data: Any)
Bases: BaseModel
The Issue object contains information for an Issue.
| ATTRIBUTE | DESCRIPTION |
|---|---|
banner |
TYPE:
|
characters |
List of Characters in the Issue.
TYPE:
|
collected_in |
List of Issues this has been collected in.
TYPE:
|
collected_issues |
List of Issues this has collected.
TYPE:
|
consensus_users |
TYPE:
|
count_collected |
TYPE:
|
count_pulls |
TYPE:
|
count_read |
TYPE:
|
count_votes |
TYPE:
|
cover |
TYPE:
|
covers |
List of Covers associated with the Issue.
TYPE:
|
creators |
List of Creators associated with the Issue
TYPE:
|
date_added |
Date and time when the Issue was added.
TYPE:
|
date_cover |
TYPE:
|
date_foc |
TYPE:
|
date_modified |
Date and time when the Issue was last updated.
TYPE:
|
date_release |
The date the Issue was released.
TYPE:
|
description |
Description of the Issue.
TYPE:
|
format |
Type of Issue.
TYPE:
|
id |
Identifier used by League of Comic Geeks.
TYPE:
|
is_enabled |
TYPE:
|
is_nsfw |
Issue has been marked as NSFW.
TYPE:
|
is_variant |
Issue has been marked as Variant.
TYPE:
|
isbn |
ISBN identifier
TYPE:
|
keys |
List of Key Events taken place in the Issue.
TYPE:
|
pages |
Count of pages in the Issue.
TYPE:
|
parent_id |
If it is a variant Issue, id of the original Issue.
TYPE:
|
parent_title |
If it is a variant Issue, title of the original Issue.
TYPE:
|
price |
Price of the Issue.
TYPE:
|
publisher_id |
The publisher id of the Issue.
TYPE:
|
publisher_name |
The publisher name of the Issue.
TYPE:
|
publisher_slug |
The publisher name slugged to be usable in a url.
TYPE:
|
series |
The series this Issue comes from.
TYPE:
|
series_id |
The series id of the Issue.
TYPE:
|
sku |
SKU identifier.
TYPE:
|
sku_diamond |
TYPE:
|
sku_lunar |
TYPE:
|
title |
Name/Title of the Issue.
TYPE:
|
upc |
UPC identifier.
TYPE:
|
variants |
List of variants this Issue has.
TYPE:
|
Creator
Bases: BaseModel
The Creator object contains information for a creator.
| ATTRIBUTE | DESCRIPTION |
|---|---|
assoc_id |
TYPE:
|
has_avatar |
Creator has an avatar image.
TYPE:
|
id |
Identifier used by League of Comic Geeks.
TYPE:
|
name |
Name/Title of the Creator.
TYPE:
|
role |
List of roles the Creator has in the Issue. Separated by
TYPE:
|
role_id |
List of role ids the Creator has in the Issue. Separated by
TYPE:
|
slug |
The creator name slugged to be usable in a url.
TYPE:
|
story_id |
TYPE:
|
Attributes
roles: dict[int, str]
property
Return a dict of role id and role name the Creator is attached to.
KeyEvent
Bases: BaseModel
The KeyEvent object contains information for a key events such as Key Appearances.
| ATTRIBUTE | DESCRIPTION |
|---|---|
character_id |
Identifier used by League of Comic Geeks.
TYPE:
|
comic_id |
Issue id this event is attached to.
TYPE:
|
id |
Identifier used by League of Comic Geeks.
TYPE:
|
key_event_type |
TYPE:
|
name |
Superhero name/alias.
TYPE:
|
note |
Duplicate of 'string_secondary'.
TYPE:
|
parent_name |
The actual name/identity of the character.
TYPE:
|
string_description |
Full name of Character.
TYPE:
|
string_primary |
Text version of the type of event.
TYPE:
|
string_secondary |
TYPE:
|
type_id |
Identifier used by League of Comic Geeks.
TYPE:
|
universe_id |
TYPE:
|
universe_name |
Universe this Event took place in.
TYPE:
|
KeyEventType
Bases: IntEnum
Variant
Bases: BaseModel
The Variant object contains information for a variant Issue.
| ATTRIBUTE | DESCRIPTION |
|---|---|
cover |
TYPE:
|
cover_type |
TYPE:
|
date_foc |
TYPE:
|
date_modified |
Date and time when the Variant was last updated.
TYPE:
|
date_release |
The date the Variant was released.
TYPE:
|
id |
Identifier used by League of Comic Geeks.
TYPE:
|
price |
Price of the Variant.
TYPE:
|
sku |
SKU identifier.
TYPE:
|
title |
Name/Title of the Variant.
TYPE:
|