This library allows you to check in-game names for various games, especially for the Indonesia region, using the CodaShop API.
npm install check-ignThis library allows you to check in-game names for various games, especially for the Indonesia region, using the CodaShop API.
``sh`
pnpm add check-ignor
npm install check-ignor
yarn add check-ign
`js`
const cod = await checkIgn({
game: "game name", // If you use TypeScript, you will see game name autocomplete or refer to the supported games above.
id: "game id",
server: "server/zone id" // Required for certain games listed below
});
`js``
const cod = await checkIgn({
game: "Call of Duty Mobile",
id: "11943769307349683075",
})
* For Genshin Impact, Honkai Impact, Honkai Star Rail, Mobile Legends, and Punishing: Gray Raven, you need to pass the zone/server parameter.