← Back to catalog
anime.search
live upstream$0.001 / callAnime Search
Search 28K+ anime titles by name, genre, type, status, and rating — scores, episodes, studios, seasons (MyAnimeList via Jikan)
Input schema
page
integerPage number for pagination (default: 1)
sort
stringSort direction: "asc" or "desc" (default: desc)
type
stringAnime type filter: tv, movie, ova, special, ona, music
genre
integerGenre ID filter (e.g. 1=Action, 2=Adventure, 4=Comedy, 8=Drama, 10=Fantasy, 22=Romance)
limit
integerResults per page (default: 10, max: 25)
query
stringSearch query for anime title (e.g. "Naruto", "Attack on Titan")
rating
stringAge rating: g (all ages), pg, pg13, r17 (violence), r (mild nudity), rx (hentai)
status
stringAiring status: "airing", "complete", or "upcoming"
order_by
stringSort field (default: relevance)
Call via REST
curl -X POST https://unifyapi.pro/api/call/anime.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"sort":"<sort>","type":"<type>","genre":0,"limit":0,"query":"<query>","rating":"<rating>","status":"<status>","order_by":"<order_by>"}'