UnifyAPI
← Back to catalog

anime.search

live upstream$0.001 / call

Anime Search

Search 28K+ anime titles by name, genre, type, status, and rating — scores, episodes, studios, seasons (MyAnimeList via Jikan)

Games & Entertainmentprovider: Anime#anime#games

Input schema

page

Page number for pagination (default: 1)

integer
sort

Sort direction: "asc" or "desc" (default: desc)

string
type

Anime type filter: tv, movie, ova, special, ona, music

string
genre

Genre ID filter (e.g. 1=Action, 2=Adventure, 4=Comedy, 8=Drama, 10=Fantasy, 22=Romance)

integer
limit

Results per page (default: 10, max: 25)

integer
query

Search query for anime title (e.g. "Naruto", "Attack on Titan")

string
rating

Age rating: g (all ages), pg, pg13, r17 (violence), r (mild nudity), rx (hentai)

string
status

Airing status: "airing", "complete", or "upcoming"

string
order_by

Sort field (default: relevance)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.