Skip to main content
GET
/
v1
/
blog
/
post
/
{slug}
Blog post by slug
curl --request GET \
  --url https://api.ngnmarket.com/v1/blog/post/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "slug": "fgn-bond-market-outlook-2026",
    "title": "FGN Bond Market Outlook for 2026",
    "excerpt": "Federal Government of Nigeria bond yields have remained elevated going into 2026, with the 10-year benchmark hovering near 18.5%.",
    "coverImage": "https://ngnmarket.com/images/blog/fgn-bond-market-outlook-2026.jpg",
    "publishedDate": "2026-01-08T09:00:00.000Z",
    "categories": [
      "economy",
      "fixed-income"
    ],
    "tags": [
      "FGN bonds",
      "yield",
      "2026 outlook"
    ],
    "companies": [],
    "url": "https://ngnmarket.com/blog/fgn-bond-market-outlook-2026"
  },
  "meta": {
    "plan": "free",
    "calls_used": 315,
    "calls_remaining": 9685,
    "reset_at": "2026-05-01T00:00:00.000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ngnmarket.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the standard post card for a single article identified by its slug. Use slugs from any list, search, category, or company response. The url field links directly to the full article on ngnmarket.com/blog.

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY. Generate keys at ngnmarket.com/dashboard/developer.

Path Parameters

slug
string
required

URL-safe slug of the blog post (e.g. fgn-bond-market-outlook-2026).

Example:

"fgn-bond-market-outlook-2026"

Response

Post retrieved successfully.

success
boolean
required
meta
object

Quota and plan metadata included on every authenticated response.

data
object

Standard post card returned by all blog endpoints.