get_localized_entry
Retrieve a content entry in a specific locale by ID and locale code. Returns full entry data with populated relations.
Instructions
Retrieve a specific localized version of a content entry by its ID and locale code. Returns the full entry data in the requested language, including all populated relations. Use list_locales first to see available locale codes, then use this to fetch content in a specific language for comparison or translation workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | Yes | Locale code for the desired translation (e.g., 'en', 'fr', 'de', 'es') | |
| entry_id | Yes | Numeric ID of the entry to retrieve in the specified locale | |
| populate | No | Relations to populate. Use '*' for all, or specify fields like 'author,tags' | * |
| content_type | Yes | Plural API ID of the content type (e.g., 'articles', 'products') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |