1.2.4 • Published 4 years ago

@lichking112/gi-api-id v1.2.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

genshin impact id api

information is based on version 1.0.1 from the fandom and various others.

roast my shitty code or contribute here github.com/LichKing112/gi-id-api

ceased operations. no more updates. fork it or idk to update. me stop now :)

characters

  • amber
  • barbara
  • beidou
  • bennett
  • chongyun
  • diluc
  • jean
  • fischl
  • kaeya
  • keqing
  • klee
  • lisa
  • mona
  • ningguang
  • noelle
  • qiqi
  • razor
  • sucrose
  • traveler
  • venti
  • xiangling
  • xingqiu

- elements

  • anemo
  • cryo
  • dendro
  • electro
  • geo
  • hydro
  • pyro

- swords

  • skywardblade
  • aquilafavonia
  • blackclifflongsword
  • royallongsword
  • thealleyflash
  • favoniussword
  • theblacksword
  • theflute
  • sacrificialsword
  • prototyperancour
  • lionsroar
  • ironsting
  • swordofdescension
  • skyridersword
  • filletblade
  • travelershandysword
  • harbingerofdawn
  • darkironsword
  • coolsteel
  • silversword
  • dullblade

- claymores

  • skywardpride
  • wolfsgravestone
  • sacrificialgreatsword
  • thebell
  • lithicblade
  • blackcliffslasher
  • serpentspine
  • whiteblind
  • royalgreatsword
  • rainslasher
  • prototypeanimus
  • favoniusgreatsword
  • skyridergreatsword
  • quartz
  • whiteirongreatsword
  • ferrousshadow
  • debateclub
  • bloodstainedgreatssword
  • oldmercspal
  • wastergreatsword

- bows

  • amosbow
  • skywardharp
  • compoundbow
  • blackcliffwarbow
  • theviriescenthunt
  • prototypecrescent
  • sacrificialbow
  • alleyhunter
  • rust
  • thestringless
  • royalbow
  • favoniuswarbow
  • sharpshootersoath
  • slingshot
  • ravenbow
  • ebonybow
  • messenger
  • recurvebow
  • seasonedhunterbow
  • huntersbow

- catalysts

  • skywardatlas
  • lostprayertothesacredwinds
  • eyeofperception
  • blackcliffamulet
  • favoniuscodex
  • mappamare
  • prototypemalice
  • royalglimoire
  • sacrificialfragments
  • solarpearl
  • thewidsith
  • wineandsong
  • twinnephrite
  • ambercatalyst
  • thrillingtalesofdragonslayers
  • magicguide
  • emeraldorb
  • otherworldystory
  • pocketgrimoire
  • apprenticesnotes

- polearms

  • primodialjadewingedspear
  • kunwusirisrift
  • skywardspine
  • crescentpike
  • blackcliffpole
  • dragonsbane
  • prototypegrudge
  • deathmatch
  • lithicspear
  • favoniuslance
  • blacktassel
  • whitetassel
  • halberd
  • ironpoint
  • beginnersprotector

const genshin = require('gi-api-id')
 
console.log(genshin.characters('amber'))
{
    "name": "Amber",
    "titles": [
        "Outrider",
        "Champion Glider"
    ],
    "element": "Pyro",
    "weapon": "Bow",
    "gender": "Female",
    "region": "Mondstadt",
    "rarity": "4",
    "images": {
        "image": "https://static.wikia.nocookie.net/gensin-impact/images/c/c6/Character_Amber_Thumb.png",
        "card": "https://static.wikia.nocookie.net/gensin-impact/images/2/26/Character_Amber_Card.jpg",
        "potrait": "https://static.wikia.nocookie.net/gensin-impact/images/0/00/Character_Amber_Portrait.png"
    },
    "cv": {
        "japanese": "Manaka Iwani",
        "korean": "Kim Yeon-woo",
        "chinese": "Tingting Hu"
    },
    "affiliation": "Knights of Favonius",
    "description": "A perky, straightforward girl, who is also the only Outrider of the Knights of Favonius. Her amazing mastery of the glider has made her a three-time winner of the Gliding Championship in Mondstadt. As a rising star within the Knights of Favonius, Amber is always ready for any challenging tasks.",
    "url": "https://genshin-impact.fandom.com/wiki/Amber"
}

or

const genshin = require('gi-api-id')
 
console.log(genshin.elements('anemo'))
{
    "name": "Anemo",
    "type": "Wind",
    "color": "#a8f5ce",
    "emoji": "<:Element_Anemo:763984819066634289>",
    "region": "Mondstadt",
    "archon": "Barbatos",
    "theme": "Germany",
    "url": "https://static.wikia.nocookie.net/gensin-impact/images/a/a4/Element_Anemo.png"
}