Elections: voterInfoQuery

유권자의 등록 주소를 기반으로 유권자와 관련된 정보를 검색합니다. 지금 사용해 보기

반환되는 정보에는
  • 특정 주거지 상세 주소의 투표 장소 (조기 투표소 포함)
  • 선거 및 후보자 정보
  • 선거 공무원 정보

요청

HTTP 요청

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

매개변수

매개변수 이름 설명
필수 쿼리 매개변수
address string 조회할 유권자의 등록 주소입니다.
선택적 쿼리 매개변수
electionId long

조회할 선거의 고유 ID입니다. 선거 ID 목록은 https://www.googleapis.com/civicinfo/{version}/elections에서 확인할 수 있습니다.

쿼리에 지정된 선거 ID가 없고 특정 유권자에 대한 데이터가 포함된 선거가 두 개 이상 있는 경우 otherElections 응답 필드에 추가 선거가 제공됩니다.

지정된 유권자 주소에 대한 실제 선거가 없는 경우 응답은 선거 ID가 지정된 경우에만 데이터를 반환합니다.

이 경우 모든 도구에서 지정된 선거 ID로 두 번째 쿼리를 생성하여 올바른 투표 장소, 컨테스트, 선거 정보 (해당하는 경우)를 사용자에게 제공하는 것이 좋습니다.

officialOnly boolean true로 설정하면 공식 상태 소스의 데이터만 반환됩니다. (기본값: false)

요청 본문

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

응답

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

{
  "kind": "civicinfo#voterInfoResponse",
  "election": elections Resource,
  "otherElections": [
    elections Resource
  ],
  "normalizedInput": {
    "locationName": string,
    "line1": string,
    "line2": string,
    "line3": string,
    "city": string,
    "state": string,
    "zip": string
  },
  "pollingLocations": [
    {
      "address": {
        "locationName": string,
        "line1": string,
        "line2": string,
        "line3": string,
        "city": string,
        "state": string,
        "zip": string
      },
      "notes": string,
      "pollingHours": string,
      "name": string,
      "voterServices": string,
      "startDate": string,
      "endDate": string,
      "latitude": double,
      "longitude": double,
      "sources": [
        {
          "name": string,
          "official": boolean
        }
      ]
    }
  ],
  "earlyVoteSites": [
    {
      "address": {
        "locationName": string,
        "line1": string,
        "line2": string,
        "line3": string,
        "city": string,
        "state": string,
        "zip": string
      },
      "notes": string,
      "pollingHours": string,
      "name": string,
      "voterServices": string,
      "startDate": string,
      "endDate": string,
      "latitude": double,
      "longitude": double,
      "sources": [
        {
          "name": string,
          "official": boolean
        }
      ]
    }
  ],
  "dropOffLocations": [
    {
      "address": {
        "locationName": string,
        "line1": string,
        "line2": string,
        "line3": string,
        "city": string,
        "state": string,
        "zip": string
      },
      "notes": string,
      "pollingHours": string,
      "name": string,
      "voterServices": string,
      "startDate": string,
      "endDate": string,
      "latitude": double,
      "longitude": double,
      "sources": [
        {
          "name": string,
          "official": boolean
        }
      ]
    }
  ],
  "contests": [
    {
      "type": string,
      "primaryParty": string,
      "electorateSpecifications": string,
      "special": string,
      "ballotTitle": string,
      "office": string,
      "level": [
        string
      ],
      "roles": [
        string
      ],
      "district": {
        "name": string,
        "scope": string,
        "id": string
      },
      "numberElected": long,
      "numberVotingFor": long,
      "ballotPlacement": long,
      "candidates": [
        {
          "name": string,
          "party": string,
          "candidateUrl": string,
          "phone": string,
          "photoUrl": string,
          "email": string,
          "orderOnBallot": long,
          "channels": [
            {
              "type": string,
              "id": string
            }
          ]
        }
      ],
      "referendumTitle": string,
      "referendumSubtitle": string,
      "referendumUrl": string,
      "referendumBrief": string,
      "referendumText": string,
      "referendumProStatement": string,
      "referendumConStatement": string,
      "referendumPassageThreshold": string,
      "referendumEffectOfAbstain": string,
      "referendumBallotResponses": [
        string
      ],
      "sources": [
        {
          "name": string,
          "official": boolean
        }
      ]
    }
  ],
  "state": [
    {
      "name": string,
      "electionAdministrationBody": {
        "name": string,
        "electionInfoUrl": string,
        "electionRegistrationUrl": string,
        "electionRegistrationConfirmationUrl": string,
        "electionNoticeText": string,
        "electionNoticeUrl": string,
        "absenteeVotingInfoUrl": string,
        "votingLocationFinderUrl": string,
        "ballotInfoUrl": string,
        "electionRulesUrl": string,
        "voter_services": [
          string
        ],
        "hoursOfOperation": string,
        "correspondenceAddress": {
          "locationName": string,
          "line1": string,
          "line2": string,
          "line3": string,
          "city": string,
          "state": string,
          "zip": string
        },
        "physicalAddress": {
          "locationName": string,
          "line1": string,
          "line2": string,
          "line3": string,
          "city": string,
          "state": string,
          "zip": string
        },
        "electionOfficials": [
          {
            "name": string,
            "title": string,
            "officePhoneNumber": string,
            "faxNumber": string,
            "emailAddress": string
          }
        ]
      },
      "local_jurisdiction": (AdministrationRegion),
      "sources": [
        {
          "name": string,
          "official": boolean
        }
      ]
    }
  ],
  "mailOnly": boolean
}
속성 이름 설명 Notes
kind string 리소스 종류를 식별합니다. 값: 고정 문자열 "civicinfo#voterInfoResponse".
election nested object 쿼리된 선택입니다.
otherElections[] list 유권자 주소가 여러 선거인 경우 API 응답에 otherElections 필드가 채워지며 다음과 같은 두 가지 가능성이 있습니다.

