The account settings endpoint shows a grid of available streaming services via "My Streaming Services".
I would like to replicate this grid in a mobile app, dynamically (for updates/changes)
and add at least one extra field for the mobile app id (obtained apart from TMDb).
I do not see an easy, accessible API interface to duplicate this grid so I'm guessing there is none. Would that I am wrong.
Assuming I am right, is there another way to
1) get the raw data that would allow me to build the grid into a mobile app, and
2) automate the process to occasionally get updates/changes?
Is the grid buried somewhere in the daily database drops?
Is this grid supplied by JustWatch perchance?
Lastly, again assuming I am correct in that there is no API access to the grid info now,
is there a reason why TMDb might not ever be able to add it to their API?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 10 septembrie 2024 la ora 9:03 AM
I don't know if it solves your question, but...
I believe that this Grid varies depending on the country.
I think that the services available in a country can be listed with these API Requests.
https://developer.themoviedb.org/reference/watch-providers-available-regions
https://developer.themoviedb.org/reference/watch-providers-movie-list
https://developer.themoviedb.org/reference/watch-provider-tv-list
I think so.
Răspuns de pajatopmr
pe data de 11 septembrie 2024 la ora 4:30 AM
This is an excellent response and demonstrably shows how to accomplish what I would like to do. Nicely done! Definitely a case of me being wrong and now very glad to know it.