Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 460 Bytes

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