1. 이러한 선거가 서로 다른 날에 진행되는 경우 API는 첫 번째/이전 선거의 투표 정보를 반환합니다. 가장 빠른 선거가 의도한 선거가 아닌 경우 electionId 필드를 사용하여 두 번째 API 요청에 원하는 선거의 선거 ID를 지정합니다.

2. 이러한 선거가 같은 날 진행되는 경우 API는 추가 쿼리가 생성되도록 투표 장소, 대회 또는 선거 공식 정보를 반환하지 않습니다. 사용자 대상 애플리케이션의 경우 사용자에게 선거 결과를 명확하게 표시하여 표시하는 것이 좋습니다. 사용자와 관련된 선택을 위해 electionId 필드를 사용하는 두 번째 API 요청을 생성해야 합니다.
normalizedInput nested object 요청된 주소의 정규화된 버전입니다.
normalizedInput.locationName string 위치의 이름입니다.
normalizedInput.line1 string 이 주소의 도로명과 번지입니다.
normalizedInput.line2 string 필요한 경우 두 번째 줄에는 주소를 입력합니다.
normalizedInput.line3 string 필요한 경우 주소의 세 번째 줄입니다.
normalizedInput.city string 주소의 시/군/구입니다.
normalizedInput.state string 미국의 두 글자로 된 주 약어입니다.
normalizedInput.zip string 주소의 미국 우편번호입니다.
mailOnly boolean 선거구의 유권자가 투표용지를 우편으로 보낼지 여부를 지정합니다 (투표지를 버릴 수도 있음).

투표소, 조기 투표 장소, 하차 장소

