GET seasons/now
jikan.moe:myanimelist-api-via-jikan
Summary: Get current season anime
Operation ID: getCurrentSeasonAnime
Auth: unknown
Operation ID: getCurrentSeasonAnime
Auth: unknown
Description
Get anime currently airing in the current season.
Parameters (2)
limit
(integer, query, optional, default: 25)
Number of results per page (max 25)
Constraints: {'maximum': 25}
page
(integer, query, optional, default: 1)
Page number for pagination
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Basic request with default pagination | curl |
https://api.jikan.moe/v4/seasons/now |
|
| Fetch page 2 of current season anime | curl |
https://api.jikan.moe/v4/seasons/now?page=2 |
|
| Fetch with custom limit of 10 results | curl |
https://api.jikan.moe/v4/seasons/now?limit=10&page=1 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:09:56.765544 | 200 | 198ms | |
| 2026-03-23 09:38:21.213170 | 200 | 322ms | |
| 2026-03-23 09:16:29.703069 | 200 | 325ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:38:21.213170 | 6c05ae38afc4 |
6cbc1ad2d4dc |
| 2026-03-23 10:09:56.765544 | 6cbc1ad2d4dc |
914d6058eff8 |