Back to catalog

Endpoint

Jikan — anime full

Unofficial MAL API; respect rate limits.

MyAnimeList mirror

EntertainmentNo API keyDefault GET

HTTP console

Example URL
https://api.jikan.moe/v4/anime/1/full
Request

Use HTTPS GET unless the provider documents POST. Example: GET /v4/anime/{id}/full

GET /v4/anime/{id}/full
Response

{ data: { mal_id, title, synopsis, … } }

{"data":{"mal_id":1,"title":"Cowboy Bebop","synopsis":"…"}}
Outbound requestProxy

Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).

Upstream response

Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.