Sign in

Get seasonal anime

documented

Retrieve anime released in a specific season and year.

GET /v2/anime/seasonAnimeno 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/season?year={{$year}}&season={{$season}}&limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-MAL-CLIENT-ID: {{MYANIMELIST_CLIENT_ID}}" \
  -H "Accept: application/json"