Skip to content

Get Comments for a Movie

GET
/api/v1/movie/{id}/comments

Parameters

Path Parameters

id*

Media ID

Type
string
Required
Example"tmdb-1234"

Query Parameters

type*

Comment Type

Type
string
Required

Responses

OK

application/json
JSON
{
  
"data": [
  
],
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI