---
title: "Images"
method: GET
path: "/3/person/{person_id}/images"
---

# Images

`GET /3/person/{person_id}/images`

Get the profile images that belong to a person.

## Path parameters

- `person_id` integer, required

## Response `200`

200

- object
  - `id` integer
  - `profiles` object[]
    - `aspect_ratio` number
    - `height` integer
    - `iso_639_1` unknown
    - `file_path` string
    - `vote_average` number
    - `vote_count` integer
    - `width` integer

---

[API](https://skmtc.net/themoviedb/apis/tmdb-api.md) · [All operations](https://skmtc.net/themoviedb/apis/tmdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/themoviedb/tmdb-api/revisions/68734a040cd4/schema)
