💊 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 40654 entries (+7153).
Service | arm-supplementary | arm / anime-offline-database |
---|---|---|
Annict | 14828 (+211) | 14617 |
AniList | 22705 (+1764) | 20941 |
MyAnimeList | 28474 (+486) | 27988 |
しょぼいカレンダー | 6174 (+37) | 6137 |
AniDB | 13350 (+159) | 13191 |
Anime-Planet | 23692 (+176) | 23516 |
aniSearch | 18565 (+169) | 18396 |
Kitsu | 20178 (+184) | 19994 |
LiveChart.me | 11264 (+162) | 11102 |
Anime Notifier | 16301 (+174) | 16127 |