Get user anime list
documentedRetrieve the anime list for a specified user (restricted data may require auth).
GET /v2/users/{username}/animelistUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.myanimelist.net/v2/users/{{$username}}/animelist?limit={{$limit}}&offset={{$offset}}&fields={{$fields}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-MAL-Client-ID: {{MYANIMELIST_CLIENT_ID}}"