GET top/anime
jikan.moe:myanimelist-api-via-jikan
Summary: Get top ranked anime
Operation ID: getTopAnime
Auth: unknown
Operation ID: getTopAnime
Auth: unknown
Description
Get the top ranked anime by score. Supports pagination and filtering.
Parameters (3)
filter
(string, query, optional)
Filter top anime by type
Constraints: {'enum': ['airing', 'upcoming', 'bypopularity', 'favorite']}
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 |
|---|---|---|---|
| Get top anime with default pagination | curl |
https://api.jikan.moe/v4/top/anime |
|
| Get top airing anime, page 1, 10 results | curl |
https://api.jikan.moe/v4/top/anime?filter=airing&page=1&limit=10 |
|
| Get top movies, page 2 | curl |
https://api.jikan.moe/v4/top/anime?filter=movie&page=2 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:18:58.453866 | 200 | 182ms | |
| 2026-03-23 10:16:48.486248 | 400 | 223ms | |
| 2026-03-23 09:37:18.924865 | 200 | 223ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:16:48.486248 | 252ab7973754 |
44c5e8626392 |
| 2026-03-23 10:18:58.453866 | 44c5e8626392 |
1eca635b3a2e |