List Blog Translations
Powered by VitePress OpenAPI
List translations for a blog post.
Auth: optional.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Post id |
Request Body
None.
Response 200
json
{
"data": [
{ "lang": "en", "slug": "hello-world" },
{ "lang": "es", "slug": "hola-mundo" }
],
"user_context": { "authenticated": false },
"meta": {}
}Response Errors
404post not found
Notes
- Use this for multilingual content experiences.
- Works best when the base post has a stable source language.