GET
/
services
/
nairaland
/
{post_id}
{
  "title": "<string>",
  "attachments": [
    "<string>"
  ],
  "content": "<string>",
  "author": "<string>",
  "like_count": 123,
  "share_count": 123,
  "timestamp": "<string>",
  "category": "<string>",
  "page_views": "<string>",
  "comments_count": 123
}

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 object.