> ## Documentation Index
> Fetch the complete documentation index at: https://chisa.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Watch Providers

> Get the list of streaming providers we have for a movie.

Powered by our partnership with JustWatch, you can query this method to get a list of the streaming/rental/purchase availabilities per country by provider.


This is not going to return full deep links, but rather, it's just enough information to display what's available where.


You can link to the provided TMDB URL to help support TMDB and provide the actual deep links to the content.

**📘JustWatch Attribution Required**

In order to use this data you must attribute the source of the data as JustWatch. If we find any usage not complying with these terms we will revoke access to the API.



## OpenAPI

````yaml api-reference/openapi.json get /3/movie/{{movie_id}}/watch/providers
openapi: 3.0.3
info:
  title: Themoviedb API
  description: >-
    Version 3 (stable) of The Movie Database (TMDB) API offers a concise list of
    available methods for movies, TV shows, actors, and images.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: https://api.themoviedb.org/3
security: []
tags:
  - name: Account
  - name: Authentication
    description: >-
      # How do I generate a session id?


      As outlined in the [getting started
      guide](https://developer.themoviedb.org/docs/getting-started), the basics
      to getting a user authenticated look like this:


      1. **Create a new request token**  

      2. **Get the user to authorize the request token**  

      3. **Create a new session id with the authorized request token**  


      Steps 1 and 3 should be fairly easy to understand, but let's walk through
      each to ensure clarity.


      ## Step 1: Create a request token


      The first step as a developer is to request a new token. This is a
      **temporary token** required to ask the user for permission to access
      their account. This token will automatically expire **after 60 minutes**
      if it's not used.


      ## Step 2: Ask the user for permission


      With a request token in hand, forward your user to the following URL:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}

      ```


      You can also pass this URL a `redirect_to` parameter, like so:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}?redirect_to=http://www.yourapp.com/approved

      ```


      Once the user has approved your request token, they will either be
      redirected to the URL you specified in the `redirect_to` parameter or to
      the `/authenticate/allow` path on TMDB. If they aren't redirected to a
      custom URL, the page will also include an `Authentication-Callback`
      header. This header contains the API call for step #3. You can either
      manually generate it or simply use the one we return.


      ## Step 3: Create a session ID


      By calling the **new session method** with the request token that has been
      approved by the user in Step 2, we will return a **new session_id**. This
      session can now be used to write user data. You should treat this key
      **like a password** and keep it secret.


      ## What about guest sessions?


      A **guest session** can be used to rate movies **without** requiring a
      registered TMDB user account. For more information about how to create a
      guest session, see
      [here](https://developer.themoviedb.org/docs/authentication).
  - name: Certification
  - name: Changes
  - name: Collections
  - name: Companies
  - name: Configuration
  - name: Credits
  - name: Discover
  - name: Find
  - name: Genres
  - name: Guest Session
  - name: Keywords
  - name: List
    description: >-
      ## v3 or v4 list? 😕


      You may have noticed that the a v4 version of our list API exists. While
      these v3 list methods continue to work, all of the new features you can
      see on our website are only available if you switch to the v4 lists.


      **What are some of the improvements in v4?**


      - You can import "unlimited" items in a single request
          
      - You can use mixed type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          
      - Check the v4 documentation for more information.
  - name: Movie Lists
  - name: Movies
  - name: Networks
  - name: People Lists
  - name: People
  - name: Reviews
  - name: Search
  - name: Trending
  - name: TV Series Lists
  - name: TV Series
  - name: TV Seasons
  - name: TV Episodes
  - name: TV Episode Groups
  - name: Watch Providers
paths:
  /3/movie/{{movie_id}}/watch/providers:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - Movies
      summary: Watch Providers
      description: >-
        Get the list of streaming providers we have for a movie.


        Powered by our partnership with JustWatch, you can query this method to
        get a list of the streaming/rental/purchase availabilities per country
        by provider.



        This is not going to return full deep links, but rather, it's just
        enough information to display what's available where.



        You can link to the provided TMDB URL to help support TMDB and provide
        the actual deep links to the content.


        **📘JustWatch Attribution Required**


        In order to use this data you must attribute the source of the data as
        JustWatch. If we find any usage not complying with these terms we will
        revoke access to the API.
      operationId: watchProviders
      responses:
        '200':
          description: Providers / Providers(TV)
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=21399
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 09 Jan 2025 09:24:42 GMT
            ETag:
              schema:
                type: string
                example: W/"f988a82cf8bdc67a64e36232a5c63c2c"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 7df0e12cb5a55cb5e64296e91e226fbe.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: CfY2pJYPsBJD4LdSsbegtpruJ9wdEw89P3hxK9ZdJJQyLHrqqHlTiA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '6717'
            x-memc-expires:
              schema:
                type: string
                example: '21399'
            x-memc-key:
              schema:
                type: string
                example: 4d6fe63e3bca7ce36af0d13b640c1343
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 845781
                  results:
                    type: object
                    properties:
                      AD:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 26
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=AD
                      AE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 9
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=AE
                      AG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 13
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=AG
                      AL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=AL
                      AO:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AO
                      AR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 60
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 60
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=AR
                      AT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 9
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 9
                                provider_name: Amazon Prime Video
                              - display_priority: 65
                                logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                                provider_id: 2100
                                provider_name: Amazon Prime Video with Ads
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 63
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 63
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=AT
                      AU:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id:
                                  type: number
                                  example: 73
                                provider_name:
                                  type: string
                                  example: Tubi TV
                            example:
                              - display_priority: 25
                                logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id: 73
                                provider_name: Tubi TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 46
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 46
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=AU
                      AZ:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AZ
                      BA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BA
                      BB:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 26
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BB
                      BE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 63
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 63
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BE
                      BF:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BF
                      BG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 21
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 21
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BG
                      BH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BH
                      BM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BM
                      BO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BO
                      BR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 82
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 82
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BR
                      BS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=BS
                      BY:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 7
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BY
                      BZ:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 11
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 11
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BZ
                      CA:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 21
                                logo_path:
                                  type: string
                                  example: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id:
                                  type: number
                                  example: 73
                                provider_name:
                                  type: string
                                  example: Tubi TV
                            example:
                              - display_priority: 21
                                logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id: 73
                                provider_name: Tubi TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 3
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 151
                                logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                                provider_id: 2100
                                provider_name: Amazon Prime Video with Ads
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 86
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 86
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=CA
                      CH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 49
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 49
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=CH
                      CI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=CI
                      CL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=CL
                      CM:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CM
                      CO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 34
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 34
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=CO
                      CR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=CR
                      CV:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 13
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CV
                      CY:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 9
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CY
                      CZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 32
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=CZ
                      DE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 9
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 9
                                provider_name: Amazon Prime Video
                              - display_priority: 155
                                logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                                provider_id: 2100
                                provider_name: Amazon Prime Video with Ads
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 55
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 55
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                              - display_priority: 159
                                logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg
                                provider_id: 2077
                                provider_name: Plex Channel
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=DE
                      DK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 41
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 41
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=DK
                      DO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=DO
                      DZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=DZ
                      EC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 32
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=EC
                      EE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=EE
                      EG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=EG
                      ES:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id:
                                  type: number
                                  example: 10
                                provider_name:
                                  type: string
                                  example: Amazon Video
                            example:
                              - display_priority: 36
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 3
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=ES
                          rent:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id:
                                  type: number
                                  example: 10
                                provider_name:
                                  type: string
                                  example: Amazon Video
                            example:
                              - display_priority: 36
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                      FI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 43
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 43
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=FI
                      FJ:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 12
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 12
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=FJ
                      FR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=FR
                      GB:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 9
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 9
                                provider_name: Amazon Prime Video
                              - display_priority: 135
                                logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                                provider_id: 2100
                                provider_name: Amazon Prime Video with Ads
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 48
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 48
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=GB
                      GF:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=GF
                      GG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 11
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 11
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=GG
                      GH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 16
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 16
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=GH
                      GI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=GI
                      GQ:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 14
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GQ
                      GR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 23
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 23
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=GR
                      GT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=GT
                      GY:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GY
                      HK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 5
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 38
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 38
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=HK
                      HN:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=HN
                      HR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 35
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 35
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=HR
                      HU:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 26
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=HU
                      ID:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 7
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 39
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 39
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=ID
                      IE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 43
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 43
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=IE
                      IL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=IL
                      IN:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 30
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=IN
                      IQ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 49
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 49
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=IQ
                      IS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 32
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=IS
                      IT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 15
                                logo_path: /6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg
                                provider_id: 109
                                provider_name: Timvision
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=IT
                      JM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 25
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=JM
                      JO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 51
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 51
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=JO
                      JP:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 9
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 4
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 9
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 52
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 52
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=JP
                      KE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 15
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=KE
                      KR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 14
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=KR
                      KW:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 50
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 50
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=KW
                      LB:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=LB
                      LC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 12
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 12
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=LC
                      LI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=LI
                      LT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=LT
                      LU:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 11
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 11
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LU
                      LV:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=LV
                      LY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=LY
                      MA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MA
                      MC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 26
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MC
                      MD:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 26
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MD
                      ME:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 6
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ME
                      MG:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MG
                      MK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MK
                      ML:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 6
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ML
                      MT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 26
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MT
                      MU:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 15
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MU
                      MW:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 3
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MW
                      MX:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 16
                                logo_path:
                                  type: string
                                  example: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id:
                                  type: number
                                  example: 73
                                provider_name:
                                  type: string
                                  example: Tubi TV
                            example:
                              - display_priority: 16
                                logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id: 73
                                provider_name: Tubi TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 78
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 78
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MX
                      MY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 9
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 31
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MY
                      MZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 17
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 17
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=MZ
                      NE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 27
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=NE
                      NG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 30
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=NG
                      NI:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 15
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=NI
                      NL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 84
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 84
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=NL
                      'NO':
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 42
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 42
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=NO
                      NZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 37
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 37
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=NZ
                      OM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 50
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 50
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=OM
                      PA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PA
                      PE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                              - display_priority: 34
                                logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg
                                provider_id: 2077
                                provider_name: Plex Channel
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PE
                      PF:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 11
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 11
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PF
                      PG:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PG
                      PH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 32
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PH
                      PK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 8
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PK
                      PL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 5
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 34
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 34
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PL
                      PS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PS
                      PT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 58
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 58
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PT
                      PY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 32
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=PY
                      QA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=QA
                      RO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 22
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 22
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=RO
                      RS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=RS
                      RU:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 30
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=RU
                      SA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 23
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 23
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=SA
                      SC:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 14
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SC
                      SE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 47
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 47
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=SE
                      SG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 30
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=SG
                      SI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=SI
                      SK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 38
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 38
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=SK
                      SM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=SM
                      SN:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 14
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SN
                      SV:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 33
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=SV
                      TC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 12
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 12
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=TC
                      TD:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 7
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TD
                      TH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 3
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=TH
                      TN:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 29
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=TN
                      TR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 6
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=TR
                      TT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 13
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=TT
                      TW:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 38
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 38
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=TW
                      TZ:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 32
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TZ
                      UA:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 8
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=UA
                      UG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 16
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 16
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=UG
                      US:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 44
                                logo_path:
                                  type: string
                                  example: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id:
                                  type: number
                                  example: 73
                                provider_name:
                                  type: string
                                  example: Tubi TV
                            example:
                              - display_priority: 44
                                logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                                provider_id: 73
                                provider_name: Tubi TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 9
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 9
                                provider_name: Amazon Prime Video
                              - display_priority: 257
                                logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                                provider_id: 2100
                                provider_name: Amazon Prime Video with Ads
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 134
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 134
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                              - display_priority: 135
                                logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg
                                provider_id: 2077
                                provider_name: Plex Channel
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=US
                      UY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 32
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=UY
                      VA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 0
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 7
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=VA
                      VE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 30
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=VE
                      XK:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 5
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=XK
                      YE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 28
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=YE
                      ZA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 30
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=ZA
                      ZM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id:
                                  type: number
                                  example: 119
                                provider_name:
                                  type: string
                                  example: Amazon Prime Video
                            example:
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 14
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/845781-red-one/watch?locale=ZM
                      ZW:
                        type: object
                        properties:
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id:
                                  type: number
                                  example: 538
                                provider_name:
                                  type: string
                                  example: Plex
                            example:
                              - display_priority: 6
                                logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                                provider_id: 538
                                provider_name: Plex
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ZW
              examples:
                Providers:
                  value:
                    id: 845781
                    results:
                      AD:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=AD
                      AE:
                        flatrate:
                          - display_priority: 9
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=AE
                      AG:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=AG
                      AL:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=AL
                      AR:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=AR
                      AT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 9
                            provider_name: Amazon Prime Video
                          - display_priority: 65
                            logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                            provider_id: 2100
                            provider_name: Amazon Prime Video with Ads
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=AT
                      AU:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=AU
                      BA:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BA
                      BB:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BB
                      BE:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BE
                      BG:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BG
                      BH:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BH
                      BM:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BM
                      BO:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BO
                      BR:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BR
                      BS:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=BS
                      CA:
                        flatrate:
                          - display_priority: 3
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 151
                            logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                            provider_id: 2100
                            provider_name: Amazon Prime Video with Ads
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=CA
                      CH:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=CH
                      CI:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=CI
                      CL:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=CL
                      CO:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=CO
                      CR:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=CR
                      CZ:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=CZ
                      DE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 9
                            provider_name: Amazon Prime Video
                          - display_priority: 155
                            logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                            provider_id: 2100
                            provider_name: Amazon Prime Video with Ads
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=DE
                      DK:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=DK
                      DO:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=DO
                      DZ:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=DZ
                      EC:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=EC
                      EE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=EE
                      EG:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=EG
                      ES:
                        flatrate:
                          - display_priority: 3
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=ES
                      FI:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=FI
                      FR:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=FR
                      GB:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 9
                            provider_name: Amazon Prime Video
                          - display_priority: 135
                            logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                            provider_id: 2100
                            provider_name: Amazon Prime Video with Ads
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=GB
                      GF:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=GF
                      GG:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=GG
                      GH:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=GH
                      GI:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=GI
                      GR:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=GR
                      GT:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=GT
                      HK:
                        flatrate:
                          - display_priority: 5
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=HK
                      HN:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=HN
                      HR:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=HR
                      HU:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=HU
                      ID:
                        flatrate:
                          - display_priority: 7
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=ID
                      IE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=IE
                      IL:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=IL
                      IN:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=IN
                      IQ:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=IQ
                      IS:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=IS
                      IT:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 15
                            logo_path: /6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg
                            provider_id: 109
                            provider_name: Timvision
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=IT
                      JM:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=JM
                      JO:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=JO
                      JP:
                        flatrate:
                          - display_priority: 4
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 9
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=JP
                      KE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=KE
                      KR:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=KR
                      KW:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=KW
                      LB:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=LB
                      LC:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=LC
                      LI:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=LI
                      LT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=LT
                      LV:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=LV
                      LY:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=LY
                      MA:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MA
                      MC:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MC
                      MD:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MD
                      MK:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MK
                      MT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MT
                      MX:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MX
                      MY:
                        flatrate:
                          - display_priority: 9
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MY
                      MZ:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=MZ
                      NE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=NE
                      NG:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=NG
                      NL:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=NL
                      'NO':
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=NO
                      NZ:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=NZ
                      OM:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=OM
                      PA:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PA
                      PE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PE
                      PF:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PF
                      PH:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PH
                      PK:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PK
                      PL:
                        flatrate:
                          - display_priority: 5
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PL
                      PS:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PS
                      PT:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PT
                      PY:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=PY
                      QA:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=QA
                      RO:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=RO
                      RS:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=RS
                      SA:
                        flatrate:
                          - display_priority: 23
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=SA
                      SE:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=SE
                      SG:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=SG
                      SI:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=SI
                      SK:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=SK
                      SM:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=SM
                      SV:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=SV
                      TC:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=TC
                      TH:
                        flatrate:
                          - display_priority: 3
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=TH
                      TN:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=TN
                      TR:
                        flatrate:
                          - display_priority: 6
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=TR
                      TT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=TT
                      TW:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=TW
                      UG:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=UG
                      US:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 9
                            provider_name: Amazon Prime Video
                          - display_priority: 257
                            logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg
                            provider_id: 2100
                            provider_name: Amazon Prime Video with Ads
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=US
                      UY:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=UY
                      VA:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=VA
                      VE:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=VE
                      YE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=YE
                      ZA:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=ZA
                      ZM:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: >-
                          https://www.themoviedb.org/movie/845781-red-one/watch?locale=ZM
                Providers(TV):
                  value:
                    id: 42705
                    results:
                      AD:
                        free:
                          - display_priority: 26
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AD
                      AG:
                        free:
                          - display_priority: 13
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AG
                      AL:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AL
                      AO:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AO
                      AR:
                        free:
                          - display_priority: 60
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AR
                      AT:
                        free:
                          - display_priority: 63
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AT
                      AU:
                        ads:
                          - display_priority: 25
                            logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                            provider_id: 73
                            provider_name: Tubi TV
                        free:
                          - display_priority: 46
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AU
                      AZ:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=AZ
                      BA:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BA
                      BB:
                        free:
                          - display_priority: 26
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BB
                      BE:
                        free:
                          - display_priority: 63
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BE
                      BF:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BF
                      BG:
                        free:
                          - display_priority: 21
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BG
                      BM:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BM
                      BO:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BO
                      BR:
                        flatrate:
                          - display_priority: 4
                            logo_path: /9HhIlyFlilVtx0sMTcPbhs5qR31.jpg
                            provider_id: 47
                            provider_name: Looke
                        free:
                          - display_priority: 82
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BR
                      BS:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BS
                      BY:
                        free:
                          - display_priority: 7
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BY
                      BZ:
                        free:
                          - display_priority: 11
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=BZ
                      CA:
                        ads:
                          - display_priority: 21
                            logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                            provider_id: 73
                            provider_name: Tubi TV
                        free:
                          - display_priority: 86
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CA
                      CH:
                        free:
                          - display_priority: 49
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CH
                      CI:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CI
                      CL:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CL
                      CM:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CM
                      CO:
                        free:
                          - display_priority: 34
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CO
                      CR:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CR
                      CV:
                        free:
                          - display_priority: 13
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CV
                      CY:
                        free:
                          - display_priority: 9
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CY
                      CZ:
                        free:
                          - display_priority: 32
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=CZ
                      DE:
                        free:
                          - display_priority: 55
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                          - display_priority: 159
                            logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg
                            provider_id: 2077
                            provider_name: Plex Channel
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=DE
                      DK:
                        free:
                          - display_priority: 41
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=DK
                      DO:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=DO
                      DZ:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=DZ
                      EC:
                        free:
                          - display_priority: 32
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=EC
                      EE:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=EE
                      ES:
                        buy:
                          - display_priority: 36
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ES
                        rent:
                          - display_priority: 36
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                      FI:
                        free:
                          - display_priority: 43
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=FI
                      FJ:
                        free:
                          - display_priority: 12
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=FJ
                      FR:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=FR
                      GB:
                        free:
                          - display_priority: 48
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GB
                      GF:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GF
                      GG:
                        free:
                          - display_priority: 11
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GG
                      GH:
                        free:
                          - display_priority: 16
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GH
                      GI:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GI
                      GQ:
                        free:
                          - display_priority: 14
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GQ
                      GR:
                        free:
                          - display_priority: 23
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GR
                      GT:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GT
                      GY:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=GY
                      HK:
                        free:
                          - display_priority: 38
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=HK
                      HN:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=HN
                      HR:
                        free:
                          - display_priority: 35
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=HR
                      HU:
                        free:
                          - display_priority: 26
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=HU
                      ID:
                        free:
                          - display_priority: 39
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ID
                      IE:
                        free:
                          - display_priority: 43
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=IE
                      IL:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=IL
                      IN:
                        free:
                          - display_priority: 30
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=IN
                      IQ:
                        free:
                          - display_priority: 49
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=IQ
                      IS:
                        free:
                          - display_priority: 32
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=IS
                      IT:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=IT
                      JM:
                        free:
                          - display_priority: 25
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=JM
                      JO:
                        free:
                          - display_priority: 51
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=JO
                      JP:
                        free:
                          - display_priority: 52
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=JP
                      KE:
                        free:
                          - display_priority: 15
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=KE
                      KR:
                        free:
                          - display_priority: 14
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=KR
                      KW:
                        free:
                          - display_priority: 50
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=KW
                      LB:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LB
                      LC:
                        free:
                          - display_priority: 12
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LC
                      LI:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LI
                      LT:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LT
                      LU:
                        free:
                          - display_priority: 11
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LU
                      LV:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LV
                      LY:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=LY
                      MA:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MA
                      MC:
                        free:
                          - display_priority: 26
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MC
                      MD:
                        free:
                          - display_priority: 26
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MD
                      ME:
                        free:
                          - display_priority: 6
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ME
                      MG:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MG
                      MK:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MK
                      ML:
                        free:
                          - display_priority: 6
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ML
                      MT:
                        free:
                          - display_priority: 26
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MT
                      MU:
                        free:
                          - display_priority: 15
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MU
                      MW:
                        free:
                          - display_priority: 3
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MW
                      MX:
                        ads:
                          - display_priority: 16
                            logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                            provider_id: 73
                            provider_name: Tubi TV
                        free:
                          - display_priority: 78
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MX
                      MY:
                        free:
                          - display_priority: 31
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MY
                      MZ:
                        free:
                          - display_priority: 17
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=MZ
                      NE:
                        free:
                          - display_priority: 27
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=NE
                      NG:
                        free:
                          - display_priority: 30
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=NG
                      NI:
                        free:
                          - display_priority: 15
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=NI
                      NL:
                        free:
                          - display_priority: 84
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=NL
                      'NO':
                        free:
                          - display_priority: 42
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=NO
                      NZ:
                        free:
                          - display_priority: 37
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=NZ
                      OM:
                        free:
                          - display_priority: 50
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=OM
                      PA:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PA
                      PE:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                          - display_priority: 34
                            logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg
                            provider_id: 2077
                            provider_name: Plex Channel
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PE
                      PF:
                        free:
                          - display_priority: 11
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PF
                      PG:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PG
                      PH:
                        free:
                          - display_priority: 32
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PH
                      PK:
                        free:
                          - display_priority: 8
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PK
                      PL:
                        free:
                          - display_priority: 34
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PL
                      PS:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PS
                      PT:
                        free:
                          - display_priority: 58
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PT
                      PY:
                        free:
                          - display_priority: 32
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=PY
                      RO:
                        free:
                          - display_priority: 22
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=RO
                      RS:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=RS
                      RU:
                        free:
                          - display_priority: 30
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=RU
                      SC:
                        free:
                          - display_priority: 14
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SC
                      SE:
                        free:
                          - display_priority: 47
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SE
                      SG:
                        free:
                          - display_priority: 30
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SG
                      SI:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SI
                      SK:
                        free:
                          - display_priority: 38
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SK
                      SM:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SM
                      SN:
                        free:
                          - display_priority: 14
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SN
                      SV:
                        free:
                          - display_priority: 33
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=SV
                      TC:
                        free:
                          - display_priority: 12
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TC
                      TD:
                        free:
                          - display_priority: 7
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TD
                      TH:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TH
                      TN:
                        free:
                          - display_priority: 29
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TN
                      TT:
                        free:
                          - display_priority: 13
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TT
                      TW:
                        free:
                          - display_priority: 38
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TW
                      TZ:
                        free:
                          - display_priority: 32
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=TZ
                      UA:
                        free:
                          - display_priority: 8
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=UA
                      UG:
                        free:
                          - display_priority: 16
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=UG
                      US:
                        ads:
                          - display_priority: 44
                            logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg
                            provider_id: 73
                            provider_name: Tubi TV
                        free:
                          - display_priority: 134
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                          - display_priority: 135
                            logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg
                            provider_id: 2077
                            provider_name: Plex Channel
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=US
                      UY:
                        free:
                          - display_priority: 32
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=UY
                      VA:
                        free:
                          - display_priority: 7
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=VA
                      VE:
                        free:
                          - display_priority: 30
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=VE
                      XK:
                        free:
                          - display_priority: 5
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=XK
                      YE:
                        free:
                          - display_priority: 28
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=YE
                      ZA:
                        free:
                          - display_priority: 30
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ZA
                      ZM:
                        free:
                          - display_priority: 14
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ZM
                      ZW:
                        free:
                          - display_priority: 6
                            logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg
                            provider_id: 538
                            provider_name: Plex
                        link: >-
                          https://www.themoviedb.org/movie/42705-haunted-boat/watch?locale=ZW

````