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

How does the Updates endpoint work? #274

Closed dcrowe1950 closed 1 year ago

dcrowe1950 commented 1 year ago

What type of number needs to be used in the Since field? Is it days, hours, seconds or a date?

antheaezzell commented 1 year ago

@dcrowe1950 It's an epoch unix in seconds. You can also use this url to convert the time since to human’s date. https://www.epochconverter.com/

dcrowe1950 commented 1 year ago

Thanks.