kawaiioverflow / arm

Licence: other
A JSON-based database to relational mapping Anime ID's between MyAnimeList, Annict, AniList and Syoboi Calendar

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to arm

anilist-to-mal
A python tool that will export your Anilist.co anime list for MAL importing
Stars: ✭ 33 (+32%)
Mutual labels:  anime, anilist, mal, myanimelist
nyaamal
A chrome extension to download anime torrents directly from MyAnimeList and Anilist
Stars: ✭ 75 (+200%)
Mutual labels:  anime, anilist, mal, myanimelist
kuristina
An API that lets you fetch user lists from MyAnimeList.
Stars: ✭ 14 (-44%)
Mutual labels:  anime, mal, myanimelist
scrobbly
↩️ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (-8%)
Mutual labels:  anime, anilist, mal
AniAPI
Core behind AniAPI HTTP Rest APIs.
Stars: ✭ 144 (+476%)
Mutual labels:  anime, anilist, myanimelist
arm-server
📃 A service for mapping Anime ID's between AniList, AniDB, MAL, and Kitsu (using https://github.com/manami-project/anime-offline-database)
Stars: ✭ 46 (+84%)
Mutual labels:  anime, anilist, mal
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+16%)
Mutual labels:  anime, anilist, myanimelist
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (-8%)
Mutual labels:  anime, mal, myanimelist
AnimeDLR
AnimeDLR
Stars: ✭ 47 (+88%)
Mutual labels:  anime, anilist, myanimelist
MalScraper
Scrape everything you can from MyAnimeList.net
Stars: ✭ 132 (+428%)
Mutual labels:  anime, myanimelist
JikanKt
A Kotlin wrapper for Jikan REST API
Stars: ✭ 17 (-32%)
Mutual labels:  anime, myanimelist
hachidori
Open Source Kitsu, AniList, and MyAnimeList Scrobbler for macOS
Stars: ✭ 61 (+144%)
Mutual labels:  anilist, myanimelist
jikan-nodejs
A Node.js wrapper for Jikan REST API.
Stars: ✭ 16 (-36%)
Mutual labels:  anime, myanimelist
myanimelist-api-v2
An awesome wrapper on Nodejs for the new MyAnimeList's API v2!
Stars: ✭ 30 (+20%)
Mutual labels:  anime, myanimelist
animec
A module to get data about anime characters, news, info, lyrics and more.
Stars: ✭ 31 (+24%)
Mutual labels:  anime, myanimelist
AnilistBot
A new code base to Anilist bot in Telegram.
Stars: ✭ 33 (+32%)
Mutual labels:  anime, anilist
python3-mal
Python interface to MyAnimeList
Stars: ✭ 18 (-28%)
Mutual labels:  mal, myanimelist
annict-developers-jp
Developer portal site by Annict. (日本語)
Stars: ✭ 13 (-48%)
Mutual labels:  anime, annict
anime-relations
Episode redirections for Taiga
Stars: ✭ 69 (+176%)
Mutual labels:  anime, myanimelist
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+116%)
Mutual labels:  anime, myanimelist

arm

@kawaiioverflow/arm is a JSON-based database to relational mapping Anime ID's between MAL, Annict, AniList and Syobocal.

Install

npm i @kawaiioverflow/arm

or

yarn add @kawaiioverflow/arm

Usage

import { arm } from '@kawaiioverflow/arm'

console.log(arm)
/*
[
  {
    "mal_id": 5114,
    "anilist_id": 5114,
    "annict_id": 1745,
    "syobocal_tid": 1575
  },
  ...
]
*/

Database

Return values

Return an array of Anime type.

type Anime = {
  mal_id?: number
  annict_id?: number
  anilist_id?: number
  syobocal_tid?: number
}

Statistics

The database has 23808 anime, it consists of data from several services.

Service Anime
MyAnimeList 20110 anime
AniList 17490 anime
Annict 9065 anime
Syoboi Calendar 5207 anime

Release cycle

Once a week, it will be delivered via npm.


Inspired by manami-project/anime-offline-database.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].