Sign in

Search anime

documented

Search anime by keywords; results are paginated.

GET /v2/anime/searchAnimeno implementation yet0 runs
No 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/anime/search?q={{$query}}&offset={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-MAL-CLIENT-ID: {{MYANIMELIST_CLIENT_ID}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Search anime · MyAnimeList · OpenIntegrations