Skip to content
Hound Documentation
Main Navigation
Getting Started
Appearance
Menu
Return to top
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
200
400
500
OK
Content-Type
application/json
Schema
JSON
JSON
{
"data"
:
[
]
,
"status"
:
"success"
}
GET
/api/v1/movie/{id}/comments
Playground
Variables
Key
Value
id
*
type
*
Try it out
Samples
Powered by
VitePress OpenAPI
Get Comments for a Movie
Parameters
Path Parameters
Media ID
"tmdb-1234"Query Parameters
Comment Type
Responses
OK
Playground
Variables
Samples