Location

Location

Bases: BaseModel

The Location object contains information for a location.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Location, separated by ~\r\n.

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

date_added

Date and time when the Location was added.

TYPE: datetime

date_last_updated

Date and time when the Location was last updated.

TYPE: datetime

description

Long description of the Location.

TYPE: Optional[str]

first_issue

First issue the Location appeared in.

TYPE: Optional[IssueEntry]

image

Different sized images, posters and thumbnails for the Location.

TYPE: ImageEntry

issue_count

Number of issues the Location appears in.

TYPE: Optional[int]

issues

List of issues the Location appears in.

TYPE: List[IssueEntry]

location_id

Identifier used by Comicvine.

TYPE: int

name

Name/Title of the Location.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: str

start_year

The year the Location was first used.

TYPE: Optional[int]

story_arcs

List of story arcs the Location appears in.

TYPE: List[GenericEntry]

summary

Short description of the Location.

TYPE: Optional[str]

volumes

List of volumes the Location appears in.

TYPE: List[GenericEntry]

Attributes

alias_list: List[str] property

List of aliases the Location has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n

LocationEntry

Bases: BaseModel

The LocationEntry object contains information for a location.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the LocationEntry, separated by ~\r\n.

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

date_added

Date and time when the LocationEntry was added.

TYPE: datetime

date_last_updated

Date and time when the LocationEntry was last updated.

TYPE: datetime

description

Long description of the LocationEntry.

TYPE: Optional[str]

first_issue

First issue the LocationEntry appeared in.

TYPE: Optional[IssueEntry]

image

Different sized images, posters and thumbnails for the LocationEntry.

TYPE: ImageEntry

issue_count

Number of issues the LocationEntry appears in.

TYPE: Optional[int]

location_id

Identifier used by Comicvine.

TYPE: int

name

Name/Title of the LocationEntry.

TYPE: str

site_url

Url to the resource in Comicvine.

TYPE: str

start_year

The year the LocationEntry was first used.

TYPE: Optional[int]

summary

Short description of the LocationEntry.

TYPE: Optional[str]

Attributes

alias_list: List[str] property

List of aliases the LocationEntry has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n