Divisions
이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.
리소스 표현
요청된 쿼리와 일치하는 정치적 지리적 구역을 나타냅니다.
{
"ocdId": string,
"name": string,
"aliases": [
string
]
}
속성 이름 |
값 |
설명 |
참고 |
aliases[] |
list |
동일한 구역을 참조하는 기타 Open Civic Data 식별자(예: 경계가 이 구역과 인접한 것으로 정의된 다른 정치 구역을 참조하는 식별자) 예를 들어 와이오밍에는 하원의원 선거구가 하나만 있으므로 ocd-division/country:us/state:wy에는 ocd-division/country:us/state:wy/cd:1 별칭이 포함됩니다. |
|
name |
string |
부서의 이름입니다. |
|
ocdId |
string |
이 구역의 고유한 Open Civic Data 식별자입니다. |
|
메서드
- search
- 자연 이름 또는 OCD ID로 정치 구역을 검색합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-23(UTC)
[null,null,["최종 업데이트: 2024-08-23(UTC)"],[[["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."]]],[]]