Divisions
資源表示法
代表與要求查詢相符的政治地理區域行政區。
{
"ocdId": string,
"name": string,
"aliases": [
string
]
}
屬性名稱 |
值 |
說明 |
附註 |
aliases[] |
list |
其他參照相同部門的開放公民資料 ID,例如,參照其他政治學區的界線定義與這個劃分一致的政治資料 ID。例如,ocd-division/country:us/state:wy 會包含 ocd-division/country:us/state:wy/cd:1 的別名,因為懷俄明州只有一個國會選區。 |
|
name |
string |
除名。 |
|
ocdId |
string |
此部門的專屬 Open Civic Data ID。 |
|
方法
- search
- 依政治部門的自然名稱或 OCD ID 搜尋政治部門。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-23 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]