Sign in

Get manga

documented

Return full details for a specific manga.

GET /v2/manga/{manga_id}Mangano 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/{{$manga_id}}?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}}"