> ## 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 season.

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


        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: watchProviders2
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en-US
      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=6821
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 11 Jan 2025 16:32:28 GMT
            ETag:
              schema:
                type: string
                example: W/"d77f57e1d881295ebf40614ba202e18b"
            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 ef212a3d9b7a6edd15e1293f0bf1420e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: g_5JTGeaBSzrmsxcRvfnORWlq6jl4ERUipA13eBMG3gEMv-Pp59qfg==
            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: '20739'
            x-memc-expires:
              schema:
                type: string
                example: '6821'
            x-memc-key:
              schema:
                type: string
                example: 37c35841154af35aa589abdc931b33a5
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 3578
                  results:
                    type: object
                    properties:
                      AD:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AD
                      AE:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AE
                      AG:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AG
                      AL:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AL
                      AO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 4
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AO
                      AR:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/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
                              - display_priority: 7
                                logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                                provider_id: 3
                                provider_name: Google Play Movies
                              - display_priority: 12
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                              - display_priority: 14
                                logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg
                                provider_id: 20
                                provider_name: maxdome Store
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AT
                      AU:
                        type: object
                        properties:
                          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
                              - display_priority: 17
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                              - display_priority: 31
                                logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg
                                provider_id: 436
                                provider_name: Fetch TV
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg
                                provider_id:
                                  type: number
                                  example: 21
                                provider_name:
                                  type: string
                                  example: Stan
                            example:
                              - display_priority: 9
                                logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg
                                provider_id: 21
                                provider_name: Stan
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AU
                      AZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 2
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AZ
                      BA:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BA
                      BB:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BB
                      BE:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BE
                      BG:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BG
                      BH:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BH
                      BO:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BO
                      BR:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - display_priority: 15
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          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: 45
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BR
                      BS:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BS
                      BY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 5
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BY
                      BZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 7
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BZ
                      CA:
                        type: object
                        properties:
                          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: 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: 110
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CA
                      CH:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                                provider_id:
                                  type: number
                                  example: 3
                                provider_name:
                                  type: string
                                  example: Google Play Movies
                            example:
                              - display_priority: 5
                                logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                                provider_id: 3
                                provider_name: Google Play Movies
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CH
                      CI:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CI
                      CL:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CL
                      CM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 4
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CM
                      CO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 2
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CO
                      CR:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CR
                      CU:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CU
                      CV:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CV
                      CY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 7
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CY
                      CZ:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CZ
                      DE:
                        type: object
                        properties:
                          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: 9
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                              - display_priority: 17
                                logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg
                                provider_id: 35
                                provider_name: Rakuten TV
                              - display_priority: 18
                                logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg
                                provider_id: 20
                                provider_name: maxdome Store
                              - display_priority: 24
                                logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg
                                provider_id: 178
                                provider_name: MagentaTV
                              - display_priority: 144
                                logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg
                                provider_id: 1993
                                provider_name: Videoload
                          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: 102
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DE
                      DK:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 16
                                logo_path:
                                  type: string
                                  example: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                                provider_id:
                                  type: number
                                  example: 423
                                provider_name:
                                  type: string
                                  example: Blockbuster
                            example:
                              - display_priority: 16
                                logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                                provider_id: 423
                                provider_name: Blockbuster
                              - display_priority: 17
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DK
                          rent:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 17
                                logo_path:
                                  type: string
                                  example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id:
                                  type: number
                                  example: 426
                                provider_name:
                                  type: string
                                  example: SF Anytime
                            example:
                              - display_priority: 17
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                      DO:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DO
                      DZ:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DZ
                      EC:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=EC
                      EE:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=EE
                      EG:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=EG
                      ES:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 18
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - display_priority: 18
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          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: 63
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ES
                      FI:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 15
                                logo_path:
                                  type: string
                                  example: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                                provider_id:
                                  type: number
                                  example: 423
                                provider_name:
                                  type: string
                                  example: Blockbuster
                            example:
                              - display_priority: 15
                                logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                                provider_id: 423
                                provider_name: Blockbuster
                              - display_priority: 16
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=FI
                          rent:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 16
                                logo_path:
                                  type: string
                                  example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id:
                                  type: number
                                  example: 426
                                provider_name:
                                  type: string
                                  example: SF Anytime
                            example:
                              - display_priority: 16
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                      FJ:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=FJ
                      FR:
                        type: object
                        properties:
                          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: 11
                                logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg
                                provider_id: 61
                                provider_name: Orange VOD
                              - display_priority: 14
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                              - display_priority: 20
                                logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg
                                provider_id: 35
                                provider_name: Rakuten TV
                              - display_priority: 121
                                logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg
                                provider_id: 2286
                                provider_name: VIVA by videofutur
                              - display_priority: 124
                                logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg
                                provider_id: 2307
                                provider_name: Premiere Max
                          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: 72
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=FR
                      GB:
                        type: object
                        properties:
                          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: 5
                                logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg
                                provider_id: 35
                                provider_name: Rakuten 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
                              - display_priority: 18
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          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: 98
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GB
                      GF:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GF
                      GG:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GG
                      GH:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GH
                      GQ:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GQ
                      GR:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GR
                      GT:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GT
                      HK:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=HK
                      HN:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=HN
                      HU:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=HU
                      ID:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ID
                      IE:
                        type: object
                        properties:
                          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
                              - display_priority: 13
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IE
                      IL:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IL
                      IN:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IN
                      IQ:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IQ
                      IS:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IS
                      IT:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 23
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - 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: 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: 63
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IT
                      JM:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=JM
                      JO:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=JO
                      JP:
                        type: object
                        properties:
                          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: 8
                                logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                                provider_id: 3
                                provider_name: Google Play Movies
                          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: 27
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/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: 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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=KE
                      KR:
                        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: 28
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=KR
                      KW:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=KW
                      LB:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LB
                      LC:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LC
                      LI:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LI
                      LT:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LT
                      LU:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 8
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LU
                      LV:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LV
                      LY:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LY
                      MA:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MA
                      MC:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MC
                      ME:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 4
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ME
                      MG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 4
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 4
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MG
                      MK:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MK
                      ML:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 5
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ML
                      MT:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MT
                      MU:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MU
                      MX:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - display_priority: 13
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 8
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                              - display_priority: 46
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MX
                      MZ:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MZ
                      NE:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NE
                      NG:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NG
                      NI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 11
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 11
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NI
                      NL:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - display_priority: 14
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NL
                      'NO':
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - display_priority: 9
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                              - display_priority: 16
                                logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                                provider_id: 423
                                provider_name: Blockbuster
                              - display_priority: 17
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NO
                          rent:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 17
                                logo_path:
                                  type: string
                                  example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id:
                                  type: number
                                  example: 426
                                provider_name:
                                  type: string
                                  example: SF Anytime
                            example:
                              - display_priority: 17
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                      NZ:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 9
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - display_priority: 9
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg
                                provider_id:
                                  type: number
                                  example: 273
                                provider_name:
                                  type: string
                                  example: Neon TV
                            example:
                              - display_priority: 3
                                logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg
                                provider_id: 273
                                provider_name: Neon TV
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NZ
                      OM:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=OM
                      PA:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PA
                      PE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 2
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PE
                      PF:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PF
                      PH:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PH
                      PK:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PK
                      PL:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PL
                      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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PT
                      PY:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PY
                      QA:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=QA
                      RO:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=RO
                      RS:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=RS
                      SA:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SA
                      SC:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SC
                      SE:
                        type: object
                        properties:
                          buy:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 8
                                logo_path:
                                  type: string
                                  example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id:
                                  type: number
                                  example: 68
                                provider_name:
                                  type: string
                                  example: Microsoft Store
                            example:
                              - display_priority: 8
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                              - display_priority: 16
                                logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                                provider_id: 423
                                provider_name: Blockbuster
                              - display_priority: 17
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                          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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SE
                          rent:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 17
                                logo_path:
                                  type: string
                                  example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id:
                                  type: number
                                  example: 426
                                provider_name:
                                  type: string
                                  example: SF Anytime
                            example:
                              - display_priority: 17
                                logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                                provider_id: 426
                                provider_name: SF Anytime
                      SG:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SG
                      SI:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SI
                      SK:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SM
                      SN:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SN
                      SV:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SV
                      TC:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TC
                      TD:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 5
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TD
                      TH:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TH
                      TN:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TN
                      TR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 3
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TR
                      TT:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TT
                      TW:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TW
                      TZ:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TZ
                      UG:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=UG
                      US:
                        type: object
                        properties:
                          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
                              - display_priority: 37
                                logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg
                                provider_id: 7
                                provider_name: Fandango At Home
                              - display_priority: 47
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          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: 175
                                logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                                provider_id: 1796
                                provider_name: Netflix basic with Ads
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=US
                      UY:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=UY
                      VE:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=VE
                      YE:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=YE
                      ZA:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ZA
                      ZM:
                        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
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ZM
                      ZW:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id:
                                  type: number
                                  example: 8
                                provider_name:
                                  type: string
                                  example: Netflix
                            example:
                              - display_priority: 5
                                logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                                provider_id: 8
                                provider_name: Netflix
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ZW
              examples:
                Watch Providers:
                  value:
                    id: 3578
                    results:
                      AD:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AD
                      AE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AE
                      AG:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AG
                      AL:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AL
                      AO:
                        flatrate:
                          - display_priority: 4
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AO
                      AR:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AR
                      AT:
                        buy:
                          - display_priority: 3
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                          - display_priority: 7
                            logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                            provider_id: 3
                            provider_name: Google Play Movies
                          - display_priority: 12
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                          - display_priority: 14
                            logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg
                            provider_id: 20
                            provider_name: maxdome Store
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AT
                      AU:
                        buy:
                          - display_priority: 10
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 17
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                          - display_priority: 31
                            logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg
                            provider_id: 436
                            provider_name: Fetch TV
                        flatrate:
                          - display_priority: 9
                            logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg
                            provider_id: 21
                            provider_name: Stan
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AU
                      AZ:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=AZ
                      BA:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BA
                      BB:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BB
                      BE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BE
                      BG:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BG
                      BH:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BH
                      BO:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BO
                      BR:
                        buy:
                          - display_priority: 15
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 45
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BR
                      BS:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BS
                      BY:
                        flatrate:
                          - display_priority: 5
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BY
                      BZ:
                        flatrate:
                          - display_priority: 7
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=BZ
                      CA:
                        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: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 110
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CA
                      CH:
                        buy:
                          - display_priority: 5
                            logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                            provider_id: 3
                            provider_name: Google Play Movies
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CH
                      CI:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CI
                      CL:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CL
                      CM:
                        flatrate:
                          - display_priority: 4
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CM
                      CO:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CO
                      CR:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CR
                      CU:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CU
                      CV:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CV
                      CY:
                        flatrate:
                          - display_priority: 7
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CY
                      CZ:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=CZ
                      DE:
                        buy:
                          - display_priority: 4
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 9
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                          - display_priority: 17
                            logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg
                            provider_id: 35
                            provider_name: Rakuten TV
                          - display_priority: 18
                            logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg
                            provider_id: 20
                            provider_name: maxdome Store
                          - display_priority: 24
                            logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg
                            provider_id: 178
                            provider_name: MagentaTV
                          - display_priority: 144
                            logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg
                            provider_id: 1993
                            provider_name: Videoload
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 102
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DE
                      DK:
                        buy:
                          - display_priority: 16
                            logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                            provider_id: 423
                            provider_name: Blockbuster
                          - display_priority: 17
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DK
                        rent:
                          - display_priority: 17
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                      DO:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DO
                      DZ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=DZ
                      EC:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=EC
                      EE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=EE
                      EG:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=EG
                      ES:
                        buy:
                          - display_priority: 18
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 63
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ES
                      FI:
                        buy:
                          - display_priority: 15
                            logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                            provider_id: 423
                            provider_name: Blockbuster
                          - display_priority: 16
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=FI
                        rent:
                          - display_priority: 16
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                      FJ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=FJ
                      FR:
                        buy:
                          - display_priority: 4
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 11
                            logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg
                            provider_id: 61
                            provider_name: Orange VOD
                          - display_priority: 14
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                          - display_priority: 20
                            logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg
                            provider_id: 35
                            provider_name: Rakuten TV
                          - display_priority: 121
                            logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg
                            provider_id: 2286
                            provider_name: VIVA by videofutur
                          - display_priority: 124
                            logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg
                            provider_id: 2307
                            provider_name: Premiere Max
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 72
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=FR
                      GB:
                        buy:
                          - display_priority: 4
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 5
                            logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg
                            provider_id: 35
                            provider_name: Rakuten 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
                          - display_priority: 18
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 98
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GB
                      GF:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GF
                      GG:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GG
                      GH:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GH
                      GQ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GQ
                      GR:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GR
                      GT:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=GT
                      HK:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=HK
                      HN:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=HN
                      HU:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=HU
                      ID:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ID
                      IE:
                        buy:
                          - display_priority: 9
                            logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg
                            provider_id: 130
                            provider_name: Sky Store
                          - display_priority: 13
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IE
                      IL:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IL
                      IN:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IN
                      IQ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IQ
                      IS:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IS
                      IT:
                        buy:
                          - display_priority: 23
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 63
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=IT
                      JM:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=JM
                      JO:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=JO
                      JP:
                        buy:
                          - display_priority: 5
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                          - display_priority: 8
                            logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                            provider_id: 3
                            provider_name: Google Play Movies
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 27
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=JP
                        rent:
                          - display_priority: 5
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                      KE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=KE
                      KR:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 28
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=KR
                      KW:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=KW
                      LB:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LB
                      LC:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LC
                      LI:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LI
                      LT:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LT
                      LU:
                        flatrate:
                          - display_priority: 8
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LU
                      LV:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LV
                      LY:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=LY
                      MA:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MA
                      MC:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MC
                      ME:
                        flatrate:
                          - display_priority: 4
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ME
                      MG:
                        flatrate:
                          - display_priority: 4
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MG
                      MK:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MK
                      ML:
                        flatrate:
                          - display_priority: 5
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ML
                      MT:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MT
                      MU:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MU
                      MX:
                        buy:
                          - display_priority: 13
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 8
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 46
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MX
                      MZ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=MZ
                      NE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NE
                      NG:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NG
                      NI:
                        flatrate:
                          - display_priority: 11
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NI
                      NL:
                        buy:
                          - display_priority: 14
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NL
                      'NO':
                        buy:
                          - display_priority: 9
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                          - display_priority: 16
                            logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                            provider_id: 423
                            provider_name: Blockbuster
                          - display_priority: 17
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NO
                        rent:
                          - display_priority: 17
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                      NZ:
                        buy:
                          - display_priority: 9
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 3
                            logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg
                            provider_id: 273
                            provider_name: Neon TV
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=NZ
                      OM:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=OM
                      PA:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PA
                      PE:
                        flatrate:
                          - display_priority: 2
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PE
                      PF:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PF
                      PH:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PH
                      PK:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PK
                      PL:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PL
                      PT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PT
                      PY:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=PY
                      QA:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=QA
                      RO:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=RO
                      RS:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=RS
                      SA:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SA
                      SC:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SC
                      SE:
                        buy:
                          - display_priority: 8
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                          - display_priority: 16
                            logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg
                            provider_id: 423
                            provider_name: Blockbuster
                          - display_priority: 17
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SE
                        rent:
                          - display_priority: 17
                            logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg
                            provider_id: 426
                            provider_name: SF Anytime
                      SG:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SG
                      SI:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SI
                      SK:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SK
                      SM:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SM
                      SN:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SN
                      SV:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=SV
                      TC:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TC
                      TD:
                        flatrate:
                          - display_priority: 5
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TD
                      TH:
                        flatrate:
                          - display_priority: 1
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TH
                      TN:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TN
                      TR:
                        flatrate:
                          - display_priority: 3
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TR
                      TT:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TT
                      TW:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TW
                      TZ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=TZ
                      UG:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=UG
                      US:
                        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
                          - display_priority: 37
                            logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg
                            provider_id: 7
                            provider_name: Fandango At Home
                          - display_priority: 47
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                          - display_priority: 175
                            logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg
                            provider_id: 1796
                            provider_name: Netflix basic with Ads
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=US
                      UY:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=UY
                      VE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=VE
                      YE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=YE
                      ZA:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ZA
                      ZM:
                        flatrate:
                          - display_priority: 0
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ZM
                      ZW:
                        flatrate:
                          - display_priority: 5
                            logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg
                            provider_id: 8
                            provider_name: Netflix
                        link: >-
                          https://www.themoviedb.org/tv/1396-breaking-bad/season/5/watch?locale=ZW

````