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

# Changes

> This endpoint get the recent changes for a TV season.



## OpenAPI

````yaml get /3/tv/{series_id}/season/changes
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}/season/changes:
    parameters:
      - $ref: '#/components/parameters/SeriesID'
    get:
      tags:
        - TV SEASONS
      summary: Changes
      description: This endpoint get the recent changes for a TV season.
      operationId: changes3
      parameters:
        - name: end_date
          in: query
          schema:
            type: string
        - name: start_date
          in: query
          schema:
            type: string
        - name: page
          in: query
          schema:
            type: integer
            default: 1
      responses:
        '200':
          description: Changes
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=24563
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 09:16:09 GMT
            ETag:
              schema:
                type: string
                example: W/"3bea79322e44fad25a7c7e318ae585a4"
            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 a9f4bdae1135d507d62df475ab78dc5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: IQLVy9ZAWzw6dXXXbIuWEQ4HdBOLqKdHRMc8jGUApf2ulYCO5rs2IQ==
            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: '24563'
            x-memc-key:
              schema:
                type: string
                example: 6416930b2493946d1dcec49b151a034a
          content:
            application/json:
              schema:
                type: object
                properties:
                  _id:
                    type: string
                    example: 5256e7d719c2956ff60e3ad7
                  air_date:
                    nullable: true
                    example: null
                  episodes:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          nullable: true
                          example: null
                        crew:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              credit_id:
                                type: string
                                example: 5256e7df19c2956ff60e3f17
                              department:
                                type: string
                                example: Writing
                              gender:
                                type: number
                                example: 2
                              id:
                                type: number
                                example: 52139
                              job:
                                type: string
                                example: Writer
                              known_for_department:
                                type: string
                                example: Acting
                              name:
                                type: string
                                example: Seth MacFarlane
                              original_name:
                                type: string
                                example: Seth MacFarlane
                              popularity:
                                type: number
                                example: 23.499
                              profile_path:
                                type: string
                                example: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                          example:
                            - adult: false
                              credit_id: 5256e7df19c2956ff60e3f17
                              department: Writing
                              gender: 2
                              id: 52139
                              job: Writer
                              known_for_department: Acting
                              name: Seth MacFarlane
                              original_name: Seth MacFarlane
                              popularity: 23.499
                              profile_path: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                        episode_number:
                          type: number
                          example: 1
                        episode_type:
                          type: string
                          example: standard
                        guest_stars:
                          type: array
                          items: {}
                          example: []
                        id:
                          type: number
                          example: 65989
                        name:
                          type: string
                          example: Original Pilot
                        overview:
                          type: string
                          example: >-
                            Francine puts Roger on a diet. After begin rejected
                            by a girl, Steve notices that girls are affectionate
                            to men with dogs, and wants to get a dog. Hayley
                            agrees to provide Roger with Junk food when he
                            offers to write her English papers for her. Stan
                            rigs the school election so that Steve becomes the
                            school president.
                        production_code:
                          type: string
                          example: ''
                        runtime:
                          type: number
                          example: 22
                        season_number:
                          type: number
                          example: 0
                        show_id:
                          type: number
                          example: 1433
                        still_path:
                          type: string
                          nullable: true
                          example: /91VfyG0e0IzX8AUtKjnZBak2tph.jpg
                        vote_average:
                          type: number
                          example: 0
                        vote_count:
                          type: number
                          example: 0
                    example:
                      - air_date: null
                        crew:
                          - adult: false
                            credit_id: 5256e7df19c2956ff60e3f17
                            department: Writing
                            gender: 2
                            id: 52139
                            job: Writer
                            known_for_department: Acting
                            name: Seth MacFarlane
                            original_name: Seth MacFarlane
                            popularity: 23.499
                            profile_path: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                        episode_number: 1
                        episode_type: standard
                        guest_stars: []
                        id: 65989
                        name: Original Pilot
                        overview: >-
                          Francine puts Roger on a diet. After begin rejected by
                          a girl, Steve notices that girls are affectionate to
                          men with dogs, and wants to get a dog. Hayley agrees
                          to provide Roger with Junk food when he offers to
                          write her English papers for her. Stan rigs the school
                          election so that Steve becomes the school president.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /91VfyG0e0IzX8AUtKjnZBak2tph.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2005-02-06'
                        crew: []
                        episode_number: 2
                        episode_type: standard
                        guest_stars: []
                        id: 1534611
                        name: Super Bowl Pre-Game Promo
                        overview: >-
                          This one-and-a-half-minute short was aired before the
                          game at Super Bowl XXXIX.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /g33ySYoVmGFc2P5VPCcoLsT6M7S.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 3
                        episode_type: standard
                        guest_stars: []
                        id: 65987
                        name: All in the Family - Creating American Dad!
                        overview: Describes How American Dad was created
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /u5oH9od6SfSOBqx9pVA9KwdFPFk.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 4
                        episode_type: standard
                        guest_stars: []
                        id: 65985
                        name: >-
                          How's Your Aspen?: American Dad! Live at the 2005 U.S.
                          Comedy Arts Festival
                        overview: >-
                          Cast of American Dad at HBO's 2005 U.S. Comedy Arts
                          Festival doing a live show.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /uTONw5DM0Q8zNIY52Ie4qiBLdvf.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 5
                        episode_type: standard
                        guest_stars: []
                        id: 65986
                        name: >-
                          Secrets of the Glass Booth - Behind the Voices of
                          American Dad!
                        overview: ''
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /mEqmJEP5H5ZnirTmlyTy9uEz5yv.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 6
                        episode_type: standard
                        guest_stars: []
                        id: 1534609
                        name: American Animatics!
                        overview: ''
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /dBzy0MuIK7GiNfvESeB82QICiZR.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 7
                        episode_type: standard
                        guest_stars: []
                        id: 1534610
                        name: Complete Animatics and Table Read for "Threat Levels"
                        overview: ''
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /d9W4dp8K6rxg9K4MiNkmekMUpQY.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2009-04-28'
                        crew: []
                        episode_number: 8
                        episode_type: standard
                        guest_stars: []
                        id: 65984
                        name: Roger Master of Disguise
                        overview: Special as included on the Season 4 DVD.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: null
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2009-04-28'
                        crew: []
                        episode_number: 9
                        episode_type: standard
                        guest_stars: []
                        id: 65983
                        name: Tearjerker And Then They Will Cry
                        overview: Special as included on the Season 4 DVD.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: null
                        vote_average: 0
                        vote_count: 0
                  id:
                    type: number
                    example: 3816
                  name:
                    type: string
                    example: Specials
                  overview:
                    type: string
                    example: ''
                  poster_path:
                    type: string
                    example: /7PkXhP5zoMSApTkyeg8Qkg3IEgu.jpg
                  season_number:
                    type: number
                    example: 0
                  vote_average:
                    type: number
                    example: 0
              examples:
                Changes:
                  value:
                    _id: 5256e7d719c2956ff60e3ad7
                    air_date: null
                    episodes:
                      - air_date: null
                        crew:
                          - adult: false
                            credit_id: 5256e7df19c2956ff60e3f17
                            department: Writing
                            gender: 2
                            id: 52139
                            job: Writer
                            known_for_department: Acting
                            name: Seth MacFarlane
                            original_name: Seth MacFarlane
                            popularity: 23.499
                            profile_path: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                        episode_number: 1
                        episode_type: standard
                        guest_stars: []
                        id: 65989
                        name: Original Pilot
                        overview: >-
                          Francine puts Roger on a diet. After begin rejected by
                          a girl, Steve notices that girls are affectionate to
                          men with dogs, and wants to get a dog. Hayley agrees
                          to provide Roger with Junk food when he offers to
                          write her English papers for her. Stan rigs the school
                          election so that Steve becomes the school president.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /91VfyG0e0IzX8AUtKjnZBak2tph.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2005-02-06'
                        crew: []
                        episode_number: 2
                        episode_type: standard
                        guest_stars: []
                        id: 1534611
                        name: Super Bowl Pre-Game Promo
                        overview: >-
                          This one-and-a-half-minute short was aired before the
                          game at Super Bowl XXXIX.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /g33ySYoVmGFc2P5VPCcoLsT6M7S.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 3
                        episode_type: standard
                        guest_stars: []
                        id: 65987
                        name: All in the Family - Creating American Dad!
                        overview: Describes How American Dad was created
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /u5oH9od6SfSOBqx9pVA9KwdFPFk.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 4
                        episode_type: standard
                        guest_stars: []
                        id: 65985
                        name: >-
                          How's Your Aspen?: American Dad! Live at the 2005 U.S.
                          Comedy Arts Festival
                        overview: >-
                          Cast of American Dad at HBO's 2005 U.S. Comedy Arts
                          Festival doing a live show.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /uTONw5DM0Q8zNIY52Ie4qiBLdvf.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 5
                        episode_type: standard
                        guest_stars: []
                        id: 65986
                        name: >-
                          Secrets of the Glass Booth - Behind the Voices of
                          American Dad!
                        overview: ''
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /mEqmJEP5H5ZnirTmlyTy9uEz5yv.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 6
                        episode_type: standard
                        guest_stars: []
                        id: 1534609
                        name: American Animatics!
                        overview: ''
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /dBzy0MuIK7GiNfvESeB82QICiZR.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2006-04-25'
                        crew: []
                        episode_number: 7
                        episode_type: standard
                        guest_stars: []
                        id: 1534610
                        name: Complete Animatics and Table Read for "Threat Levels"
                        overview: ''
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: /d9W4dp8K6rxg9K4MiNkmekMUpQY.jpg
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2009-04-28'
                        crew: []
                        episode_number: 8
                        episode_type: standard
                        guest_stars: []
                        id: 65984
                        name: Roger Master of Disguise
                        overview: Special as included on the Season 4 DVD.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: null
                        vote_average: 0
                        vote_count: 0
                      - air_date: '2009-04-28'
                        crew: []
                        episode_number: 9
                        episode_type: standard
                        guest_stars: []
                        id: 65983
                        name: Tearjerker And Then They Will Cry
                        overview: Special as included on the Season 4 DVD.
                        production_code: ''
                        runtime: 22
                        season_number: 0
                        show_id: 1433
                        still_path: null
                        vote_average: 0
                        vote_count: 0
                    id: 3816
                    name: Specials
                    overview: ''
                    poster_path: /7PkXhP5zoMSApTkyeg8Qkg3IEgu.jpg
                    season_number: 0
                    vote_average: 0
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

````