Anime detail
API · /anilist-api
AniList Anime & Manga API
Anime and manga data as an API, powered by AniList — clean JSON, no key. Search anime or manga and open any title for its full detail: titles in romaji, English and native, format, status, episode/chapter counts, genres and tags, studios, average and mean scores, popularity, description, cover and banner art, trailer and external links. Discover what is trending right now, browse a season's line-up by season and year, and follow the upcoming airing schedule — the next episodes to air, each with a live countdown. Look up characters and staff (voice actors, directors) with their artwork, favourites and the titles they appear in. Live data straight from AniList. Distinct from MyAnimeList catalogues: AniList brings real-time trending, seasonal charts and airing countdowns — ideal for anime trackers, seasonal-guide apps, episode-release widgets and Discord bots. 8 data endpoints. Authenticated with an x-oanor-key; fair-use rate limits per plan.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 282 ms
- Server probes · 24h
- Subscribers
- 4,233
- active
- Total calls
- 81
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 4,600 calls / month
- 5 requests / second
- Hard cap (429 above quota, no overage)
- 4,600 calls/month
- 5 req/sec
- All 8 data endpoints
- Trending & airing schedule
- No credit card
Starter
€6.40 /month
- 57,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 57,000 calls/month
- 15 req/sec
- Search, detail & seasonal
- Email support
Pro
€29.50 /month
- 305,000 calls / month
- 30 requests / second
- Hard cap (429 above quota, no overage)
- 305,000 calls/month
- 30 req/sec
- Trackers & seasonal guides
- Priority support
Mega
€93.00 /month
- 1,280,000 calls / month
- 80 requests / second
- Hard cap (429 above quota, no overage)
- 1,280,000 calls/month
- 80 req/sec
- Platform & community scale
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Danbooru API
Live post, tag and ranking data from Danbooru, the large community anime-art imageboard, via its public API. Danbooru is built around a deep tag taxonomy — every image is tagged by artist, character, copyright (the source series) and general descriptors. Search images by tag and get each post's score, favourite count, rating, dimensions and its split tag sets. Read a single post in full. Search the tag database itself, returning each tag's post count and category — the metadata that powers booru search. Get the most-favourited posts of a given day, the site's trending art. Live, no key, nothing stored; to keep results work-safe, only general- and sensitive-rated posts are returned. Distinct from 4chan and other imageboard APIs — this is Danbooru's tagged-art database and its rankings. Perfect for art-discovery, tagging and community apps.
api.oanor.com/danbooru-api
VNDB Visual Novel API
The Visual Novel Database (VNDB) as an API — clean JSON, no key. Search and look up visual novels with their titles, release dates, languages, platforms, play length, Bayesian rating and vote count, description, cover image, developers and genre/theme tags (spoiler tags filtered out). Search and open characters with their original name, aliases, description, sex, age, blood type and the visual novels they appear in, and search and open producers and developers. Plus live database statistics. Live data straight from vndb.org, the definitive visual-novel database. A distinct medium from anime and manga — ideal for visual-novel trackers, discovery and recommendation apps, wikis and otaku tools. 7 data endpoints. Authenticated with an x-oanor-key; fair-use rate limits per plan.
api.oanor.com/vndb-api
MangaDex API
MangaDex as an API — the largest community manga library, returned as clean JSON, no key. Search manga by title; open a manga for its full detail (titles and alternates, description, status, year, demographic, content rating, genre and theme tags, authors, artists and cover art); pull a manga's chapter feed in any translated language; get a chapter's detail; and fetch the ready-to-render page-image URLs for a chapter — the reader endpoint, in full and data-saver quality. Look up an author and list every genre and theme tag. Live data straight from MangaDex. Distinct from anime/manga metadata APIs: this is the actual reading platform — real chapters and page images across thousands of scanlations — ideal for manga readers, trackers, discovery and library apps. 7 data endpoints. Authenticated with an x-oanor-key; fair-use rate limits per plan.
api.oanor.com/mangadex-api
One Piece API
The world of One Piece as an API — the characters, pirate crews and Devil Fruits of Eiichiro Oda's saga. Look up a character by id or name (e.g. Monkey D. Luffy → 3,000,000,000 berry bounty, captain of the Straw Hat Pirates, user of the Hito Hito no Mi, Model: Nika), browse the pirate crews with their total bounty, member count and Yonko status, and search the Devil Fruits by name for their type (Paramecia, Zoan, Logia) and powers. Backed by the open api-onepiece.com dataset. Ideal for fan sites, trivia and quiz games, bounty and crew trackers, Discord bots and any One Piece app.
api.oanor.com/onepiece-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for AniList Anime & Manga API?
What's the rate limit for AniList Anime & Manga API?
How much does AniList Anime & Manga API cost?
Can I cancel my subscription anytime?
Is AniList Anime & Manga API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/anilist-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/anilist-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/anilist-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/anilist-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.