속성 이름 설명 Notes
pollingLocations[] list 유권자가 선거일에 투표할 수 있는 장소입니다.
pollingLocations[].address nested object 위치의 주소입니다.
pollingLocations[].address.locationName string 위치의 이름입니다.
pollingLocations[].address.line1 string 이 주소의 도로명과 번지입니다.
pollingLocations[].address.line2 string 필요한 경우 두 번째 줄에는 주소를 입력합니다.
pollingLocations[].address.line3 string 필요한 경우 주소의 세 번째 줄입니다.
pollingLocations[].address.city string 주소의 시/군/구입니다.
pollingLocations[].address.state string 미국의 두 글자로 된 주 약어입니다.
pollingLocations[].address.zip string 주소의 미국 우편번호입니다.
pollingLocations[].notes string 이 위치에 관한 참고사항 (예: 접근성 경사로 또는 입구)
pollingLocations[].pollingHours string 이 위치의 영업 시간에 대한 설명입니다.
pollingLocations[].name string 조기 투표 사이트 또는 하차 위치의 이름입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
pollingLocations[].voterServices string 조기 투표 사이트 또는 하차 위치에서 제공하는 서비스입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
pollingLocations[].startDate string 사용할 수 있는 조기 투표 사이트 또는 하차 위치가 첫 번째 날짜입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
pollingLocations[].endDate string 이 조기 투표 사이트 또는 하차 위치를 사용할 수 있는 마지막 날짜입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
pollingLocations[].latitude string 위치의 위도(적도 북쪽 도)입니다. 일부 위치의 경우 이 입력란을 사용하지 못할 수도 있습니다.
pollingLocations[].longitude string 본초자오선에서 동쪽으로 도 단위로 표시되는 위치의 경도입니다. 일부 위치의 경우 이 입력란을 사용하지 못할 수도 있습니다.
pollingLocations[].sources[] list 이 위치의 소스 목록입니다. 여러 소스가 표시되는 경우 해당 소스에서 집계된 데이터입니다.
pollingLocations[].sources[].name string 데이터 소스의 이름입니다.
pollingLocations[].sources[].official boolean 데이터의 공식 정부 출처인지 여부
earlyVoteSites[] list 유권자가 선거일 전에 사전 투표할 수 있는 장소
earlyVoteSites[].address nested object 위치의 주소입니다.
earlyVoteSites[].address.locationName string 위치의 이름입니다.
earlyVoteSites[].address.line1 string 이 주소의 도로명과 번지입니다.
earlyVoteSites[].address.line2 string 필요한 경우 두 번째 줄에는 주소를 입력합니다.
earlyVoteSites[].address.line3 string 필요한 경우 주소의 세 번째 줄입니다.
earlyVoteSites[].address.city string 주소의 시/군/구입니다.
earlyVoteSites[].address.state string 미국의 두 글자로 된 주 약어입니다.
earlyVoteSites[].address.zip string 주소의 미국 우편번호입니다.
earlyVoteSites[].notes string 이 위치에 관한 참고사항 (예: 접근성 경사로 또는 입구)
earlyVoteSites[].pollingHours string 이 위치의 영업 시간에 대한 설명입니다.
earlyVoteSites[].name string 조기 투표 사이트 또는 하차 위치의 이름입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
earlyVoteSites[].voterServices string 조기 투표 사이트 또는 하차 위치에서 제공하는 서비스입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
earlyVoteSites[].startDate string 사용할 수 있는 조기 투표 사이트 또는 하차 위치가 첫 번째 날짜입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
earlyVoteSites[].endDate string 이 조기 투표 사이트 또는 하차 위치를 사용할 수 있는 마지막 날짜입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
earlyVoteSites[].latitude string 위치의 위도(적도 북쪽 도)입니다. 일부 위치의 경우 이 입력란을 사용하지 못할 수도 있습니다.
earlyVoteSites[].longitude string 본초자오선에서 동쪽으로 도 단위로 표시되는 위치의 경도입니다. 일부 위치의 경우 이 입력란을 사용하지 못할 수도 있습니다.
earlyVoteSites[].sources[] list 이 위치의 소스 목록입니다. 여러 소스가 표시되는 경우 해당 소스에서 집계된 데이터입니다.
earlyVoteSites[].sources[].name string 데이터 소스의 이름입니다.
earlyVoteSites[].sources[].official boolean 데이터의 공식 정부 출처인지 여부
dropOffLocations[] list 투표가 완료된 투표를 기증할 수 있는 장소입니다. 유권자는 투표소에 도착하기 전에 투표를 받고 완료해야 합니다. 해당 장소에서는 구내에 투표용지를 제공하지 않을 수 있습니다. 이러한 위치는 투표시간 입력란에 표시된 대로 선거일 또는 그 이전에 열 수 있습니다.
dropOffLocations[].address nested object 위치의 주소입니다.
dropOffLocations[].address.locationName string 위치의 이름입니다.
dropOffLocations[].address.line1 string 이 주소의 도로명과 번지입니다.
dropOffLocations[].address.line2 string 필요한 경우 두 번째 줄에는 주소를 입력합니다.
dropOffLocations[].address.line3 string 필요한 경우 주소의 세 번째 줄입니다.
dropOffLocations[].address.city string 주소의 시/군/구입니다.
dropOffLocations[].address.state string 미국의 두 글자로 된 주 약어입니다.
dropOffLocations[].address.zip string 주소의 미국 우편번호입니다.
dropOffLocations[].notes string 이 위치에 관한 참고사항 (예: 접근성 경사로 또는 입구)
dropOffLocations[].pollingHours string 이 위치의 영업 시간에 대한 설명입니다.
dropOffLocations[].name string 조기 투표 사이트 또는 하차 위치의 이름입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
dropOffLocations[].voterServices string 조기 투표 사이트 또는 하차 위치에서 제공하는 서비스입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
dropOffLocations[].startDate string 사용할 수 있는 조기 투표 사이트 또는 하차 위치가 첫 번째 날짜입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
dropOffLocations[].endDate string 이 조기 투표 사이트 또는 하차 위치를 사용할 수 있는 마지막 날짜입니다. 투표소의 경우 이 필드가 채워지지 않습니다.
dropOffLocations[].latitude string 위치의 위도(적도 북쪽 도)입니다. 일부 위치의 경우 이 입력란을 사용하지 못할 수도 있습니다.
dropOffLocations[].longitude string 본초자오선에서 동쪽으로 도 단위로 표시되는 위치의 경도입니다. 일부 위치의 경우 이 입력란을 사용하지 못할 수도 있습니다.
dropOffLocations[].sources[] list 이 위치의 소스 목록입니다. 여러 소스가 표시되는 경우 해당 소스에서 집계된 데이터입니다.
dropOffLocations[].sources[].name string 데이터 소스의 이름입니다.
dropOffLocations[].sources[].official boolean 데이터의 공식 정부 출처인지 여부

