Skip to main content
GET
Blog post detail
Returns a richer record than the list endpoints. The author field is a full object (bio, website, social links, avatar URL) rather than just a name. categories, tags, and companies each come with a display name alongside the slug or symbol, so you can render them without a second lookup. content.html gives you the article’s “Key Highlights” section (heading plus bullet list) if one exists, or the first 500 characters of plain text as a fallback, this is a preview, not the full article body. url is the canonical link to the full article on ngnmarket.com/blog. Use slugs from any list or search response.

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

Detailed post record returned by GET /blog/posts/{slug}. Includes a rich author object, named taxonomy objects (vs plain slugs in the list), and a content.html preview. The full article is available at the canonical url.