Person Images
This method is used to retrieve all of the profile images for a person.
In order to use the file paths returned in this method and find the available sizes you need to understand how the configuration system works. Please consult the configuration article for more information.
HTTP Request
GET http://api.themoviedb.org/3/person/287/images
Required HTTP Parameters
api_key
HTTP Response
{
"id": 287,
"profiles": [
{
"aspect_ratio": 0.66,
"file_path": "/w8zJQuN7tzlm6FY9mfGKihxp3Cb.jpg",
"height": 1969,
"iso_639_1": null,
"width": 1295
},
{
"aspect_ratio": 0.67,
"file_path": "/cLUacutO7dOMksQK8Zg0q2Gybsx.jpg",
"height": 1230,
"iso_639_1": null,
"width": 820
},
{
"aspect_ratio": 0.67,
"file_path": "/jqarc2L4Hp5nGP5Jym4ptLXpPIo.jpg",
"height": 1400,
"iso_639_1": null,
"width": 934
}
]
}