cURL
curl --request GET \ --url https://api.themoviedb.org/3/person/{person_id}/tagged_images \ --header 'Authorization: Bearer <token>'
{ "id": 550, "page": 1, "results": [], "total_pages": 0, "total_results": 0 }
This endpoint is used to get the tagged images for a person.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the person
Defaults to 1
Successful
A unique identifier
Indicates the current page number
Contains the list of data or items
Specifies the total number of pages available
Represents the total number of items or records in a dataset