Skip to main content

Comment

idstringrequired

Comment unique identifier

Example: 123e4567-e89b-12d3-a456-426614174000
contentstringrequired

Comment content

Example: Great movie! Loved the plot twist.
user_idstringrequired

ID of the user who posted the comment

Example: 123e4567-e89b-12d3-a456-426614174000
media_idstringrequired

ID of the media item

Example: 550
media_typestringrequired

Type of media

Possible values: [movie, tv]

Example: movie
created_atdate-timerequired

Comment creation timestamp

Example: 2024-01-15T10:30:00Z
updated_atdate-time

Comment last update timestamp

Example: 2024-01-15T10:30:00Z
is_approvedboolean

Whether the comment is approved for display

Example: true
user object

User information (when populated)

idstring
Example: 123e4567-e89b-12d3-a456-426614174000
emailstring
Example: user@example.com
usernamestring
Example: moviefan123
Comment
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"content": "Great movie! Loved the plot twist.",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"media_id": "550",
"media_type": "movie",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z",
"is_approved": true,
"user": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"email": "user@example.com",
"username": "moviefan123"
}
}