Elections: electionQuery

쿼리할 수 있는 선거 목록입니다. 지금 사용해 보기

요청

HTTP 요청

GET https://www.googleapis.com/civicinfo/v2/elections

요청 본문

이 메소드를 사용할 때는 요청 본문을 제공하지 마세요.

응답

요청에 성공할 경우 이 메소드는 다음과 같은 구조의 응답 본문을 반환합니다.

{
  "kind": "civicinfo#electionsQueryResponse",
  "elections": [
    elections Resource
  ]
}
속성 이름 설명 Notes
kind string 리소스 종류를 식별합니다. 값: 고정 문자열 "civicinfo#electionsQueryResponse".
elections[] list 이용 가능한 선거 목록

사용해 보기