-
Notifications
You must be signed in to change notification settings - Fork 4
Characters
Chris Tran edited this page Apr 29, 2021
·
6 revisions
An API query to https://impact.moe/api/characters/ will retrieve data on all characters in our database.
To get data on a single character, pass a character's name. For example, to query data for Amber, make a query at https://impact.moe/api/characters/amber.
For the last 4 data fields, if you want to replace the default null with its respective data, you can pass an expand parameter. Learn more about expand on the Usage page
- albedo
- amber
- barbara
- beidou
- bennett
- chongyun
- diluc
- diona
- fischl
- ganyu
- hu-tao
- jean
- kaeya
- keqing
- klee
- lisa
- mona
- ningguang
- noelle
- qiqi
- razor
- rosaria
- sucrose
- tartaglia
- traveler-anemo
- traveler-geo
- venti
- xiangling
- xiao
- xingqiu
- xinyan
- yanfei
- zhongli
- string :
name - string :
tier - string :
rarity - string :
weapon - string :
element - string :
description- Official description from Genshin Impact's website
- string :
region- The area in game the character hails from
- string :
faction- Character's affiliation
- string :
image- URL for character's portrait from Genshin Impact Fandom Wiki
- string :
quote- URL for character's quote from Genshin Impact's website
- string :
icon- URL for character's tier list icon
- string :
squareCard- URL for character's list view image, as shown on our website impact.moe character list
- string :
title - string :
birthday- e.g. January 1st
- string :
constellation- Name of character's constellation (e.g. Lupus Minor)
- string :
chineseVA- Chinese voice actor name
- Format: Romanization (Chinese characters)
- e.g.
Shuai Zhou (周帅)
- e.g.
- string :
japaneseVA- Japanese voice actor name
- Format: Romanization (Kanji characters)
- e.g.
Koki Uchiyama (内山 昂輝)
- e.g.
- string :
englishVA- English voice actor name
- string :
koreanVA- Korean voice actor name
- Format: Romanization (Korean characters)
- e.g.
Seo-yeong Kim (김서영)
- e.g.
- JSON :
talents- Default value:
null - To expand, pass an
expandparameter with the valuetalents- Expanding this will replace
nullwith a list containing all of the character's talents. Each talent will have the following data:namedescription-
image: URL to talent icon -
type: Talent type (normal, elemental-burst, elemental-burst, passive-one, passive-two, passive-three)
- Expanding this will replace
- Default value:
- JSON :
constellations- Default value:
null - To expand, pass an
expandparameter with the valueconstellations- Expanding this will replace
nullwith a list containing all of the character's constellations. Each constellation will have the following data:namedescription-
order: rank of constellation (e.g.1means first constellation) -
image: URL to constellation icon
- Expanding this will replace
- Default value:
- JSON :
roles- Default value:
null - To expand, pass an
expandparameter with the valueroles- Expanding this will replace
nullwith a list containing all of the data related to the recommended role (e.g. DPS, Support)-
name: Recommended role -
notes: Role tips in HTML format -
weapons: List of recommended weapons for this role -
artifacts: List of recommended artifacts for this role -
mainStats: List of recommended artifact primary stats for this role -
subStats: List of recommended artifact secondary stats for this role
-
- Expanding this will replace
- Default value:
- JSON :
characterOverview- Default value:
null - To expand, pass an
expandparameter with the valueoverview- Expanding this will replace
nullwith a list containing the following:-
abilityTips: Tips for best usage of character's talents -
recommendedRole: Best role to play this character
-
- Expanding this will replace
- Default value:
Home | Copyright © 2021 impact.moe | Documentation terms of use.