💊 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 39824 entries (+7167).
Service | arm-supplementary | arm / anime-offline-database |
---|---|---|
Annict | 14140 (+214) | 13926 |
AniList | 22422 (+1775) | 20647 |
MyAnimeList | 27991 (+502) | 27489 |
しょぼいカレンダー | 6090 (+36) | 6054 |
AniDB | 13355 (+164) | 13191 |
Anime-Planet | 23699 (+183) | 23516 |
aniSearch | 18572 (+176) | 18396 |
Kitsu | 20184 (+190) | 19994 |
LiveChart.me | 11272 (+170) | 11102 |
Anime Notifier | 16306 (+179) | 16127 |