cURL
curl --request GET \ --url https://api.example.com/services/nairaland/{post_id}/comments
{ "comments": [ { "author": "<string>", "postId": 123, "shareCount": 123, "likeCount": 123, "publicationDate": "<string>", "content": "<string>", "attachments": [ "<string>" ], "commentId": 123, "commentsCount": 0 } ], "page": 123, "hasMore": true }
Get the comments of a nairaland post
x >= 1
1 <= x <= 30
Successful Response
The comments of the post
Show child attributes
The page number
Whether there are more comments to fetch