/cartoon

Anime

Search, browse, and download resolution for English and Japanese-dubbed series.

Some endpoints on this page stream a file rather than returning JSON. Try-it-out shows the response headers for these instead of the file itself.

Recently updated

Get recently updated shows.

GET/cartoon/recent

This endpoint takes no parameters.

Response

Run the request to see a live response here.

Browse by letter

Browse shows alphabetically within English or Japanese-dubbed catalogs.

GET/cartoon/browse

"english" or "japanese".

A-Z, or 0 for numeric/symbol-starting titles.

Response

Run the request to see a live response here.

Get series details

Get show details and season list from a show's page URL.

GET/cartoon/series

Show page URL from search or browse results.

Response

Run the request to see a live response here.

List season episodes

Get episodes for a season, from a season URL in the series details.

GET/cartoon/season

Season URL from the series endpoint.

Response

Run the request to see a live response here.

Get episode download info

Get file details and a download URL for an episode.

GET/cartoon/episode

Episode URL from the season endpoint.

Response

Run the request to see a live response here.

Download episode file

Streams the actual video file from the resolved CDN URL.

GET/cartoon/download

CDN URL from the episode endpoint (must be a cartoonsarea.cc URL).

Filename for the downloaded file.

Response

Run the request to see a live response here.