Generic Entries
AssociatedImage
Bases: BaseModel
The AssociatedImage object contains image information.
| ATTRIBUTE | DESCRIPTION |
|---|---|
url |
Url to image.
TYPE:
|
id |
Identifier used by Comicvine.
TYPE:
|
caption |
Caption/description of the image.
TYPE:
|
tags |
TYPE:
|
GenericCount
Bases: GenericEntry
Extends GenericEntry by including attributes for tracking counts.
| ATTRIBUTE | DESCRIPTION |
|---|---|
count |
TYPE:
|
GenericCreator
Bases: GenericEntry
Extends GenericEntry by including attributes of a Creator.
| ATTRIBUTE | DESCRIPTION |
|---|---|
roles |
List of roles used by the Creator, collected in a string.
TYPE:
|
GenericEntry
Bases: BaseModel
The GenericEntry object contains generic information.
| ATTRIBUTE | DESCRIPTION |
|---|---|
api_url |
Url to the resource in the Comicvine API.
TYPE:
|
id |
Identifier used by Comicvine.
TYPE:
|
name |
TYPE:
|
site_url |
Url to the resource in Comicvine.
TYPE:
|
GenericIssue
Bases: GenericEntry
Extends GenericEntry by including attributes of an Issue.
| ATTRIBUTE | DESCRIPTION |
|---|---|
number |
TYPE:
|
Images
Bases: BaseModel
The Images object contains image information.
| ATTRIBUTE | DESCRIPTION |
|---|---|
icon_url |
Url to an image at icon size.
TYPE:
|
large_screen_url |
Url to an image at large screen size.
TYPE:
|
medium_url |
Url to an image at medium size.
TYPE:
|
original_url |
Url to an image at original size.
TYPE:
|
screen_url |
Url to an image at screen size.
TYPE:
|
small_url |
Url to an image at small size.
TYPE:
|
super_url |
Url to an image at super size.
TYPE:
|
thumbnail |
Url to an image at thumbnail size.
TYPE:
|
tiny_url |
Url to an image at tiny size.
TYPE:
|
tags |
TYPE:
|