# Interface: IGenshinRecordWorldExploration

Represents the world exploration record of a player in Genshin Impact.

# Table of contents

# Properties

# Properties

# background_image

background_image: string

The URL of the background image of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:181 (opens new window)


# cover

cover: string

The URL of the cover image of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:189 (opens new window)


# exploration_percentage

exploration_percentage: number

The percentage of world exploration completion.

# Defined in

src/modules/records/interface/records.inteface.ts:138 (opens new window)


# icon

icon: string

The URL of the icon representing the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:142 (opens new window)


# id

id: number

The ID of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:165 (opens new window)


# inner_icon

inner_icon: string

The URL of the inner icon of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:185 (opens new window)


# level

level: number

The current level of world exploration.

# Defined in

src/modules/records/interface/records.inteface.ts:134 (opens new window)


# map_url

map_url: string

The URL of the map of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:173 (opens new window)


# name

name: string

The name of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:146 (opens new window)


# offerings

offerings: { icon: string ; level: number ; name: string }[]

An array of offerings available in the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:157 (opens new window)


# parent_id

parent_id: number

The parent ID of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:169 (opens new window)


# strategy_url

strategy_url: string

The URL of the strategy guide of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:177 (opens new window)


# type

type: string

The type of the exploration region.

# Defined in

src/modules/records/interface/records.inteface.ts:150 (opens new window)