Sign in

Get manga ranking

documented

Fetch manga rankings according to the requested ranking type.

GET /v2/manga/rankingMangano 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/ranking?ranking_type={{$ranking_type}}&limit={{$limit}}&offset={{$offset}}&fields={{$fields}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-MAL-CLIENT-ID: {{MYANIMELIST_CLIENT_ID}}"
Get manga ranking · MyAnimeList · OpenIntegrations