# 获取区域 获取特定区域。 可使用区域来管理区域限制。 Endpoint: GET /v2/project/{project_id}/admin/region/{region_id} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在您的发布商帐户项目名称旁边找到。 Example: 44056 - `region_id` (integer, required) 区域ID。项目内的唯一区域标识符。 Example: 42 ## Response 200 fields (application/json): - `countries` (array) 要添加到区域的国家/地区列表。 [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)标准下的两个大写字母的国家/地区代码。 请查看文档详细了解[艾克索拉支持的国家/地区](https://developers.xsolla.com/zh/doc/shop-builder/references/supported-countries/)。 示例:["JP", "CN", "VN"] - `id` (integer) 区域ID。项目内的唯一区域标识符。 Example: 42 - `name` (object) 区域名称。应该包含键/值对,其中键是"^[a-z]{2}-[A-Z]{2}$"格式的区域位置,值是字符串。 Example: {"de-DE":"Asien","en-US":"Asia"} ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 404 fields (application/json): - `errorCode` (integer) Example: 9701 - `errorMessage` (string) Example: "[0401-9701]: Region not found" - `statusCode` (integer) Example: 404 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x"