GET
/
services
/
nairaland
/
{post_id}
/
comments
[
  {
    "author": "<string>",
    "timestamp": "<string>",
    "content": "<string>",
    "comment_id": 123,
    "post_id": 123,
    "like_count": 0,
    "share_count": 0,
    "attachments": [
      "<string>"
    ],
    "replies": [
      {}
    ]
  }
]

Headers

ally-api-key
string
required

Path Parameters

post_id
integer
required

Nairaland Post ID

Response

200
application/json

Successful Response

The response is of type NairalandCommentModel · object[].