Questions tagged [google-civic-information-api]
8 questions
2
votes
1 answer
How does the quota limit for Google Civic Information API work?
I ask because the errors don't seem to line up with what the documentation says.
We have a daily limit of 1 million requests. Upon reaching about 995,000 requests, we started getting errors about hitting the limit and requests flat-lined. This…

Audrey Penven
- 21
- 2
2
votes
1 answer
Google Civic Information API `/voterInfoQuery` route returning 400
When testing the API at this site (https://developers.google.com/civic-information/docs/v2/elections/voterInfoQuery) I only receive a 400 response:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message":…

Random Guy
- 21
- 2
1
vote
0 answers
Google Civic Information API inconsistently returning NYC City Council Members
I am working on an representative look up feature for my work's website. Everything is working fine, but we've noticed that when testing it out, some people's addresses are not returning their city council members.
I've checked out the normalized…

rguttersohn
- 464
- 5
- 15
1
vote
0 answers
Google Civic Api - electionquery
Hello Support Engineer Team,
I am trying to use the GET https://www.googleapis.com/civicinfo/v2/elections
route to inquire for respective elections and by retrieving the electionId, I am using Elections: voterInfoQuery route I am trying to gather…

Jenis
- 21
- 1
1
vote
1 answer
Google Civic API: Error Code 400: "Failed to parse address"
I am recently trying to make an Android App, which uses Google Civic API to find the local officials based on the user input (a zip code). During testing, I found I randomly encounter Error 400: "Failed to parse address" when sending the query to…

Allegro
- 39
- 1
- 4
1
vote
1 answer
HttpError using google civic API
Im trying to request some data using the representativeInfoByAddres from the Google civic API https://developers.google.com/civic-information/docs/v2/representatives/representativeInfoByAddress but when i try to call execute() im getting an…

Daniel
- 5,095
- 5
- 35
- 48
0
votes
1 answer
Google Civic Information API throwing error in Python
I'm trying to utilize pygci to pull voting district data for a particular address. I've enabled the Google Civic Information API for the listed key, but all I'm getting is
"Response was not valid Json"
when I try to run this code:
*from pygci…

nerkes
- 1
- 1
0
votes
1 answer
OCD ID - what am I doing wrong?
The Google Civic Information API states that querying divisions is as simple as using "any parts of a OCD ID or a human readable division name" https://developers.google.com/civic-information/docs/v2/divisions/search
However, the OCD ID doesn't seem…

Michael
- 9,223
- 3
- 25
- 23