Coming Soon — Early Access Available
The API is currently in private beta. Contact us for early access.
Request AccessEndpoints
GET
/api/v1/rankings?category=animeReturns the top 50 IPs for a given category (anime, gaming, characters). Includes title, score, country count, and thumbnail URL.
GET
/api/v1/ip/{id}Returns detailed data for a single IP: trend history, Netflix rankings by country, Google Trends scores, and similar IPs.
GET
/api/v1/country/{code}Returns IP rankings for a specific country (ISO alpha-2 code). Merges Netflix, YouTube, Google Trends, AniList, MyAnimeList, and Wikipedia data into a unified local score.
Authentication
All API requests require a Bearer token. Tokens are issued upon approval of your early access request.
curl -H "Authorization: Bearer YOUR_TOKEN" \ https://ipranking.io/api/v1/rankings?category=anime