Skip to content

API provides promo codes for games

License

Notifications You must be signed in to change notification settings

MAKS11060/gifts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Gifts

Examples

const getCode = async (type: string) => {
  const res = await fetch(`https://hoyoverse-gifts.deno.dev/gifts/${type}`)
  if (!res.ok) throw await res.json()
  return await res.json() // {codes: []}
}

Api

Endpoint (JSON) Redeem Code
/gifts/genshin Genshin Impact
/gifts/hsr HSR
/gifts/afkArena -
/gifts/stateOfSurvival -
/gifts/idleHeroes -
/gifts/leftToSurvive -
/gifts/riseOfKingdoms -
/gifts/soulKnight -
/gifts/lordsMobile -
/gifts/watcherOfRealms -

Third-party services used:

guidesgame.ru

About

API provides promo codes for games

Topics

Resources

License

Stars

Watchers

Forks