thetvdb / v4-api

Founded in 2006, TheTVDB is one of the longest-running community-driven TV and Movie databases. With content metadata across hundreds of thousands of TV series and movies, TheTVDB powers many of the largest media centers in the market. Developers across the world build and rely upon TheTVDB's APIs to power their apps, utilities, and projects, generating millions of API calls per day. In our GitHub repository you will find all of the necessary support and v4 API documentation to make use of TheTVDB's metadata. Come and join us!
135 stars 13 forks source link

Filters for movies based on lastUpdated #332

Closed code-master24 closed 3 months ago

code-master24 commented 3 months ago

I wanted to filter all the movie ids with lastUpdated after a specific timestamp. Is there a way to do this? I'm trying to fetch this using the api /updates?since=1715533000&page=0&type=movies, but seems like this doesn't provide any info about which movie was it.

code-master24 commented 3 months ago

Nevermind -> found that the field recordId in the updates api response is the movie id. Is this documented somewhere?