GET
/
3
/
account
/
{account_id}
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_"
}

Authorizations

api_key
string
query
required

Path Parameters

account_id
string
required

Response

200 - application/json

Details

The response is of type object.