get_localization_by_id
Retrieve a specific localization entry by its ID from Sonarr's API to access translated strings or localization data. Use this to fetch exact localization details for a given identifier.
Instructions
Read Localization.
GET /api/v3/localization/{id}
Args: id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |