Skip to main content
GET
/
services
/
nairaland
/
{post_id}
{
  "commentId": 123,
  "author": "<string>",
  "postId": 123,
  "shareCount": 123,
  "likeCount": 123,
  "publicationDate": "<string>",
  "title": "<string>",
  "category": "<string>",
  "pageViews": 123,
  "content": "<string>",
  "attachments": [
    "<string>"
  ],
  "commentsCount": 0
}

Path Parameters

post_id
string
required

Response

Successful Response

author
string
required

The author of the comment

postId
integer
required

The ID of the post

shareCount
integer
required

The number of shares of the comment

likeCount
integer
required

The number of likes of the comment

publicationDate
required

The time the comment was published

title
string
required

The title of the post

category
string
required

The category of the post

pageViews
integer
required

The number of page views of the post

content
string
required

The content of the post

attachments
string[]
required

The attachments of the post

commentId
integer | null

The ID of the comment

commentsCount
integer
default:0

The number of comments of the post

I