Skip to content

kawaiioverflow/arm-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm-api

An API to relational mapping Anime ID's between MAL, Annict, AniList and Syobocal

Usage

Request

[GET] https://arm.kawaiioverflow.com/api/ids?service=[mal|annict|anilist|syobocal]&id=[number]

Response

{
  "mal_id": number,
  "annict_id": number,
  "syobocal_tid": number,
  "anilist_id": number
}

Notice: All properties are nullable.

Author

@p-chan

License

MIT