Skip to main content
The public API is read-only and supports public profiles, catalog discovery, and community overview experiences.

Endpoints

What it returns

The response contains:
  • public profile basics
  • watch stats
  • recent watch history
Catalog title cards expose a routable type of movie or show, plus category and isAnime classification fields. Anime discovery uses TMDB base identities; mapped series receive TVDB enrichment and official episode ordering through authenticated title and playback APIs.

When to use it

Use the public API for:
  • profile widgets
  • public dashboards
  • bots
  • companion overlays that do not need private user authorization
  • native search, trending, and discovery screens
  • public community dashboards
Do not use it for:
  • live playback state
  • app-to-user authenticated actions
  • writing watches, ratings, or playback updates

Query parameters

Allowed range: 1 to 20.

Example request

Example response

Behavior

  • No authentication required
  • Only public profiles are returned
  • CORS is enabled
  • Requests are rate limited per IP

Error responses

Platform API vs Public API