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": "Election unknown"
}
],
"code": 400,
"message": "Election unknown"
}
}
is this API still supported?