new fields to API for watched shows

GET /sync/tracking/watched/shows

{
  "show": {
    "id": 123,
    "title": "Example Show",
    "first_air_date": "2024-01-01",
    "genres": ["Animation", "Anime"],
  },
+ "total_aired_episodes": 10,
+ "watched_episode_count": 4,
+ "last_watched_episode": {
+   "season_number": 1,
+   "episode_number": 4
+ }
}

these fields mean someone could easily keep track of how far they have watched, and what percentage they’ve watched, without querying the extended information for a show (expensive)

Please authenticate to join the conversation.

Upvoters

Linked requests

Board

Ideas

Date

About 1 hour ago

Author

snowfall

Subscribe to request

Get notified by email when there are changes.