콘테스트

속성 이름 설명 Notes
contests[] list 유권자 투표에 표시될 컨테스트입니다.
contests[].type string 컨테스트 유형입니다. 일반적으로 후보작이 참가하는 경우 '일반', '기본', '결선'입니다. 국민투표의 경우 '참조'가 됩니다.
contests[].primaryParty string 정당의 이름
contests[].electorateSpecifications string 이 콘테스트의 추가 투표 자격 요건에 대한 설명
contests[].special string 일반적인 선거 주기가 아닌 때에 개최되는 선거에 따라 '예' 또는 '아니요'가 표시됩니다.
contests[].ballotTitle string 가능한 경우 이 컨테스트에 대한 투표용 공식 명칭입니다.
contests[].office string 이 대회의 사무실 이름입니다.
contests[].level[] list 콘테스트를 진행하는 사무소의 정부 수준입니다. 관할권이 두 가지 수준의 정부에서 효과적으로 행동하는 경우에는 두 개 이상이 될 수 있습니다. 예를 들어 컬럼비아 특별구 시장은 locality 수준에서 활동하지만 administrativeArea2administrativeArea1 모두에서 효력을 발휘합니다.

유효한 값은 다음과 같습니다.
  • international -- UN이나 유럽연합과 같은 국제 정부
  • country -- 미국 연방 정부와 같은 국가 정부 기관.
  • administrativeArea1 -- 미국 주 등 국가의 최상위 행정구역 정부
  • regional -- 표준 행정 구역을 교차할 수 있는 지역 정부로, 미국에서는 드물지만 다른 국가의 대도시에서는 공통적으로 사용됩니다.
  • administrativeArea2 -- 미국 카운티와 같은 국가의 2차 행정구역 정부
  • locality -- 시 또는 지방 자치 정부.
  • subLocality1 -- 워싱턴 DC의 군과 같은 시의 최상위 행정구역 정부
  • subLocality2 -- 워싱턴 DC의 자문 지역 위원회 등 시의 2차 행정구역 정부
  • special -- 토양 및 수자원 보존 지구와 같이 특수 목적의 정부용으로만 존재하는 지역 지구
