GET
/
3
/
list
/
{list_id}
curl --request GET \
  --url https://api.themoviedb.org/3/list/%7B{list_id}%7D
{
  "created_by": "Chisa_",
  "description": "Just an awesome list.",
  "favorite_count": 0,
  "id": 8505719,
  "iso_639_1": "en",
  "item_count": 0,
  "items": [],
  "name": "The most amazing List.",
  "page": 1,
  "poster_path": null,
  "total_pages": 1,
  "total_results": 0
}

Path Parameters

list_id
string
required

Query Parameters

language
string
Example:

"en-US"

page
string
Example:

"1"

Response

200 - application/json

Details

The response is of type object.