💊 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://raw.githubusercontent.com/SlashNephy/arm-supplementary/master/dist/arm.json')
return await response.json()
}
Currently, arm-supplementary has 39895 entries (+7239).
Service | arm-supplementary | arm / anime-offline-database |
---|---|---|
Annict | 14118 (+285) | 13833 |
AniList | 22477 (+1840) | 20637 |
MyAnimeList | 28058 (+586) | 27472 |
しょぼいカレンダー | 6092 (+40) | 6052 |
AniDB | 13413 (+222) | 13191 |
Anime-Planet | 23761 (+245) | 23516 |
aniSearch | 18639 (+243) | 18396 |
Kitsu | 20257 (+263) | 19994 |
LiveChart.me | 11308 (+206) | 11102 |
Anime Notifier | 16374 (+247) | 16127 |