The Movie Database Support

I am currently having problems getting providers from the DE region. Do you know why that is? If I change the region to, for example, CH or AU, then I receive data.

I use this URL for the API request: https://api.themoviedb.org/3/watch/providers/movie?watch_region=DE

Thanks in advance!

2 replies (on page 1 of 1)

Jump to last post

Hi @Rinor511,

I'm not seeing anything wrong with this request:

Request

curl -v "https://api.themoviedb.org/3/watch/providers/movie?watch_region=DE&api_key=###"

*   Trying [2600:9000:201e:1000:c:174a:c400:93a1]:443...
* Connected to api.themoviedb.org (2600:9000:201e:1000:c:174a:c400:93a1) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-AES128-GCM-SHA256
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=*.themoviedb.org
*  start date: Aug 20 00:00:00 2023 GMT
*  expire date: Sep 17 23:59:59 2024 GMT
*  subjectAltName: host "api.themoviedb.org" matched cert's "*.themoviedb.org"
*  issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M03
*  SSL certificate verify ok.
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://api.themoviedb.org/3/watch/providers/movie?watch_region=DE&api_key=###
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: api.themoviedb.org]
* [HTTP/2] [1] [:path: /3/watch/providers/movie?watch_region=DE&api_key=###]
* [HTTP/2] [1] [user-agent: curl/8.4.0]
* [HTTP/2] [1] [accept: */*]
> GET /3/watch/providers/movie?watch_region=DE&api_key=### HTTP/2
> Host: api.themoviedb.org
> User-Agent: curl/8.4.0
> Accept: */*
>
< HTTP/2 200
< content-type: application/json;charset=utf-8
< content-length: 40110
< date: Tue, 13 Feb 2024 21:39:36 GMT
< server: openresty
< cache-control: public, max-age=12406
< x-memc: HIT
< x-memc-key: 103058a03a7c96d9c4214e13ff6d599a
< x-memc-age: 13180
< x-memc-expires: 12406
< etag: W/"90d2586d79e3d74a4b298b6e5f9e8c0b"
< vary: Accept-Encoding
< x-cache: Miss from cloudfront
< via: 1.1 76a7fdbced88b6eccf433c4e386bae40.cloudfront.net (CloudFront)
< x-amz-cf-pop: IAD89-C3
< alt-svc: h3=":443"; ma=86400
< x-amz-cf-id: 4yk3arS2E5Rqt_hydwX5n3eK2f-nf_8bokaapFPZxqP89RMO5Th-bQ==
< vary: Origin
<
* Connection #0 to host api.themoviedb.org left intact

Response (truncated)

{
    "results": [
        {
            "display_priorities": {
                "CA": 0,
                "AD": 0,
                "AE": 0,
                "AG": 0,
                "AL": 0,
                "AR": 1,
                "AT": 0,
                "AU": 1,
                "BA": 0,
                "BB": 0,
                "BE": 1,
                "BH": 0,
                "BM": 0,
                "BO": 0,
                ...
            },
            "display_priority": 0,
            "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg",
            "provider_name": "Netflix",
            "provider_id": 8
        },
        ...
    ]
}

What's the problem you're running into?

It seems to work now. Thank you.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login