The Movie Database 支持

Hey all,

I’ve been trying to use the /discover/movies API to find the highest-rated movies on different platforms. I’ve noticed that the with_watch_providers argument doesn’t seem to be working. I get the same results whether I include it or not.

Also, when I specify a provider like Netflix (ID 8), I still see movies that aren’t available on Netflix. Has anyone else run into this issue?

I've also tried mimicing the parameters send by www.themoviedb.org/movie to their backend. I would expect that I get the same results, but that doesn't seem to be the case, I get the same results, without a provider applied though.

Can anyone verify if this also happens to them?

6 回复(第 1 页,共 1 页)

Jump to last post

Yeah, it's not working for me either.

I'm quite new to this community, is there anywhere that I can report this bug?

@liquidixen said:
with_watch_providers not working for /discover/movie
I'm quite new to this community, is there anywhere that I can report this bug?

It's right here.

I’ve been trying to use the /discover/movies API to find the highest-rated movies on different platforms.
I’ve noticed that the with_watch_providers argument doesn’t seem to be working.
I get the same results whether I include it or not.

Also, when I specify a provider like Netflix (ID 8), I still see movies that aren’t available on Netflix.
Has anyone else run into this issue?

I've also tried mimicing the parameters send by www.themoviedb.org/movie to their backend.
I would expect that I get the same results, but that doesn't seem to be the case, I get the same results, without a provider applied though.
Can anyone verify if this also happens to them?

It makes things much easier if you post your API Request here.

Problems with API Request

In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.

Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.

Are you using it together with the watch_region filter?
With only 1 country or with several?
See the explanation in the DOCs.
https://developer.themoviedb.org/reference/discover-movie

with_watch_providers  -  string  
use in conjunction with watch_region, can be a comma (AND) or pipe (OR) separated query

Thanks for the info, I did try it in conjunction with watch_region, just to try it out, but it did not result in a different response.

Below the API request in it's most basic form, copied (and tested) from the curl request in the docs.

curl --request GET \
     --url 'https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8' \
     --header 'Authorization: Bearer MY_KEY' \
     --header 'accept: application/json'

As you can see, this request just queries for the highest voted movies from Netflix (provider ID 8).

Here my first and second result as returned from the API request:

  1. "The History of Allanson Street Primary School"
  2. "SHE/HER"

Whilst according to the website, for Netflix, it should be:

  1. "NAFSI (Monachopsis)"
  2. "Kampon"

With no provider ID it would, according to the website, indeed be:

  1. "The History of Allanson Street Primary School"
  2. "SHE/HER"

I've tried multiple providers, but it always returns the same result. Thus it appears to me that the with_watch_providers query parameter is not correctly handled by the endpoint.

If you'd like me to do more testing, let me know what you expect and I'd gladly do that for you.

As @ticao2 pointed out, watch_region is required to use with_watch_providers, as the documentation states.

Here's two different calls, with two different sets of results:

US Netflix (4275 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=US
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 214,
  "total_results": 4275
}

Canadian Netflix (4677 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=CA
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 234,
  "total_results": 4677
}

@travisbell said:

As @ticao2 pointed out, watch_region is required to use with_watch_providers, as the documentation states.

Here's two different calls, with two different sets of results:

US Netflix (4275 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=US
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 214,
  "total_results": 4275
}

Canadian Netflix (4677 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=CA
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 234,
  "total_results": 4677
}

Hi, you are correct, I interpreted the documentation as "can be used in conjunction with "watch_region". In my tests I seem to have mistakenly used "certification_country" instead of "watch_region". It does seem te be functioning correctly when using "watch_region". Thank you for your help and my deepest appologies for wasting your time.

找不到电影或节目?登录并创建它吧。

全站通用

s 聚焦到搜索栏
p 打开个人资料菜单
esc 关闭打开的窗口
? 打开键盘快捷键窗口

在媒体页面

b 返回(或返回上级)
e 进入编辑页面

在电视季页面

(右箭头)下一季
(左箭头)前一季

在电视集页面

(右箭头)下一集
(左箭头)上一集

在所有图像页面

a 打开添加图片窗口

在所有编辑页面

t 打开翻译选择器
ctrl+ s 提交

在讨论页面

n 创建新讨论
w 切换关注状态
p 设为公开 / 私密讨论
c 关闭 / 开放讨论
a 打开活动页
r 回复讨论
l 跳转至最新回复
ctrl+ enter 发送信息
(右箭头)下一页
(左箭头)前一页

设置

想给这个条目评分或将其添加到片单中?

登录

还不是会员?

注册加入社区