contests[].roles[] list 이 콘테스트에서 완수하는 직무 역할은 모든 직책을 포괄하거나 특정 직책의 전체 책임을 정확히 지정하기 위한 것이 아니라, 직책 목록에서 일반적으로 선택하거나 정렬하는 데 유용한 대략적인 카테고리입니다.

유효한 값은 다음과 같습니다.
  • headOfState -- 정부의 최고 공공 대리인. 국가의 원수는 보통 대통령이라고 합니다.
  • headOfGovernment -- 정부의 최고경영자. 미국에서는 대통령, 다른 국가에서는 총리인 경우가 많습니다. 하위 수준에서는 주지사 또는 시장이 될 수 있습니다.
  • deputyHeadOfGovernment -- 선출된 정부 원수가 사망하거나 무직할 경우 정부 수반의 역할을 맡을 책임이 있는 임원. 미국에서는 부사장입니다. 이 사무소에는 다른 직무도 있을 수 있습니다.
  • governmentOfficer -- 선출된 임원진. 미국 주에서는 법무장관, 감사관, 장관, 주정부, 재무관과 같은 직무가 여기에 포함될 수 있습니다.
  • executiveCouncil -- 그룹으로서 임원 직책을 수행하는 집행 위원회의 구성원. 예를 들어 인디애나 카운티 감독관이 있습니다.
  • legislatorUpperBody -- 양원제 입법부의 상부 의원 또는 단원제 입법기관의 유일한 기구입니다.
  • legislatorLowerBody -- 양원제 입법부의 하급 의원.
  • highestCourtJudge -- 주 대법원과 같은 특정 정부의 고등 법원 판사
  • judge -- 정부의 최고 법원이 아닌 법원의 판사
  • schoolBoard -- 지역 학교 위원회의 구성원.
  • specialPurposeOfficer -- 토양 및 수자원 보존 위원회의 구성원 또는 모기 저감 책임자와 같이 정해진 하나의 목적을 위해 수행하는 공무원
contests[].district nested object 이 컨테스트가 속한 선거구에 대한 정보입니다.
contests[].district.name string 구역 이름입니다.
contests[].district.scope string 이 구역의 지리적 범위입니다. 지정하지 않으면 교육구의 위치를 알 수 없습니다. 다음 중 하나: 전국, 주 전체, 의회, 주 상급, 주로우어, 카운티, 사법, 학교위원회, 도시 와이드, 타운십, 카운티, 시의회, 시의회, 워드, 특별

허용되는 값:
  • "cityCouncil"
  • "citywide"
  • "congressional"
  • "countyCouncil"
  • "countywide"
  • "judicial"
  • "national"
  • "schoolBoard"
  • "special"
  • "stateLower"
  • "stateUpper"
  • "statewide"
  • "township"
  • "ward"
