Divisions
资源表示形式
表示与请求的查询匹配的政治行政区划。
{
"ocdId": string,
"name": string,
"aliases": [
string
]
}
属性名称 |
值 |
说明 |
备注 |
aliases[] |
list |
表示同一部门的其他 Open Civic 数据标识符 - 例如,表示其他政治部门的标识符,这些部门的边界已定义为与此部门一致。例如,ocd-division/country:us/state:wy 将包含 ocd-division/country:us/state:wy/cd:1 的别名,因为怀俄明州只有一个国会选区。 |
|
name |
string |
部门的名称。 |
|
ocdId |
string |
此部门的唯一 Open Civic 数据标识符。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-23。
[null,null,["最后更新时间 (UTC):2024-08-23。"],[[["The resource represents a political geographic division, providing details such as its name, Open Civic Data identifier (ocdId), and any alternative identifiers (aliases)."],["The division's `ocdId` is a unique identifier, while `name` displays the division's name, and `aliases` might include other identifiers referring to the same or related divisions."],["This resource offers access to two key methods: `search`, which allows searching for political divisions by name or OCD ID, and `divisionsByAddress`, which identifies political divisions associated with a specific address."]]],[]]