Get the public details of an account on TMDB.
curl --request GET \ --url https://api.themoviedb.org/3/account/%7B{account_id}%7D
{ "avatar": { "gravatar": { "hash": "70a28376addadc1aacdbc7e6214f15ad" }, "tmdb": { "avatar_path": null } }, "id": 21719561, "include_adult": false, "iso_3166_1": "NG", "iso_639_1": "en", "name": "", "username": "Chisa_" }
Details
The response is of type object.
object