contests[].district.id string 범위를 기준으로 한 이 구역의 식별자입니다. 예를 들어 34번째 주 상원 선거구는 ID가 '34'이고 범위를 stateUpper로 지정합니다.
contests[].numberElected long 이 선거의 선출자 수입니다.
contests[].numberVotingFor long 이 컨테스트에서 유권자가 투표할 수 있는 후보자의 수입니다.
contests[].ballotPlacement long 유권자 투표에서 이 컨테스트의 순위를 지정하는 숫자입니다.
contests[].candidates[] list 이 대회의 후보자 선택입니다.
contests[].candidates[].name string 후보자의 이름입니다.
contests[].candidates[].party string 후보가 의원인 정당의 성명
contests[].candidates[].candidateUrl string 후보자의 선거 운동 웹사이트의 URL
contests[].candidates[].phone string 후보자의 선거관리실의 음성 전화번호입니다.
contests[].candidates[].photoUrl string 후보자 사진의 URL입니다.
contests[].candidates[].email string 후보 캠페인의 이메일 주소입니다.
contests[].candidates[].orderOnBallot long 후보가 이 컨테스트 투표에 표시되는 순서입니다.
contests[].candidates[].channels[] list 후보에 대해 알려진 (소셜) 미디어 채널 목록
contests[].candidates[].channels[].type string 채널 유형입니다. 다음은 채널 유형 목록이며 전체 목록은 아닙니다. 향후 더 많은 채널 유형을 추가할 수 있습니다. 다음 중 하나:
  • GooglePlus
  • YouTube
  • Facebook
  • Twitter
contests[].candidates[].channels[].id string 후보 채널의 고유한 공개 식별자입니다.
contests[].referendumTitle string 국민투표의 제목입니다 (예: '법안 42'). 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumSubtitle string 국민투표에 대한 간략한 설명입니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumUrl string 국민투표 링크 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumBrief string 일반적으로 제목 아래이지만 텍스트 위에 있는 국민투표의 간단한 요약을 표시합니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumText string 국민투표의 전문입니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumProStatement string 국민투표에 찬성하는 성명서 투표 용지에 표시되지 않을 수도 있습니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumConStatement string 국민투표에 반대하는 성명서 투표 용지에 표시되지 않을 수도 있습니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumPassageThreshold string 국민투표가 통과하기 위해 필요한 득표 기준(예: 3분의 2)입니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumEffectOfAbstain string 제안에 대한 기권 (투표 아님)이 미칠 수 있는 영향 (즉, 기권이 반대 투표로 간주되는지 여부)을 지정합니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].referendumBallotResponses[] list 국민투표에 대한 투표 답변 모음입니다. 투표 용지 답변은 투표 용지의 줄을 나타냅니다. 일반적인 예로 국민투표의 경우 '예' 또는 '아니요'를, 유지율을 높이기 위해 심사위원의 이름을 들 수 있습니다. 이 필드는 'Referendum' 유형의 컨테스트에 대해서만 채워집니다.
contests[].sources[] list 이 컨테스트의 출처 목록입니다. 여러 소스가 표시되는 경우 해당 소스에서 집계된 데이터입니다.
contests[].sources[].name string 데이터 소스의 이름입니다.
contests[].sources[].official boolean 데이터의 공식 정부 출처인지 여부

선거 공무원

