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

# Watch providers

> This endpoint get the list of streaming providers for a TV show.



## OpenAPI

````yaml get /3/tv/{series_id}/watch/providers
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}/watch/providers:
    parameters:
      - $ref: '#/components/parameters/SeriesID'
    get:
      tags:
        - TV SERIES
      summary: Watch providers
      description: This endpoint get the list of streaming providers for a TV show.
      operationId: watchProviders1
      responses:
        '200':
          description: Watch providers
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=13195
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 19:47:02 GMT
            ETag:
              schema:
                type: string
                example: W/"0c82defd34a70e14c59e9fce7dba508a"
            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 e07f2d5aee657e39da5dfa1bbf54bfec.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: xYOCihMVcrfwAlitJhzAYoV8UFnkLk6JOSlUi2qMUoD5tpP0pb6PfA==
            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: '8954'
            x-memc-expires:
              schema:
                type: string
                example: '13195'
            x-memc-key:
              schema:
                type: string
                example: 2454095bd01f9066338cfc840cbb9204
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1433
                  results:
                    type: object
                    properties:
                      AD:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 7
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=AD
                      AL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 7
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=AL
                      AR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/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
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 100
                                logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg
                                provider_id: 2265
                                provider_name: ProSieben Fun Amazon Channel
                              - display_priority: 134
                                logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg
                                provider_id: 2293
                                provider_name: Seven Entertainment Amazon Channel
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/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
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=AU
                      BA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 7
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BA
                      BE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BE
                      BG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 16
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 16
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BG
                      BO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BO
                      BR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BR
                      BZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/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: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/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: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CH
                      CL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CL
                      CO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CO
                      CR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CR
                      CZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 3
                                logo_path: /27yD8cEx7qC1lSzaDvFlW4avXyu.jpg
                                provider_id: 308
                                provider_name: O2 TV
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/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: 32
                                logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                                provider_id: 68
                                provider_name: Microsoft Store
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 24
                                logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg
                                provider_id: 178
                                provider_name: MagentaTV
                              - display_priority: 42
                                logo_path: /5aHLriu21FRDGlxY5zbzyEuoSvA.jpg
                                provider_id: 421
                                provider_name: Joyn Plus
                              - display_priority: 203
                                logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg
                                provider_id: 2265
                                provider_name: ProSieben Fun Amazon Channel
                              - display_priority: 235
                                logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg
                                provider_id: 2293
                                provider_name: Seven Entertainment Amazon Channel
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=DE
                      DK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=DK
                      DO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 24
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=DO
                      EC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=EC
                      EE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 23
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 23
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=EE
                      EG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 45
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 45
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=EG
                      ES:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=ES
                      FI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=FI
                      FR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/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: 7
                                logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                                provider_id: 10
                                provider_name: Amazon Video
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 11
                                logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg
                                provider_id: 29
                                provider_name: Sky Go
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 21
                                logo_path:
                                  type: string
                                  example: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg
                                provider_id:
                                  type: number
                                  example: 41
                                provider_name:
                                  type: string
                                  example: ITVX
                            example:
                              - display_priority: 21
                                logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg
                                provider_id: 41
                                provider_name: ITVX
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=GB
                      GR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 20
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 20
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=GR
                      GT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=GT
                      HK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 32
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 32
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HK
                      HN:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HN
                      HR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 31
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 31
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HR
                      HU:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HU
                      ID:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id:
                                  type: number
                                  example: 122
                                provider_name:
                                  type: string
                                  example: Hotstar
                            example:
                              - display_priority: 2
                                logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id: 122
                                provider_name: Hotstar
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=ID
                      IE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 8
                                logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg
                                provider_id: 29
                                provider_name: Sky Go
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IE
                      IN:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 5
                                logo_path:
                                  type: string
                                  example: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id:
                                  type: number
                                  example: 122
                                provider_name:
                                  type: string
                                  example: Hotstar
                            example:
                              - display_priority: 5
                                logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id: 122
                                provider_name: Hotstar
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IN
                      IS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IS
                      IT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IT
                      JM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 26
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 26
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=JM
                      JP:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=JP
                      KR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=KR
                      LC:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 13
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 13
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LC
                      LI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 25
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LI
                      LT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 24
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 24
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LT
                      LU:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 3
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 3
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LU
                      LV:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 23
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 23
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LV
                      ME:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=ME
                      MK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 7
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MK
                      MT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 7
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MT
                      MX:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MX
                      MY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id:
                                  type: number
                                  example: 122
                                provider_name:
                                  type: string
                                  example: Hotstar
                            example:
                              - display_priority: 0
                                logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id: 122
                                provider_name: Hotstar
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MY
                      NI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/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: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=NL
                      'NO':
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                              - display_priority: 18
                                logo_path: /tpfmd22xEapb1aW2gzjSM5104rx.jpg
                                provider_id: 431
                                provider_name: TV 2 Play
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=NO
                      NZ:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=NZ
                      PA:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 27
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PA
                      PE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PE
                      PH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 29
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 29
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PH
                      PL:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PL
                      PT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PT
                      PY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PY
                      RO:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=RO
                      RS:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 7
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=RS
                      SE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SE
                      SG:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SG
                      SI:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 7
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 7
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SI
                      SK:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SK
                      SM:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 25
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 25
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SM
                      SV:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 27
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SV
                      TH:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id:
                                  type: number
                                  example: 122
                                provider_name:
                                  type: string
                                  example: Hotstar
                            example:
                              - display_priority: 0
                                logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                                provider_id: 122
                                provider_name: Hotstar
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TH
                      TR:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 0
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 0
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TR
                      TT:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 14
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 14
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TT
                      TW:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 2
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 2
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TW
                      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: 7
                                logo_path:
                                  type: string
                                  example: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg
                                provider_id:
                                  type: number
                                  example: 15
                                provider_name:
                                  type: string
                                  example: Hulu
                            example:
                              - display_priority: 7
                                logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg
                                provider_id: 15
                                provider_name: Hulu
                              - display_priority: 100
                                logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                                provider_id: 318
                                provider_name: Adult Swim
                              - display_priority: 123
                                logo_path: /cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg
                                provider_id: 506
                                provider_name: TBS
                          free:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 100
                                logo_path:
                                  type: string
                                  example: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                                provider_id:
                                  type: number
                                  example: 318
                                provider_name:
                                  type: string
                                  example: Adult Swim
                            example:
                              - display_priority: 100
                                logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                                provider_id: 318
                                provider_name: Adult Swim
                              - display_priority: 128
                                logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg
                                provider_id: 486
                                provider_name: Spectrum On Demand
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=US
                      UY:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 27
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 27
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=UY
                      VE:
                        type: object
                        properties:
                          flatrate:
                            type: array
                            items:
                              type: object
                              properties:
                                display_priority:
                                  type: number
                                  example: 1
                                logo_path:
                                  type: string
                                  example: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id:
                                  type: number
                                  example: 337
                                provider_name:
                                  type: string
                                  example: Disney Plus
                            example:
                              - display_priority: 1
                                logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                                provider_id: 337
                                provider_name: Disney Plus
                          link:
                            type: string
                            example: >-
                              https://www.themoviedb.org/tv/1433-american-dad/watch?locale=VE
              examples:
                Watch providers:
                  value:
                    id: 1433
                    results:
                      AD:
                        flatrate:
                          - display_priority: 7
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=AD
                      AL:
                        flatrate:
                          - display_priority: 7
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=AL
                      AR:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/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
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 100
                            logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg
                            provider_id: 2265
                            provider_name: ProSieben Fun Amazon Channel
                          - display_priority: 134
                            logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg
                            provider_id: 2293
                            provider_name: Seven Entertainment Amazon Channel
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/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
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=AU
                      BA:
                        flatrate:
                          - display_priority: 7
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BA
                      BE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BE
                      BG:
                        flatrate:
                          - display_priority: 16
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BG
                      BO:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BO
                      BR:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=BR
                      BZ:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/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: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CA
                      CH:
                        buy:
                          - display_priority: 5
                            logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg
                            provider_id: 3
                            provider_name: Google Play Movies
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CH
                      CL:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CL
                      CO:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CO
                      CR:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=CR
                      CZ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 3
                            logo_path: /27yD8cEx7qC1lSzaDvFlW4avXyu.jpg
                            provider_id: 308
                            provider_name: O2 TV
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/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: 32
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 24
                            logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg
                            provider_id: 178
                            provider_name: MagentaTV
                          - display_priority: 42
                            logo_path: /5aHLriu21FRDGlxY5zbzyEuoSvA.jpg
                            provider_id: 421
                            provider_name: Joyn Plus
                          - display_priority: 203
                            logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg
                            provider_id: 2265
                            provider_name: ProSieben Fun Amazon Channel
                          - display_priority: 235
                            logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg
                            provider_id: 2293
                            provider_name: Seven Entertainment Amazon Channel
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=DE
                      DK:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=DK
                      DO:
                        flatrate:
                          - display_priority: 24
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=DO
                      EC:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=EC
                      EE:
                        flatrate:
                          - display_priority: 23
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=EE
                      EG:
                        flatrate:
                          - display_priority: 45
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=EG
                      ES:
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=ES
                      FI:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=FI
                      FR:
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=FR
                      GB:
                        buy:
                          - display_priority: 4
                            logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg
                            provider_id: 2
                            provider_name: Apple TV
                          - display_priority: 7
                            logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg
                            provider_id: 10
                            provider_name: Amazon Video
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 11
                            logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg
                            provider_id: 29
                            provider_name: Sky Go
                        free:
                          - display_priority: 21
                            logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg
                            provider_id: 41
                            provider_name: ITVX
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=GB
                      GR:
                        flatrate:
                          - display_priority: 20
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=GR
                      GT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=GT
                      HK:
                        flatrate:
                          - display_priority: 32
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HK
                      HN:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HN
                      HR:
                        flatrate:
                          - display_priority: 31
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HR
                      HU:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=HU
                      ID:
                        flatrate:
                          - display_priority: 2
                            logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                            provider_id: 122
                            provider_name: Hotstar
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=ID
                      IE:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 8
                            logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg
                            provider_id: 29
                            provider_name: Sky Go
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IE
                      IN:
                        flatrate:
                          - display_priority: 5
                            logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                            provider_id: 122
                            provider_name: Hotstar
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IN
                      IS:
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IS
                      IT:
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=IT
                      JM:
                        flatrate:
                          - display_priority: 26
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=JM
                      JP:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=JP
                      KR:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=KR
                      LC:
                        flatrate:
                          - display_priority: 13
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LC
                      LI:
                        flatrate:
                          - display_priority: 25
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LI
                      LT:
                        flatrate:
                          - display_priority: 24
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LT
                      LU:
                        flatrate:
                          - display_priority: 3
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LU
                      LV:
                        flatrate:
                          - display_priority: 23
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=LV
                      ME:
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=ME
                      MK:
                        flatrate:
                          - display_priority: 7
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MK
                      MT:
                        flatrate:
                          - display_priority: 7
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MT
                      MX:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MX
                      MY:
                        flatrate:
                          - display_priority: 0
                            logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                            provider_id: 122
                            provider_name: Hotstar
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=MY
                      NI:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=NI
                      NL:
                        buy:
                          - display_priority: 14
                            logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg
                            provider_id: 68
                            provider_name: Microsoft Store
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=NL
                      'NO':
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                          - display_priority: 18
                            logo_path: /tpfmd22xEapb1aW2gzjSM5104rx.jpg
                            provider_id: 431
                            provider_name: TV 2 Play
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=NO
                      NZ:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=NZ
                      PA:
                        flatrate:
                          - display_priority: 27
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PA
                      PE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PE
                      PH:
                        flatrate:
                          - display_priority: 29
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PH
                      PL:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PL
                      PT:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PT
                      PY:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=PY
                      RO:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=RO
                      RS:
                        flatrate:
                          - display_priority: 7
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=RS
                      SE:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SE
                      SG:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SG
                      SI:
                        flatrate:
                          - display_priority: 7
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SI
                      SK:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SK
                      SM:
                        flatrate:
                          - display_priority: 25
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SM
                      SV:
                        flatrate:
                          - display_priority: 27
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=SV
                      TH:
                        flatrate:
                          - display_priority: 0
                            logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg
                            provider_id: 122
                            provider_name: Hotstar
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TH
                      TR:
                        flatrate:
                          - display_priority: 0
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TR
                      TT:
                        flatrate:
                          - display_priority: 14
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TT
                      TW:
                        flatrate:
                          - display_priority: 2
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=TW
                      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: 7
                            logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg
                            provider_id: 15
                            provider_name: Hulu
                          - display_priority: 100
                            logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                            provider_id: 318
                            provider_name: Adult Swim
                          - display_priority: 123
                            logo_path: /cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg
                            provider_id: 506
                            provider_name: TBS
                        free:
                          - display_priority: 100
                            logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg
                            provider_id: 318
                            provider_name: Adult Swim
                          - display_priority: 128
                            logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg
                            provider_id: 486
                            provider_name: Spectrum On Demand
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=US
                      UY:
                        flatrate:
                          - display_priority: 27
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=UY
                      VE:
                        flatrate:
                          - display_priority: 1
                            logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg
                            provider_id: 337
                            provider_name: Disney Plus
                        link: >-
                          https://www.themoviedb.org/tv/1433-american-dad/watch?locale=VE
components:
  parameters:
    SeriesID:
      name: series_id
      description: a uniques identifier for a tv serie
      in: path
      required: true
      schema:
        type: integer
      examples:
        example1:
          value: 122
        example2:
          value: 123
        example3:
          value: 110381
        example4:
          value: 1433
        example5:
          value: 93405
        example6:
          value: 1399
        example7:
          value: 84007
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````