Endpoint
Description
Fetch a complete list of animes with extensive filtering capabilities. This endpoint returns comprehensive anime data including metadata, genres, studios, ratings, and more. Results are cached for 2 hours to optimize performance.Authentication
This endpoint is publicly accessible and does not require authentication.
Rate Limiting
- Limit: 100 requests per 60 seconds per IP
- Headers: Rate limit information included in response headers
Query Parameters
Filtering Parameters
Filter by anime genres. Supports multiple values.Available genres: Action, Adventure, Avant Garde, Award Winning, Boys Love, Comedy, Drama, Ecchi, Erotica, Fantasy, Girls Love, Gourmet, Horror, Mystery, Romance, Sci-Fi, Slice of Life, Sports, Supernatural, SuspenseExample:
genre_filter=Action,AdventureFilter by anime type.Available types: TV, Movie, OVA, ONA, Special, Music, CM, PV, TV SpecialExample:
type_filter=TVFilter by animation studio name. Supports multiple studios.Example:
studio_filter=MAPPA,UfotableFilter by minimum score (0-10).Example:
score_filter=8.5Filter by airing status.Available statuses: Finished Airing, Currently Airing, Not yet airedExample:
status_filter=Currently AiringFilter by release year.Example:
year_filter=2024Filter by age rating.Available ratings:
g - all ages(E)pg - children(E10+)pg-13 - teens 13 or older(13+)r - 17+ (violence & profanity)(15+)r+ - mild nudity(17+)rx+-+hentai(18+)
rating_filter=pg-13 - teens 13 or olderFilter by anime season.Available seasons: Winter, Spring, Summer, FallExample:
season_filter=SpringFilter by broadcast day of the week.Available days: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, SundayExample:
aired_day_filter=SaturdayFilter to only show animes with banner images.Example:
banners_filter=trueSorting Parameters
Sort results by specified field.Available options:
score- Sort by score (descending)score_asc- Sort by score (ascending)title- Sort by title (descending)title_asc- Sort by title (ascending)
order_by=scoreContent Control
Apply parental control filtering to exclude mature content.Example:
parental_control=falseSearch query to filter animes by title.Example:
search_query=attack on titanResponse
Array of anime objects
Response Headers
Examples
Basic Request
Filter by Genre and Type
Filter by Score and Year
Search with Parental Control Disabled
Response Example
Error Responses
Rate Limit Exceeded (429)
Internal Server Error (500)
Performance Tip: This endpoint implements aggressive caching. Results are cached for 2 hours with both browser and CDN caching enabled.