속성 이름 설명 Notes
state[] list 유권자가 투표하는 주의 지방선거 정보입니다. 미국의 경우 이 배열에 요소가 하나만 있습니다.
state[].name string 관할권의 이름입니다.
state[].electionAdministrationBody nested object 이 지역의 선거 관리 기관입니다.
state[].electionAdministrationBody.name string 이 선거 행정 기관의 이름입니다.
state[].electionAdministrationBody.electionInfoUrl string 일반 선거 정보 조회를 위해 이 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.electionRegistrationUrl string 유권자 등록 방법을 조회할 수 있도록 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.electionRegistrationConfirmationUrl string 유권자가 유권자로 등록되어 있는지 확인하기 위해 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.electionNoticeText string 이 행정 기관에서 제공한 마감 임박 또는 긴급 알림 텍스트입니다.
state[].electionAdministrationBody.electionNoticeUrl string 긴급 알림 또는 긴급 알림과 관련된 추가 정보를 위해 이 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.absenteeVotingInfoUrl string 부재자 투표 정보를 위해 이 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.votingLocationFinderUrl string 투표 장소를 조회하기 위해 이 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.ballotInfoUrl string 유권자에게 컨테스트 정보를 제공하기 위해 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.electionRulesUrl string 선거 규칙을 유권자에게 설명하는 이 행정 기관에서 제공하는 URL입니다.
state[].electionAdministrationBody.voter_services[] list 이 행정 기관에서 제공할 수 있는 서비스에 대한 설명입니다.
state[].electionAdministrationBody.hoursOfOperation string 이 행정 기관의 영업시간에 대한 설명입니다.
state[].electionAdministrationBody.correspondenceAddress nested object 이 행정 기관의 우편 주소입니다.
state[].electionAdministrationBody.correspondenceAddress.locationName string 위치의 이름입니다.
state[].electionAdministrationBody.correspondenceAddress.line1 string 이 주소의 도로명과 번지입니다.
state[].electionAdministrationBody.correspondenceAddress.line2 string 필요한 경우 두 번째 줄에는 주소를 입력합니다.
state[].electionAdministrationBody.correspondenceAddress.line3 string 필요한 경우 주소의 세 번째 줄입니다.
state[].electionAdministrationBody.correspondenceAddress.city string 주소의 시/군/구입니다.
state[].electionAdministrationBody.correspondenceAddress.state string 미국의 두 글자로 된 주 약어입니다.
state[].electionAdministrationBody.correspondenceAddress.zip string 주소의 미국 우편번호입니다.
state[].electionAdministrationBody.physicalAddress nested object 이 행정 기관의 실제 주소입니다.
state[].electionAdministrationBody.physicalAddress.locationName string 위치의 이름입니다.
state[].electionAdministrationBody.physicalAddress.line1 string 이 주소의 도로명과 번지입니다.
state[].electionAdministrationBody.physicalAddress.line2 string 필요한 경우 두 번째 줄에는 주소를 입력합니다.
state[].electionAdministrationBody.physicalAddress.line3 string 필요한 경우 주소의 세 번째 줄입니다.
state[].electionAdministrationBody.physicalAddress.city string 주소의 시/군/구입니다.
state[].electionAdministrationBody.physicalAddress.state string 미국의 두 글자로 된 주 약어입니다.
state[].electionAdministrationBody.physicalAddress.zip string 주소의 미국 우편번호입니다.
state[].electionAdministrationBody.electionOfficials[] list 이 선거 관리 기관의 선거 관리 기관입니다.
state[].electionAdministrationBody.electionOfficials[].name string 선거 공무원의 전체 이름입니다.
state[].electionAdministrationBody.electionOfficials[].title string 선거 공무원의 직책입니다.
state[].electionAdministrationBody.electionOfficials[].officePhoneNumber string 선거 공무원의 사무실 전화번호입니다.
state[].electionAdministrationBody.electionOfficials[].faxNumber string 선거 공무원의 팩스 번호입니다.
state[].electionAdministrationBody.electionOfficials[].emailAddress string 선거 공무원의 이메일 주소입니다.
state[].local_jurisdiction nested object 이 유권자에게 선거 정보를 제공하는 시 또는 카운티입니다. 이 객체는 상태와 동일한 요소를 가질 수 있습니다.
state[].sources[] list 이 지역의 출처 목록입니다. 여러 소스가 표시되는 경우 해당 소스에서 집계된 데이터입니다.
state[].sources[].name string 데이터 소스의 이름입니다.
state[].sources[].official boolean 데이터의 공식 정부 출처인지 여부

사용해 보기