> ## 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 TV show.

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/tv/{{series_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/tv/{{series_id}}/watch/providers:
    parameters:
      - name: series_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Watch Providers
      description: >-
        Get the list of streaming providers we have for a TV show.


        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: watchProviders1
      responses:
        '200':
          description: Watch Providers
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=19336
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 10 Jan 2025 21:38:14 GMT
            ETag:
              schema:
                type: string
                example: W/"a66f0dfad00dd7065a9093727fbe5a4f"
            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 2c75ace4dd204c0629bda3cfca0f640c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: JcECXAXvxFTwR37v_p1yIWKCeravb41K99qlnlLf_vWXat1Ljpo74g==
            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: '2335'
            x-memc-expires:
              schema:
                type: string
                example: '19336'
            x-memc-key:
              schema:
                type: string
                example: 4a14f2f97f6aadf7a1d2b6b580b09319
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1429
                  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
                              - display_priority: 25
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AD
                      AE:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 25
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 14
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 25
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AE
                      AG:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AG
                      AL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AL
                      AR:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 45
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 45
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 45
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 45
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AR
                      AT:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id:
                                  type: number
                                  example: 10
                                provider_name:
                                  type: string
                                  example: Amazon Video
                            example:
                              - display_priority: 3
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 57
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 57
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 124
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AT
                      AU:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 57
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 57
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                                provider_id:
                                  type: number
                                  example: 2
                                provider_name:
                                  type: string
                                  example: Apple TV
                            example:
                              - display_priority: 10
                                logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                                provider_id: 2
                                provider_name: Apple TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 57
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 57
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 85
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AU
                      AZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 4
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=AZ
                      BA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BA
                      BB:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 24
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BB
                      BE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 41
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 41
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 70
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BE
                      BF:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 4
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BF
                      BG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 20
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 20
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BG
                      BH:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BH
                      BM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BM
                      BO:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BO
                      BR:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 11
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 11
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 11
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 11
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 110
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BR
                      BS:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 24
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 24
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BS
                      BY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 6
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BY
                      BZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 9
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=BZ
                      CA:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 124
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 124
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                                provider_id:
                                  type: number
                                  example: 2
                                provider_name:
                                  type: string
                                  example: Apple TV
                            example:
                              - display_priority: 6
                                logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                                provider_id: 2
                                provider_name: Apple TV
                              - display_priority: 23
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 12
                                logo_path:
                                  type: string
                                  example: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id:
                                  type: number
                                  example: 1968
                                provider_name:
                                  type: string
                                  example: Crunchyroll Amazon Channel
                            example:
                              - display_priority: 12
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                              - display_priority: 124
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CA
                      CD:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 2
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CD
                      CH:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 46
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 46
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          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
                              - display_priority: 46
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CH
                      CI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CI
                      CL:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 46
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CL
                      CO:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 47
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CO
                      CR:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CR
                      CV:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 12
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 12
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CV
                      CY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 8
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CY
                      CZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=CZ
                      DE:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id:
                                  type: number
                                  example: 10
                                provider_name:
                                  type: string
                                  example: Amazon Video
                            example:
                              - display_priority: 9
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 7
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 223
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=DE
                      DK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 39
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 39
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=DK
                      DO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=DO
                      DZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 25
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=DZ
                      EC:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=EC
                      EE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=EE
                      EG:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 40
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 40
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 30
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 40
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 45
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=EG
                      ES:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 73
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 73
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 3
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 63
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                              - display_priority: 73
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 110
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=ES
                      FI:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 40
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 40
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 40
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 40
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=FI
                      FJ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=FJ
                      FR:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg
                                provider_id:
                                  type: number
                                  example: 415
                                provider_name:
                                  type: string
                                  example: Animation Digital Network
                            example:
                              - display_priority: 24
                                logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg
                                provider_id: 415
                                provider_name: Animation Digital Network
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 5
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 24
                                logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg
                                provider_id: 415
                                provider_name: Animation Digital Network
                              - display_priority: 72
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                              - display_priority: 98
                                logo_path: /8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg
                                provider_id: 1967
                                provider_name: Molotov TV
                              - display_priority: 120
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=FR
                      GB:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 6
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                                provider_id:
                                  type: number
                                  example: 2
                                provider_name:
                                  type: string
                                  example: Apple TV
                            example:
                              - display_priority: 4
                                logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                                provider_id: 2
                                provider_name: Apple TV
                              - display_priority: 7
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                              - display_priority: 17
                                logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg
                                provider_id: 130
                                provider_name: Sky Store
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 6
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 12
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GB
                      GF:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GF
                      GG:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GG
                      GH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 15
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GH
                      GI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GI
                      GQ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 13
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GQ
                      GR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 22
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 22
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GR
                      GT:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GT
                      GY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 3
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=GY
                      HK:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id:
                                  type: number
                                  example: 158
                                provider_name:
                                  type: string
                                  example: Viu
                            example:
                              - display_priority: 8
                                logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id: 158
                                provider_name: Viu
                              - display_priority: 30
                                logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg
                                provider_id: 624
                                provider_name: KKTV
                              - display_priority: 31
                                logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg
                                provider_id: 625
                                provider_name: LINE TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 1
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 8
                                logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id: 158
                                provider_name: Viu
                              - display_priority: 32
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 37
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=HK
                      HN:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 30
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=HN
                      HR:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 33
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 33
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 33
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=HR
                      HU:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 25
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=HU
                      ID:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 17
                                logo_path:
                                  type: string
                                  example: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg
                                provider_id:
                                  type: number
                                  example: 489
                                provider_name:
                                  type: string
                                  example: Vidio
                            example:
                              - display_priority: 17
                                logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg
                                provider_id: 489
                                provider_name: Vidio
                              - display_priority: 34
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 5
                                logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg
                                provider_id: 159
                                provider_name: Catchplay
                              - display_priority: 7
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 17
                                logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg
                                provider_id: 489
                                provider_name: Vidio
                              - display_priority: 34
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 41
                                logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                                provider_id: 1899
                                provider_name: Max
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=ID
                      IE:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 39
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 39
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg
                                provider_id:
                                  type: number
                                  example: 130
                                provider_name:
                                  type: string
                                  example: Sky Store
                            example:
                              - display_priority: 9
                                logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg
                                provider_id: 130
                                provider_name: Sky Store
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 39
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 39
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=IE
                      IL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 9
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=IL
                      IN:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 86
                                logo_path:
                                  type: string
                                  example: /p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg
                                provider_id:
                                  type: number
                                  example: 2182
                                provider_name:
                                  type: string
                                  example: Anime Times Amazon Channel
                            example:
                              - display_priority: 86
                                logo_path: /p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg
                                provider_id: 2182
                                provider_name: Anime Times Amazon Channel
                          free:
                            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/tv/1429/watch?locale=IN
                      IQ:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 35
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 35
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 10
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 35
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=IQ
                      IS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=IS
                      IT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - 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
                              - display_priority: 63
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                              - display_priority: 73
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 109
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=IT
                      JM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 23
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 23
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=JM
                      JO:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=JO
                      JP:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 3
                                logo_path: /a5T7vNaGvoeckYO6rQkHolvyYf4.jpg
                                provider_id: 84
                                provider_name: U-NEXT
                              - display_priority: 4
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 9
                                provider_name: Amazon Prime Video
                              - display_priority: 27
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          free:
                            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
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=JP
                          rent:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id:
                                  type: number
                                  example: 10
                                provider_name:
                                  type: string
                                  example: Amazon Video
                            example:
                              - display_priority: 5
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                      KE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 14
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=KE
                      KR:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 4
                                logo_path: /5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg
                                provider_id: 97
                                provider_name: Watcha
                              - display_priority: 28
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=KR
                      KW:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=KW
                      LB:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 10
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=LB
                      LC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=LC
                      LI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=LI
                      LT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=LT
                      LU:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 9
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=LU
                      LV:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=LV
                      LY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 25
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=LY
                      MA:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 24
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MA
                      MC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 25
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MC
                      MD:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 24
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MD
                      ME:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 5
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=ME
                      MK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MK
                      MT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 24
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MT
                      MU:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 14
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MU
                      MX:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 4
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 4
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 105
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MX
                      MY:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id:
                                  type: number
                                  example: 158
                                provider_name:
                                  type: string
                                  example: Viu
                            example:
                              - display_priority: 3
                                logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id: 158
                                provider_name: Viu
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 1
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 9
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 33
                                logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                                provider_id: 1899
                                provider_name: Max
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MY
                      MZ:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 15
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 15
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=MZ
                      NE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 26
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=NE
                      NG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=NG
                      NI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 9
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=NI
                      NL:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 67
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 67
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 67
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 67
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 94
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=NL
                      'NO':
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 41
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 41
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 41
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 41
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=NO
                      NZ:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 35
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 35
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 35
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 35
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=NZ
                      OM:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=OM
                      PA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PA
                      PE:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PE
                      PF:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PF
                      PH:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id:
                                  type: number
                                  example: 158
                                provider_name:
                                  type: string
                                  example: Viu
                            example:
                              - display_priority: 6
                                logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id: 158
                                provider_name: Viu
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 6
                                logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id: 158
                                provider_name: Viu
                              - display_priority: 29
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 30
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 34
                                logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                                provider_id: 1899
                                provider_name: Max
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PH
                      PL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 47
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PL
                      PS:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 10
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PS
                      PT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 1
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 2
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 39
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PT
                      PY:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=PY
                      QA:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=QA
                      RO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 21
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 21
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=RO
                      RS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=RS
                      RU:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 20
                                logo_path:
                                  type: string
                                  example: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg
                                provider_id:
                                  type: number
                                  example: 577
                                provider_name:
                                  type: string
                                  example: TvIgle
                            example:
                              - display_priority: 20
                                logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg
                                provider_id: 577
                                provider_name: TvIgle
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 22
                                logo_path:
                                  type: string
                                  example: /51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg
                                provider_id:
                                  type: number
                                  example: 117
                                provider_name:
                                  type: string
                                  example: Kinopoisk
                            example:
                              - display_priority: 22
                                logo_path: /51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg
                                provider_id: 117
                                provider_name: Kinopoisk
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=RU
                      SA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 28
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SA
                      SC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 13
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SC
                      SE:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 42
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 42
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id:
                                  type: number
                                  example: 1968
                                provider_name:
                                  type: string
                                  example: Crunchyroll Amazon Channel
                            example:
                              - display_priority: 13
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                              - display_priority: 42
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SE
                      SG:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 4
                                logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg
                                provider_id: 159
                                provider_name: Catchplay
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 32
                                logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                                provider_id: 1899
                                provider_name: Max
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SG
                      SI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SI
                      SK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 36
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 36
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SK
                      SM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 1
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SM
                      SN:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 13
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SN
                      SV:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 29
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=SV
                      TC:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=TC
                      TD:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 6
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 6
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 6
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=TD
                      TH:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 22
                                logo_path:
                                  type: string
                                  example: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id:
                                  type: number
                                  example: 158
                                provider_name:
                                  type: string
                                  example: Viu
                            example:
                              - display_priority: 22
                                logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id: 158
                                provider_name: Viu
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 1
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 3
                                logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                                provider_id: 119
                                provider_name: Amazon Prime Video
                              - display_priority: 22
                                logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                                provider_id: 158
                                provider_name: Viu
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 30
                                logo_path: /kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg
                                provider_id: 2283
                                provider_name: Monomax
                              - display_priority: 32
                                logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                                provider_id: 1899
                                provider_name: Max
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=TH
                      TN:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 28
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id:
                                  type: number
                                  example: 1715
                                provider_name:
                                  type: string
                                  example: Shahid VIP
                            example:
                              - display_priority: 25
                                logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                                provider_id: 1715
                                provider_name: Shahid VIP
                              - display_priority: 28
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=TN
                      TT:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 10
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 10
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=TT
                      TW:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg
                                provider_id:
                                  type: number
                                  example: 624
                                provider_name:
                                  type: string
                                  example: KKTV
                            example:
                              - display_priority: 31
                                logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg
                                provider_id: 624
                                provider_name: KKTV
                              - display_priority: 32
                                logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg
                                provider_id: 625
                                provider_name: LINE TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 0
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 13
                                logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg
                                provider_id: 159
                                provider_name: Catchplay
                              - display_priority: 31
                                logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg
                                provider_id: 624
                                provider_name: KKTV
                              - display_priority: 40
                                logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                                provider_id: 1899
                                provider_name: Max
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=TW
                      TZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=TZ
                      UA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 7
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=UA
                      UG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 15
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=UG
                      US:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 8
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id:
                                  type: number
                                  example: 10
                                provider_name:
                                  type: string
                                  example: Amazon Video
                            example:
                              - display_priority: 5
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                              - display_priority: 6
                                logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                                provider_id: 2
                                provider_name: Apple TV
                              - display_priority: 16
                                logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                                provider_id: 3
                                provider_name: Google Play Movies
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg
                                provider_id:
                                  type: number
                                  example: 15
                                provider_name:
                                  type: string
                                  example: Hulu
                            example:
                              - display_priority: 7
                                logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg
                                provider_id: 15
                                provider_name: Hulu
                              - display_priority: 8
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                              - display_priority: 13
                                logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                                provider_id: 1968
                                provider_name: Crunchyroll Amazon Channel
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 100
                                logo_path:
                                  type: string
                                  example: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                                provider_id:
                                  type: number
                                  example: 318
                                provider_name:
                                  type: string
                                  example: Adult Swim
                            example:
                              - display_priority: 100
                                logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                                provider_id: 318
                                provider_name: Adult Swim
                              - display_priority: 127
                                logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg
                                provider_id: 486
                                provider_name: Spectrum On Demand
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=US
                      UY:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 31
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/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
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=VA
                      VE:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=VE
                      XK:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 4
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 4
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=XK
                      YE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=YE
                      ZA:
                        type: object
                        properties:
                          ads:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 27
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=ZA
                      ZM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id:
                                  type: number
                                  example: 283
                                provider_name:
                                  type: string
                                  example: Crunchyroll
                            example:
                              - display_priority: 13
                                logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                                provider_id: 283
                                provider_name: Crunchyroll
                          link:
                            type: string
                            example: https://www.themoviedb.org/tv/1429/watch?locale=ZM
              examples:
                Watch Providers:
                  value:
                    id: 1429
                    results:
                      AD:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 25
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AD
                      AE:
                        ads:
                          - display_priority: 25
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 14
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 25
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AE
                      AG:
                        ads:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AG
                      AL:
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AL
                      AR:
                        ads:
                          - display_priority: 45
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 45
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AR
                      AT:
                        buy:
                          - display_priority: 3
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                        flatrate:
                          - display_priority: 57
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 124
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AT
                      AU:
                        ads:
                          - display_priority: 57
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        buy:
                          - display_priority: 10
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                        flatrate:
                          - display_priority: 57
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 85
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AU
                      AZ:
                        flatrate:
                          - display_priority: 4
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=AZ
                      BA:
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BA
                      BB:
                        flatrate:
                          - display_priority: 24
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BB
                      BE:
                        flatrate:
                          - display_priority: 41
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 70
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BE
                      BF:
                        flatrate:
                          - display_priority: 4
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BF
                      BG:
                        flatrate:
                          - display_priority: 20
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BG
                      BH:
                        ads:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BH
                      BM:
                        flatrate:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BM
                      BO:
                        ads:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BO
                      BR:
                        ads:
                          - display_priority: 11
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 11
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 110
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BR
                      BS:
                        ads:
                          - display_priority: 24
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 24
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BS
                      BY:
                        flatrate:
                          - display_priority: 6
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BY
                      BZ:
                        flatrate:
                          - display_priority: 9
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=BZ
                      CA:
                        ads:
                          - display_priority: 124
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        buy:
                          - display_priority: 6
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 23
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 12
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                          - display_priority: 124
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CA
                      CD:
                        flatrate:
                          - display_priority: 2
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CD
                      CH:
                        ads:
                          - display_priority: 46
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 46
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CH
                      CI:
                        flatrate:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CI
                      CL:
                        ads:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 46
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CL
                      CO:
                        ads:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 47
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CO
                      CR:
                        ads:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CR
                      CV:
                        flatrate:
                          - display_priority: 12
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CV
                      CY:
                        flatrate:
                          - display_priority: 8
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CY
                      CZ:
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=CZ
                      DE:
                        buy:
                          - display_priority: 9
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                        flatrate:
                          - display_priority: 7
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 223
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=DE
                      DK:
                        flatrate:
                          - display_priority: 39
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=DK
                      DO:
                        flatrate:
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=DO
                      DZ:
                        flatrate:
                          - display_priority: 25
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=DZ
                      EC:
                        ads:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=EC
                      EE:
                        flatrate:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=EE
                      EG:
                        ads:
                          - display_priority: 40
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 30
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 40
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 45
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: https://www.themoviedb.org/tv/1429/watch?locale=EG
                      ES:
                        ads:
                          - display_priority: 73
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 3
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 63
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                          - display_priority: 73
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 110
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=ES
                      FI:
                        ads:
                          - display_priority: 40
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 40
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=FI
                      FJ:
                        flatrate:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=FJ
                      FR:
                        ads:
                          - display_priority: 24
                            logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg
                            provider_id: 415
                            provider_name: Animation Digital Network
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 5
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 24
                            logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg
                            provider_id: 415
                            provider_name: Animation Digital Network
                          - display_priority: 72
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                          - display_priority: 98
                            logo_path: /8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg
                            provider_id: 1967
                            provider_name: Molotov TV
                          - display_priority: 120
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=FR
                      GB:
                        ads:
                          - display_priority: 6
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        buy:
                          - display_priority: 4
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 7
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                          - display_priority: 17
                            logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg
                            provider_id: 130
                            provider_name: Sky Store
                        flatrate:
                          - display_priority: 6
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 12
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GB
                      GF:
                        flatrate:
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GF
                      GG:
                        ads:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GG
                      GH:
                        flatrate:
                          - display_priority: 15
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GH
                      GI:
                        flatrate:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GI
                      GQ:
                        flatrate:
                          - display_priority: 13
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GQ
                      GR:
                        flatrate:
                          - display_priority: 22
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GR
                      GT:
                        ads:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GT
                      GY:
                        flatrate:
                          - display_priority: 3
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=GY
                      HK:
                        ads:
                          - display_priority: 8
                            logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                            provider_id: 158
                            provider_name: Viu
                          - display_priority: 30
                            logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg
                            provider_id: 624
                            provider_name: KKTV
                          - display_priority: 31
                            logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg
                            provider_id: 625
                            provider_name: LINE TV
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 8
                            logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                            provider_id: 158
                            provider_name: Viu
                          - display_priority: 32
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 37
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=HK
                      HN:
                        ads:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=HN
                      HR:
                        ads:
                          - display_priority: 33
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 33
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=HR
                      HU:
                        flatrate:
                          - display_priority: 25
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=HU
                      ID:
                        ads:
                          - display_priority: 17
                            logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg
                            provider_id: 489
                            provider_name: Vidio
                          - display_priority: 34
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 5
                            logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg
                            provider_id: 159
                            provider_name: Catchplay
                          - display_priority: 7
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 17
                            logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg
                            provider_id: 489
                            provider_name: Vidio
                          - display_priority: 34
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 41
                            logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                            provider_id: 1899
                            provider_name: Max
                        link: https://www.themoviedb.org/tv/1429/watch?locale=ID
                      IE:
                        ads:
                          - display_priority: 39
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        buy:
                          - display_priority: 9
                            logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg
                            provider_id: 130
                            provider_name: Sky Store
                        flatrate:
                          - display_priority: 39
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=IE
                      IL:
                        flatrate:
                          - display_priority: 9
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                        link: https://www.themoviedb.org/tv/1429/watch?locale=IL
                      IN:
                        flatrate:
                          - display_priority: 86
                            logo_path: /p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg
                            provider_id: 2182
                            provider_name: Anime Times Amazon Channel
                        free:
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: https://www.themoviedb.org/tv/1429/watch?locale=IN
                      IQ:
                        ads:
                          - display_priority: 35
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 10
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 35
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=IQ
                      IS:
                        flatrate:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=IS
                      IT:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - 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
                          - display_priority: 63
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                          - display_priority: 73
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 109
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=IT
                      JM:
                        flatrate:
                          - display_priority: 23
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=JM
                      JO:
                        ads:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=JO
                      JP:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 3
                            logo_path: /a5T7vNaGvoeckYO6rQkHolvyYf4.jpg
                            provider_id: 84
                            provider_name: U-NEXT
                          - display_priority: 4
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 9
                            provider_name: Amazon Prime Video
                          - display_priority: 27
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        free:
                          - display_priority: 4
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 9
                            provider_name: Amazon Prime Video
                        link: https://www.themoviedb.org/tv/1429/watch?locale=JP
                        rent:
                          - display_priority: 5
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                      KE:
                        flatrate:
                          - display_priority: 14
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=KE
                      KR:
                        ads:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 4
                            logo_path: /5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg
                            provider_id: 97
                            provider_name: Watcha
                          - display_priority: 28
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=KR
                      KW:
                        ads:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=KW
                      LB:
                        flatrate:
                          - display_priority: 10
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=LB
                      LC:
                        flatrate:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=LC
                      LI:
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=LI
                      LT:
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=LT
                      LU:
                        flatrate:
                          - display_priority: 9
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=LU
                      LV:
                        ads:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=LV
                      LY:
                        flatrate:
                          - display_priority: 25
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=LY
                      MA:
                        ads:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 24
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MA
                      MC:
                        flatrate:
                          - display_priority: 25
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MC
                      MD:
                        flatrate:
                          - display_priority: 24
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MD
                      ME:
                        flatrate:
                          - display_priority: 5
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=ME
                      MK:
                        flatrate:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MK
                      MT:
                        flatrate:
                          - display_priority: 24
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MT
                      MU:
                        flatrate:
                          - display_priority: 14
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MU
                      MX:
                        ads:
                          - display_priority: 4
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 4
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 105
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MX
                      MY:
                        ads:
                          - display_priority: 3
                            logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                            provider_id: 158
                            provider_name: Viu
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 9
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 33
                            logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                            provider_id: 1899
                            provider_name: Max
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MY
                      MZ:
                        ads:
                          - display_priority: 15
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 15
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=MZ
                      NE:
                        flatrate:
                          - display_priority: 26
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=NE
                      NG:
                        flatrate:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=NG
                      NI:
                        flatrate:
                          - display_priority: 9
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=NI
                      NL:
                        ads:
                          - display_priority: 67
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 67
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 94
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=NL
                      'NO':
                        ads:
                          - display_priority: 41
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 41
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=NO
                      NZ:
                        ads:
                          - display_priority: 35
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 35
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=NZ
                      OM:
                        ads:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=OM
                      PA:
                        flatrate:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PA
                      PE:
                        ads:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PE
                      PF:
                        flatrate:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PF
                      PH:
                        ads:
                          - display_priority: 6
                            logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                            provider_id: 158
                            provider_name: Viu
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 6
                            logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                            provider_id: 158
                            provider_name: Viu
                          - display_priority: 29
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 30
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 34
                            logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                            provider_id: 1899
                            provider_name: Max
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PH
                      PL:
                        flatrate:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 47
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PL
                      PS:
                        ads:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 10
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PS
                      PT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 2
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 39
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PT
                      PY:
                        ads:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=PY
                      QA:
                        ads:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=QA
                      RO:
                        flatrate:
                          - display_priority: 21
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=RO
                      RS:
                        flatrate:
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=RS
                      RU:
                        ads:
                          - display_priority: 20
                            logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg
                            provider_id: 577
                            provider_name: TvIgle
                        flatrate:
                          - display_priority: 22
                            logo_path: /51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg
                            provider_id: 117
                            provider_name: Kinopoisk
                        link: https://www.themoviedb.org/tv/1429/watch?locale=RU
                      SA:
                        flatrate:
                          - display_priority: 28
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SA
                      SC:
                        flatrate:
                          - display_priority: 13
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SC
                      SE:
                        ads:
                          - display_priority: 42
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 13
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                          - display_priority: 42
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SE
                      SG:
                        ads:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 4
                            logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg
                            provider_id: 159
                            provider_name: Catchplay
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 32
                            logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                            provider_id: 1899
                            provider_name: Max
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SG
                      SI:
                        flatrate:
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SI
                      SK:
                        flatrate:
                          - display_priority: 36
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SK
                      SM:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 1
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SM
                      SN:
                        flatrate:
                          - display_priority: 13
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SN
                      SV:
                        ads:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 29
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=SV
                      TC:
                        ads:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=TC
                      TD:
                        ads:
                          - display_priority: 6
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 6
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=TD
                      TH:
                        ads:
                          - display_priority: 22
                            logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                            provider_id: 158
                            provider_name: Viu
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 3
                            logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg
                            provider_id: 119
                            provider_name: Amazon Prime Video
                          - display_priority: 22
                            logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg
                            provider_id: 158
                            provider_name: Viu
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 30
                            logo_path: /kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg
                            provider_id: 2283
                            provider_name: Monomax
                          - display_priority: 32
                            logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                            provider_id: 1899
                            provider_name: Max
                        link: https://www.themoviedb.org/tv/1429/watch?locale=TH
                      TN:
                        ads:
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 25
                            logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg
                            provider_id: 1715
                            provider_name: Shahid VIP
                          - display_priority: 28
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=TN
                      TT:
                        ads:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 10
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=TT
                      TW:
                        ads:
                          - display_priority: 31
                            logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg
                            provider_id: 624
                            provider_name: KKTV
                          - display_priority: 32
                            logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg
                            provider_id: 625
                            provider_name: LINE TV
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 13
                            logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg
                            provider_id: 159
                            provider_name: Catchplay
                          - display_priority: 31
                            logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg
                            provider_id: 624
                            provider_name: KKTV
                          - display_priority: 40
                            logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg
                            provider_id: 1899
                            provider_name: Max
                        link: https://www.themoviedb.org/tv/1429/watch?locale=TW
                      TZ:
                        flatrate:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=TZ
                      UA:
                        flatrate:
                          - display_priority: 7
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=UA
                      UG:
                        flatrate:
                          - display_priority: 15
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=UG
                      US:
                        ads:
                          - display_priority: 8
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        buy:
                          - display_priority: 5
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                          - display_priority: 6
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 16
                            logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                            provider_id: 3
                            provider_name: Google Play Movies
                        flatrate:
                          - display_priority: 7
                            logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg
                            provider_id: 15
                            provider_name: Hulu
                          - display_priority: 8
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                          - display_priority: 13
                            logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg
                            provider_id: 1968
                            provider_name: Crunchyroll Amazon Channel
                        free:
                          - display_priority: 100
                            logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                            provider_id: 318
                            provider_name: Adult Swim
                          - display_priority: 127
                            logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg
                            provider_id: 486
                            provider_name: Spectrum On Demand
                        link: https://www.themoviedb.org/tv/1429/watch?locale=US
                      UY:
                        ads:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 31
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/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/tv/1429/watch?locale=VA
                      VE:
                        ads:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=VE
                      XK:
                        ads:
                          - display_priority: 4
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 4
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=XK
                      YE:
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=YE
                      ZA:
                        ads:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        flatrate:
                          - display_priority: 27
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=ZA
                      ZM:
                        flatrate:
                          - display_priority: 13
                            logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg
                            provider_id: 283
                            provider_name: Crunchyroll
                        link: https://www.themoviedb.org/tv/1429/watch?locale=ZM

````