Skip to content

FAQ

No. Public endpoints are read-only and username-based.

Not currently. This API is intentionally small and geared toward personal/friends projects, widgets, and automations.

Backend CORS checks CORS_ORIGIN allow-list. If your site origin is not listed, browser calls can fail.

Use server-side requests (or update backend CORS config) when integrating from external origins.

What is the difference between recent and activity?

Section titled “What is the difference between recent and activity?”

They return the same feed item schema. The difference is limit defaults/max:

  • recent: default 10, max 20
  • activity: default 30, max 100

No. /lists filters to isPublic = true.

No. Both can include movie and tv items.

Not today. Current public endpoints support limit only (where applicable).

They are serialized JSON date strings (ISO-like timestamps for datetime fields).