Discover/anime.com API
live

anime.com APIanime.com

Access anime.com show catalogs, episode lists, news feeds, search, and community polls via 6 structured API endpoints. Paginated, cursor-based results.

Endpoints
6
Updated
14d ago
Try it
Number of news items to fetch per page.
Pagination cursor from a previous response's page_info.endCursor to fetch the next page.
api.parse.bot/scraper/94db79a7-96a7-45d7-9a7d-cac3e29322ae/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/94db79a7-96a7-45d7-9a7d-cac3e29322ae/get_news_feed?limit=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Fetch the latest anime news articles from social media and official sources. Returns paginated results sorted by recency with cursor-based pagination.

Input
ParamTypeDescription
limitintegerNumber of news items to fetch per page.
cursorstringPagination cursor from a previous response's page_info.endCursor to fetch the next page.
Response
{
  "type": "object",
  "fields": {
    "items": "array of news article objects with id, title, summary, content, published_at, author, url, and cursor",
    "page_info": "object with hasNextPage (boolean) and endCursor (string for next page)"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": "019debfe-b905-7cc2-8949-a8b391e9d6e6",
          "url": "https://www.anime.com/post/019debfe-b905-7cc2-8949-a8b391e9d6e6",
          "title": "Dr. Stone",
          "author": "Crunchyroll",
          "cursor": "12.374368670764582",
          "content": "One-way ticket to the moon (via Dr. STONE SCIENCE FUTURE)",
          "summary": "Dr. STONE SCIENCE FUTURE features a one-way trip to the moon.",
          "published_at": "2026-05-03T04:00:00.000Z"
        }
      ],
      "page_info": {
        "endCursor": "12.374368670764582",
        "hasNextPage": true
      }
    },
    "status": "success"
  }
}

About the anime.com API

The anime.com API exposes 6 endpoints covering the full anime.com catalog: browse and search shows, retrieve per-show details and full episode lists grouped by season, pull the latest news feed, and fetch community poll results. The get_show_details endpoint returns streaming platform links, airing status, vote ratings, genre tags, and a full synopsis for any show identified by its slug.

Show Discovery and Search

The search endpoint accepts a query string and returns matching shows with id, slug, name, poster_url, type, status, vote_average, and vote_count, plus a total_count of matching results. The get_shows_list endpoint browses the full catalog sorted by vote count descending, using cursor-based pagination controlled by limit and cursor parameters. Both endpoints return the slug field needed to call the detail and episode endpoints.

Show Details and Episodes

get_show_details takes a slug and returns the complete show record: title, description, genres, rating, status (e.g. AIRING or FINISHED), vote_count, poster_url, and a streams array listing each platform name and direct URL. get_show_episodes returns every episode for a show as a flat array of objects, each with season, episode, title, description, air_date, and vote_average — covering all seasons in a single call.

News and Polls

The get_news_feed endpoint returns paginated news articles with id, title, summary, content, published_at, author, and url, drawn from social media and official anime sources. Pagination uses page_info.endCursor to advance through results. The get_polls endpoint requires no input and returns all active community polls, each with a question, totalVotes, and an options array containing per-option text, voteCount, and order.

Common use cases
  • Build an anime recommendation app that filters shows by genre and vote_average from get_show_details
  • Aggregate the anime news feed into a content dashboard using get_news_feed with cursor-based pagination
  • Display per-episode air dates and ratings in a season tracker using get_show_episodes
  • Surface streaming platform links from the streams array in get_show_details to help users find where to watch
  • Create a community poll embed by pulling question, options, and vote counts from get_polls
  • Index the full show catalog by vote_count using get_shows_list for ranking or sorting features
  • Power an autocomplete search widget with slug, name, and poster_url results from the search endpoint
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does anime.com have an official developer API?+
Anime.com does not publish an official public developer API or documented REST service for third-party use.
What does get_show_episodes return, and does it separate episodes by season?+
It returns a flat array where each object includes a season field, an episode number, title, description, air_date, and vote_average. All seasons are included in the single response — there is no per-season filter parameter. If you need to isolate a specific season, filter the returned array client-side on the season field.
Does the API expose user accounts, watchlists, or personal ratings?+
No user account data, personal watchlists, or individual user ratings are exposed. The API covers show-level vote_average and vote_count, episode-level vote_average, community poll results, and news content. You can fork this API on Parse and revise it to add any additional endpoint targeting public user-facing data.
Can I filter the news feed by topic, franchise, or source?+
The get_news_feed endpoint does not currently support filtering by topic, franchise, or source — it returns the latest articles sorted by recency across all categories. You can fork this API on Parse and revise it to add filtering parameters if the underlying data supports it.
How does pagination work across the show and news endpoints?+
Both get_shows_list and get_news_feed use cursor-based pagination. Each response includes a page_info object with hasNextPage and endCursor. Pass the endCursor value as the cursor input on your next request to retrieve the following page. get_shows_list also returns hasPreviousPage and startCursor for bidirectional navigation.
Page content last updated . Spec covers 6 endpoints from anime.com.
Related APIs in EntertainmentSee all →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.