# 获取区域列表 获取区域列表。 可使用区域来管理区域限制。 Endpoint: GET /v2/project/{project_id}/admin/region Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在您的发布商帐户项目名称旁边找到。 Example: 44056 ## Response 200 fields (application/json): - `regions` (array) - `regions.id` (integer) 区域ID。项目内的唯一区域标识符。 Example: 42 - `regions.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