/arm-supplementary

πŸ’Š Supplemental database for kawaiioverflow/arm

Primary LanguageTypeScriptMIT LicenseMIT

arm-supplementary

Check

πŸ’Š Supplemental database for kawaiioverflow/arm

The database is updated once an hour by GitHub Actions.

Usage

Fetch arm.json from the following URL.

In TypeScript, you can use arm-supplementary from the following code.

export type ArmEntry = {
  mal_id?: number
  anilist_id?: number
  annict_id?: number
  syobocal_tid?: number

  // extended
  anidb_id?: number
  animeplanet_id?: string
  anisearch_id?: number
  kitsu_id?: number
  livechart_id?: number
  notify_id?: string
}

export const fetchArmEntries = async (): Promise<ArmEntry[]> => {
  const response = await fetch('https://raw.githubusercontent.com/SlashNephy/arm-supplementary/master/dist/arm.json')
  return await response.json()
}

Statistics

Currently, arm-supplementary has 39654 entries (+7167).

Service arm-supplementary arm / anime-offline-database
Annict 13597 (+216) 13381
AniList 22301 (+1765) 20536
MyAnimeList 27853 (+494) 27359
しょぼいカレンダー 6079 (+43) 6036
AniDB 13351 (+160) 13191
Anime-Planet 23690 (+174) 23516
aniSearch 18568 (+172) 18396
Kitsu 20179 (+185) 19994
LiveChart.me 11257 (+155) 11102
Anime Notifier 16299 (+172) 16127