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

# Changes

> This endpoint retrieves the recent changes that have been made to a TV show.




 You can query this endpoint within the range of 14 days by using
`start_date` and `end_date`. If not specified, it retrieves changes that were made in the last 24 hours.
    



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}/changes
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/tv/{{series_id}}/changes:
    parameters:
      - name: series_id
        in: path
        description: >-
          This represents the series ID. Get it
          [here](https://starlight.mintlify.app/api-reference/seriesid)
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Changes
      description: >-
        This endpoint retrieves the recent changes that have been made to a TV
        show.




         You can query this endpoint within the range of 14 days by using
        `start_date` and `end_date`. If not specified, it retrieves changes that
        were made in the last 24 hours.
            
      operationId: changes2
      parameters:
        - name: end_date
          in: query
          schema:
            type: string
            example: 28-12-2024
          description: This represents the end date.
        - name: page
          in: query
          schema:
            type: string
            example: '1'
          description: This represents the page number.
        - name: start_date
          in: query
          schema:
            type: string
            example: 25-12-2024
          description: This represents the end date.
      responses:
        '200':
          description: Changes
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=600
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 28 Dec 2024 15:04:52 GMT
            ETag:
              schema:
                type: string
                example: W/"3900e9efe226a434a5340645c7e93256"
            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 e89d95d090c0c86ecc7b8930e434625c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 9K-to23cVygpbrqxgDwVeuu5kfNySeOaDLRSed4y9RH-jIDDTwUmfw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            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: '600'
            x-memc-key:
              schema:
                type: string
                example: f77c402a965a05d7a302aa7109b5946d
          content:
            application/json:
              schema:
                type: object
                properties:
                  changes:
                    type: array
                    items:
                      type: object
                      properties:
                        items:
                          type: array
                          items:
                            type: object
                            properties:
                              action:
                                type: string
                                example: added
                              id:
                                type: string
                                example: 676c28586b01e0e140a9e4e3
                              iso_3166_1:
                                type: string
                                example: ''
                              iso_639_1:
                                type: string
                                example: ''
                              original_value:
                                type: object
                                properties:
                                  group:
                                    type: string
                                    example: tones
                                  id:
                                    type: number
                                    example: 200234
                                  name:
                                    type: string
                                    example: shocking
                              time:
                                type: string
                                example: 2024-12-25 15:44:24 UTC
                              value:
                                type: object
                                properties:
                                  group:
                                    type: string
                                    example: tones
                                  id:
                                    type: number
                                    example: 200234
                                  name:
                                    type: string
                                    example: shocking
                          example:
                            - action: added
                              id: 676c28586b01e0e140a9e4e3
                              iso_3166_1: ''
                              iso_639_1: ''
                              time: 2024-12-25 15:44:24 UTC
                              value:
                                group: tones
                                id: 200234
                                name: shocking
                            - action: added
                              id: 676c285e7ba3c45440a9e71e
                              iso_3166_1: ''
                              iso_639_1: ''
                              time: 2024-12-25 15:44:30 UTC
                              value:
                                group: tones
                                id: 325799
                                name: disheartening
                            - action: deleted
                              id: 676c3aec3187bef8487ec7f9
                              iso_3166_1: ''
                              iso_639_1: ''
                              original_value:
                                group: tones
                                id: 200234
                                name: shocking
                              time: 2024-12-25 17:03:40 UTC
                        key:
                          type: string
                          example: plot_keywords
                    example:
                      - items:
                          - action: added
                            id: 676c28586b01e0e140a9e4e3
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 15:44:24 UTC
                            value:
                              group: tones
                              id: 200234
                              name: shocking
                          - action: added
                            id: 676c285e7ba3c45440a9e71e
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 15:44:30 UTC
                            value:
                              group: tones
                              id: 325799
                              name: disheartening
                          - action: deleted
                            id: 676c3aec3187bef8487ec7f9
                            iso_3166_1: ''
                            iso_639_1: ''
                            original_value:
                              group: tones
                              id: 200234
                              name: shocking
                            time: 2024-12-25 17:03:40 UTC
                        key: plot_keywords
                      - items:
                          - action: added
                            id: 676bc75491da026ccb64a0d7
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 08:50:28 UTC
                            value:
                              title_logo:
                                file_path: /bKvyyDSl6rGPlMjADqM0TGpSXoA.png
                          - action: updated
                            id: 676bc76291da026ccb64a0e0
                            iso_3166_1: ''
                            iso_639_1: pt
                            original_value:
                              title_logo:
                                file_path: /bKvyyDSl6rGPlMjADqM0TGpSXoA.png
                                iso_639_1: null
                            time: 2024-12-25 08:50:42 UTC
                            value:
                              title_logo:
                                file_path: /bKvyyDSl6rGPlMjADqM0TGpSXoA.png
                                iso_639_1: pt
                          - action: added
                            id: 676bc7d591da026ccb64a0ff
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 08:52:37 UTC
                            value:
                              title_logo:
                                file_path: /hwGCpTocOwrndkzBLEoh4dXpUs2.png
                          - action: updated
                            id: 676bc7f516fdd844f07ebfe2
                            iso_3166_1: ''
                            iso_639_1: pt
                            original_value:
                              title_logo:
                                file_path: /hwGCpTocOwrndkzBLEoh4dXpUs2.png
                                iso_639_1: null
                            time: 2024-12-25 08:53:09 UTC
                            value:
                              title_logo:
                                file_path: /hwGCpTocOwrndkzBLEoh4dXpUs2.png
                                iso_639_1: pt
                        key: images
                      - items:
                          - action: updated
                            id: 676c5734f9d936e31493e7f1
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 19:04:20 UTC
                            value:
                              season_id: 287516
                              season_number: 2
                        key: season
              examples:
                Changes:
                  value:
                    changes:
                      - items:
                          - action: added
                            id: 676c28586b01e0e140a9e4e3
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 15:44:24 UTC
                            value:
                              group: tones
                              id: 200234
                              name: shocking
                          - action: added
                            id: 676c285e7ba3c45440a9e71e
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 15:44:30 UTC
                            value:
                              group: tones
                              id: 325799
                              name: disheartening
                          - action: deleted
                            id: 676c3aec3187bef8487ec7f9
                            iso_3166_1: ''
                            iso_639_1: ''
                            original_value:
                              group: tones
                              id: 200234
                              name: shocking
                            time: 2024-12-25 17:03:40 UTC
                        key: plot_keywords
                      - items:
                          - action: added
                            id: 676bc75491da026ccb64a0d7
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 08:50:28 UTC
                            value:
                              title_logo:
                                file_path: /bKvyyDSl6rGPlMjADqM0TGpSXoA.png
                          - action: updated
                            id: 676bc76291da026ccb64a0e0
                            iso_3166_1: ''
                            iso_639_1: pt
                            original_value:
                              title_logo:
                                file_path: /bKvyyDSl6rGPlMjADqM0TGpSXoA.png
                                iso_639_1: null
                            time: 2024-12-25 08:50:42 UTC
                            value:
                              title_logo:
                                file_path: /bKvyyDSl6rGPlMjADqM0TGpSXoA.png
                                iso_639_1: pt
                          - action: added
                            id: 676bc7d591da026ccb64a0ff
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 08:52:37 UTC
                            value:
                              title_logo:
                                file_path: /hwGCpTocOwrndkzBLEoh4dXpUs2.png
                          - action: updated
                            id: 676bc7f516fdd844f07ebfe2
                            iso_3166_1: ''
                            iso_639_1: pt
                            original_value:
                              title_logo:
                                file_path: /hwGCpTocOwrndkzBLEoh4dXpUs2.png
                                iso_639_1: null
                            time: 2024-12-25 08:53:09 UTC
                            value:
                              title_logo:
                                file_path: /hwGCpTocOwrndkzBLEoh4dXpUs2.png
                                iso_639_1: pt
                        key: images
                      - items:
                          - action: updated
                            id: 676c5734f9d936e31493e7f1
                            iso_3166_1: ''
                            iso_639_1: ''
                            time: 2024-12-25 19:04:20 UTC
                            value:
                              season_id: 287516
                              season_number: 2
                        key: season
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````