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

# Get series' list

> Get the lists that a TV series has been added to.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/1399/lists
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/tv/1399/lists:
    get:
      tags:
        - TV series
      summary: Get series' list
      description: Get the lists that a TV series has been added to.
      operationId: getSeriesList
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=28497
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 04 Jan 2025 11:30:37 GMT
            ETag:
              schema:
                type: string
                example: W/"effa828a46edf34958fbaf2e1433e4be"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 7df0e12cb5a55cb5e64296e91e226fbe.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: NHwan4zMaRnvydFWJFqrCF1XQS4lv8Mty2ypb91WSnf6TO4OOeEObQ==
            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: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '28497'
            x-memc-key:
              schema:
                type: string
                example: 17264c03b2ac56a4cc9d9d53b5e54837
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1399
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        description:
                          type: string
                          example: ''
                        favorite_count:
                          type: number
                          example: 0
                        id:
                          type: number
                          example: 8503540
                        iso_3166_1:
                          type: string
                          example: US
                        iso_639_1:
                          type: string
                          example: en
                        item_count:
                          type: number
                          example: 8
                        name:
                          type: string
                          example: Favorite
                        poster_path:
                          nullable: true
                          example: null
                    example:
                      - description: ''
                        favorite_count: 0
                        id: 8503540
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 8
                        name: Favorite
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8504357
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 107
                        name: 2010's
                        poster_path: null
                      - description: for legends
                        favorite_count: 0
                        id: 8504429
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 6
                        name: melek
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8218470
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 325
                        name: ' Watched '
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8500907
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 396
                        name: Watched
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8250820
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 730
                        name: watched
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8290390
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 273
                        name: Live-Action
                        poster_path: null
                      - description: 'winter is coming '
                        favorite_count: 0
                        id: 8502009
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 14
                        name: 🌕
                        poster_path: null
                      - description: All cartoons, films, tv, etc.
                        favorite_count: 0
                        id: 8282881
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 53
                        name: 'Marvel '
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8502347
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 77
                        name: Bing
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8504740
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 13
                        name: 'best '
                        poster_path: null
                      - description: all
                        favorite_count: 0
                        id: 8504919
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 8
                        name: 'series '
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8257231
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 192
                        name: Done
                        poster_path: null
                      - description: Films and TV I have in collection
                        favorite_count: 0
                        id: 8261951
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 760
                        name: Collection
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8504835
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 163
                        name: Phil's Watched TV Series
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8498675
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 25
                        name: Certified by Streaming Discovery - Shows
                        poster_path: null
                      - description: 💕
                        favorite_count: 0
                        id: 8504739
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 5
                        name: 🍿🎬🆕
                        poster_path: null
                      - description: >-
                          Television Series of which I have watched one or more
                          complete seasons.
                        favorite_count: 0
                        id: 8193811
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 551
                        name: Television Series
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8503468
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 66
                        name: my Fav
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8502269
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 6
                        name: WÃF
                        poster_path: null
                  total_pages:
                    type: number
                    example: 103
                  total_results:
                    type: number
                    example: 2056
              examples:
                New Request:
                  value:
                    id: 1399
                    page: 1
                    results:
                      - description: ''
                        favorite_count: 0
                        id: 8503540
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 8
                        name: Favorite
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8504357
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 107
                        name: 2010's
                        poster_path: null
                      - description: for legends
                        favorite_count: 0
                        id: 8504429
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 6
                        name: melek
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8218470
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 325
                        name: ' Watched '
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8500907
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 396
                        name: Watched
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8250820
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 730
                        name: watched
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8290390
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 273
                        name: Live-Action
                        poster_path: null
                      - description: 'winter is coming '
                        favorite_count: 0
                        id: 8502009
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 14
                        name: 🌕
                        poster_path: null
                      - description: All cartoons, films, tv, etc.
                        favorite_count: 0
                        id: 8282881
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 53
                        name: 'Marvel '
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8502347
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 77
                        name: Bing
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8504740
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 13
                        name: 'best '
                        poster_path: null
                      - description: all
                        favorite_count: 0
                        id: 8504919
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 8
                        name: 'series '
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8257231
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 192
                        name: Done
                        poster_path: null
                      - description: Films and TV I have in collection
                        favorite_count: 0
                        id: 8261951
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 760
                        name: Collection
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8504835
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 163
                        name: Phil's Watched TV Series
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8498675
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 25
                        name: Certified by Streaming Discovery - Shows
                        poster_path: null
                      - description: 💕
                        favorite_count: 0
                        id: 8504739
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 5
                        name: 🍿🎬🆕
                        poster_path: null
                      - description: >-
                          Television Series of which I have watched one or more
                          complete seasons.
                        favorite_count: 0
                        id: 8193811
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 551
                        name: Television Series
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8503468
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 66
                        name: my Fav
                        poster_path: null
                      - description: ''
                        favorite_count: 0
                        id: 8502269
                        iso_3166_1: US
                        iso_639_1: en
                        item_count: 6
                        name: WÃF
                        poster_path: null
                    total_pages: 103
                    total_results: 2056
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````