IP Ranking API (Beta)
Planned programmatic access for approved research and business partners.
Private Beta : Request Access
The public API is not generally available today. We are validating planned access with a small set of private beta partners.
Request AccessPlanned Endpoints
/api/v1/rankings?category=animePlanned endpoint for the top IPs in a category. Response shape and access limits may change during private beta.
/api/v1/ip/{id}Planned endpoint for a single IP profile, including selected demand signals and trend context where licensed for API use.
/api/v1/country/{code}Planned endpoint for country-level ranking context using the same observed demand-signal methodology as the dashboard.
Planned Access Model
API access is expected to require approved partner credentials once private beta access is granted. Tokens, rate limits, endpoint coverage, and data fields are not public contracts yet.
For current research needs, contact us with your intended use case and coverage requirements.
Example Response Shape
Illustrative JSON for private beta planning only. It shows derived IP Ranking fields, not raw third-party source payloads.
{
"data": [
{
"rank": 1,
"ip_id": "example-ip-id",
"title": "One Piece",
"category": "anime",
"cvs": 82,
"source_coverage": 67,
"country_count": 29,
"computed_at": "2026-06-10T11:01:38Z"
}
],
"meta": {
"formula_version": "v1.2",
"market_scope": "86 markets",
"access": "private_beta_planned",
"note": "Example shape only; fields and limits are not a public contract."
}
}