cURL
Blog
Get a blog post
Returns a single post resolved by either numeric id or slug. The
lang query parameter controls which translation is returned in the
flat title/content/excerpt fields (translations[] always
contains every available locale).
Read-only. Does not consume credits.
GET
cURL
Authorizations
Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage
keys via /projects/me/api-keys. Test-mode keys use
the ndsk_test_ prefix.
Path Parameters
Numeric ID or slug. Slugs are accepted for public read flows.
Query Parameters
Example:
"en"
Response
The post.
Example:
142
Example:
"5-minute-breathwork-for-anxious-mornings"
Available options:
draft, published, scheduled, archived Example:
"published"
HTML for the requested language. Returned by GET /blog-posts/{id_or_slug} only.