Sign in

Search manga

documented

Search manga by keywords; results are paginated.

GET /v2/manga/searchMangano 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/manga/search?q={{$query}}&offset={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-MAL-CLIENT-ID: {{MYANIMELIST_API_KEY}}" \
  -H "Accept: application/json" \
  -H "User-Agent: keychains-myanimelist/1.0"