Skip to content

Search Result

SearchResult

Bases: BaseModel

The SearchResult object contains information for a search result.

ATTRIBUTE DESCRIPTION
date_modified

Date and time when the Comic was last updated.

TYPE: datetime

description

Description of the Comic.

TYPE: Optional[str]

format

Type of Comic.

TYPE: str

id

Identifier used by League of Comic Geeks.

TYPE: int

is_enabled

Unknown field

TYPE: bool

is_variant

Comic has been marked as Variant.

TYPE: bool

parent_id

If it is a variant comic, id of the original comic.

TYPE: Optional[int]

parent_title

If it is a variant comic, title of the original comic.

TYPE: Optional[str]

price

Price of Comic.

TYPE: Optional[float]

publisher_id

The publisher id of the Comic.

TYPE: int

publisher_name

The publisher name of the Comic.

TYPE: str

release_date

The date the Comic was released.

TYPE: date

series_id

The series id of the Comic.

TYPE: int

series_name

The series name of the Comic.

TYPE: str

series_volume

The series volume of the Comic.

TYPE: Optional[int]

title

Name/Title of the Comic.

TYPE: str

year_begin

The year the Series started.

TYPE: int

year_end

The year the Series ended.

TYPE: Optional[int]