Hacker News new | ask | show | jobs
by grumpwagon 1615 days ago
Do you support searching which country a movie is available to stream in?

For example the movie It is available in Netflix Austria (but not many other Netflix regions), but to find that, I searched It, then randomly picked countries from the dropdown list. It looks like the API has country as a required field as well, so to do this programmatically it would be similar.

1 comments

It's available on the API, you can use /get/ultra endpoint to see in which countries a show is available. Planning to add that feature to the web app as well.