AI-generated Key Takeaways
-
This API reference is organized by resource type, with each type having data representations and methods.
-
Resource types covered include Elections and Divisions.
-
The Elections resource provides methods to list available elections and look up voter information.
-
The Divisions resource offers a method to search for political divisions.
This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
Elections
For Elections Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/civicinfo/v2, unless otherwise noted | ||
electionQuery |
GET /elections
|
List of available elections to query. |
voterInfoQuery |
GET /voterinfo
|
Looks up information relevant to a voter based on the voter's registered address.
Required query parameters:
address |
Divisions
For Divisions Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/civicinfo/v2, unless otherwise noted | ||
search |
GET /divisions
|
Searches for political divisions by their natural name or OCD ID. |