Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.28 KB

README.md

File metadata and controls

54 lines (41 loc) · 2.28 KB

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 39304 entries (+7167).

Service arm-supplementary arm / anime-offline-database
Annict 13132 (+197) 12935
AniList 22305 (+2154) 20151
MyAnimeList 27327 (+493) 26834
しょぼいカレンダー 5978 (+35) 5943
AniDB 13333 (+142) 13191
Anime-Planet 23667 (+151) 23516
aniSearch 18547 (+151) 18396
Kitsu 20154 (+160) 19994
LiveChart.me 11243 (+141) 11102
Anime Notifier 16281 (+154) 16127