# Get a specific locales Endpoint: GET /locales/{localeId} Version: 1.12 Security: bearerAuth ## Path parameters: - `localeId` (integer, required) Locale identifier Example: 1 ## Response 200 fields (application/json): - `id` (integer) Internal identifier for locale entry Example: 1 - `country` (object, required) - `country.code` (string, required) ISO 3166 alpha-2 code representing country Example: "GB" - `country.name` (string, required) Name of country Example: "United Kingdom" - `currency` (object, required) - `currency.id` (integer) Internal identifier for currency entry Example: 1 - `currency.code` (string, required) ISO 4217 3-character currency code Example: "GBP" - `currency.symbol` (string, required) Currency symbol - `currency.majorCurrencyName` (string, required) Name of major currency - `currency.minorCurrencyName` (string, required) Name of minor currency - `currency.majorCurrencyFormat` (string, required) Format to use when displaying major currency - `currency.minorCurrencyFormat` (string, required) Format to use when displaying minor currency - `currency.salesTaxName` (string, required) Name used for sales tax in this currency ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields