Skip to main content
GET
/
lists
/
{list_id}
/
movies
/
{movie_id}
Get details about a movie in a list
curl --request GET \
  --url https://api.example.com/lists/{list_id}/movies/{movie_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

list_id
string
required
movie_id
string
required

Response

Successful Response