Get a blog post
get_blog_postFetch a blog post by ID or slug to get its title, body, excerpt, SEO meta, and translations. Use the lang parameter to select a non-default translation.
Instructions
Fetch a blog post (title, body, excerpt, SEO meta, translations) by id or slug. Use lang to pick a non-default translation. Read-only; doesn't consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | BCP-47 language code (e.g. 'en', 'de', 'es'). Defaults to the project's default language. | |
| id_or_slug | Yes | Numeric post id or string slug (e.g. '5-minute-breathwork-for-anxious-mornings'). |