GET
/
3
/
account
/
{account_id}
/
lists
curl --request GET \
  --url https://api.themoviedb.org/3/account/%7B{account_id}%7D/lists
{
  "page": 1,
  "results": [
    {
      "description": "experimental purposes\r\n",
      "favorite_count": 0,
      "id": 8505645,
      "iso_639_1": "en",
      "item_count": 2,
      "list_type": "movie",
      "name": "sharp",
      "poster_path": null
    }
  ],
  "total_pages": 1,
  "total_results": 1
}

Path Parameters

account_id
string
required

Query Parameters

page
string
Example:

"1"

Response

200 - application/json

Lists

The response is of type object.