7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
|
# @name Get AnimeList
|
||
|
|
||
|
GET https://api.myanimelist.net/v2/users/{{MAL_USER}}/animelist?fields=list_status&status=watching&limit=1000
|
||
|
Content-Type application/x-www-form-urlencoded
|
||
|
Accept: application/json
|
||
|
Authorization: Bearer {{MAL_ACCESS_TOKEN}}
|