v1

latestOpenAPI 3.1.02026-07-24270489.8 KB

Images

Get the profile images that belong to a person.

get/3/person/{person_id}/images

Path parameters

person_idinteger required

Response

200

idinteger

Example response

{
  "id": 287,
  "profiles": [
    {
      "aspect_ratio": 0.666,
      "height": 980,
      "file_path": "/cckcYc2v0yh1tc9QjRelptcOBko.jpg",
      "vote_average": 5.288,
      "vote_count": 89,
      "width": 653
    }
  ]
}