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

# Tagged Images

> This endpoint get the tagged images for a person.

<Warning>This endpoint is deprecated</Warning>


## OpenAPI

````yaml get /3/person/{person_id}/tagged_images
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/person/{person_id}/tagged_images:
    parameters:
      - name: person_id
        in: path
        required: true
        schema:
          type: integer
          example: 52139
    get:
      tags:
        - PEOPLE
      summary: Tagged Images
      description: This endpoint get the tagged images for a person.
      operationId: taggedImages
      parameters:
        - name: page
          in: query
          schema:
            type: integer
            default: 1
      responses:
        '200':
          description: Tagged Images
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=3604
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 10:43:07 GMT
            ETag:
              schema:
                type: string
                example: W/"ccc2295a4a91e1ff817a49e450b599a6"
            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 ff2012aca0ae72bb05b003fad40aa354.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: A5RQ7cghkMkj8MTHZh750TmwKmkzVCIXlE8MqTVENqW-GR8u7B1PPA==
            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: '18162'
            x-memc-expires:
              schema:
                type: string
                example: '3604'
            x-memc-key:
              schema:
                type: string
                example: a18cf0aad89f48e031513bd9211fdbaa
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 52139
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        aspect_ratio:
                          type: number
                          example: 1.7777777777777777
                        file_path:
                          type: string
                          example: /zhWtufXylYLkRTM6Wvkfvej2UcL.jpg
                        height:
                          type: number
                          example: 1080
                        id:
                          type: string
                          example: 5751d6819251416b6300038e
                        image_type:
                          type: string
                          example: still
                        iso_639_1:
                          nullable: true
                          example: null
                        media:
                          type: object
                          properties:
                            air_date:
                              type: string
                              example: '2016-01-22'
                            episode_number:
                              type: number
                              example: 2
                            episode_type:
                              type: string
                              example: standard
                            id:
                              type: number
                              example: 1191149
                            media_type:
                              type: string
                              example: tv_episode
                            name:
                              type: string
                              example: Episode 374
                            overview:
                              type: string
                              example: >-
                                Bill's guests include "No One Ever Tells You"
                                singer Seth Macfarlane, "Destiny and Power"
                                author Jon Meacham, Rep. Michael McCaul (R-TX),
                                Rep. Alan Grayson (D-FL) and anti-Trump GOP
                                strategist Liz Mair.
                            production_code:
                              type: string
                              example: ''
                            runtime:
                              type: number
                              example: 60
                            season_number:
                              type: number
                              example: 14
                            show_id:
                              type: number
                              example: 4419
                            still_path:
                              type: string
                              example: /zhWtufXylYLkRTM6Wvkfvej2UcL.jpg
                            vote_average:
                              type: number
                              example: 8
                            vote_count:
                              type: number
                              example: 1
                        media_type:
                          type: string
                          example: episode
                        vote_average:
                          type: number
                          example: 0
                        vote_count:
                          type: number
                          example: 0
                        width:
                          type: number
                          example: 1920
                    example:
                      - aspect_ratio: 1.7777777777777777
                        file_path: /zhWtufXylYLkRTM6Wvkfvej2UcL.jpg
                        height: 1080
                        id: 5751d6819251416b6300038e
                        image_type: still
                        iso_639_1: null
                        media:
                          air_date: '2016-01-22'
                          episode_number: 2
                          episode_type: standard
                          id: 1191149
                          media_type: tv_episode
                          name: Episode 374
                          overview: >-
                            Bill's guests include "No One Ever Tells You" singer
                            Seth Macfarlane, "Destiny and Power" author Jon
                            Meacham, Rep. Michael McCaul (R-TX), Rep. Alan
                            Grayson (D-FL) and anti-Trump GOP strategist Liz
                            Mair.
                          production_code: ''
                          runtime: 60
                          season_number: 14
                          show_id: 4419
                          still_path: /zhWtufXylYLkRTM6Wvkfvej2UcL.jpg
                          vote_average: 8
                          vote_count: 1
                        media_type: episode
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 1
              examples:
                Tagged Images:
                  value:
                    id: 52139
                    page: 1
                    results:
                      - aspect_ratio: 1.7777777777777777
                        file_path: /zhWtufXylYLkRTM6Wvkfvej2UcL.jpg
                        height: 1080
                        id: 5751d6819251416b6300038e
                        image_type: still
                        iso_639_1: null
                        media:
                          air_date: '2016-01-22'
                          episode_number: 2
                          episode_type: standard
                          id: 1191149
                          media_type: tv_episode
                          name: Episode 374
                          overview: >-
                            Bill's guests include "No One Ever Tells You" singer
                            Seth Macfarlane, "Destiny and Power" author Jon
                            Meacham, Rep. Michael McCaul (R-TX), Rep. Alan
                            Grayson (D-FL) and anti-Trump GOP strategist Liz
                            Mair.
                          production_code: ''
                          runtime: 60
                          season_number: 14
                          show_id: 4419
                          still_path: /zhWtufXylYLkRTM6Wvkfvej2UcL.jpg
                          vote_average: 8
                          vote_count: 1
                        media_type: episode
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                    total_pages: 1
                    total_results: 1
      deprecated: true
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````