Googleapis Civicinfo
Connector for the googleapis-civicinfo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://civicinfo.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
civicinfo_divisions_search— GET /civicinfo/v2/divisions — Searches for political divisions by their natural name or OCD ID.civicinfo_elections_electionquery— GET /civicinfo/v2/elections — List of available elections to query.civicinfo_representatives_representativeinfobyad— GET /civicinfo/v2/representatives — Looks up political geography and representative information for a single addresscivicinfo_representatives_representativeinfobydi— GET /civicinfo/v2/representatives/{ocdId} — Looks up representative information for a single geographic division.civicinfo_elections_voterinfoquery— GET /civicinfo/v2/voterinfo — Looks up information relevant to a voter based on the voter's registered address
Inputs
apiKey— your googleapis-civicinfo API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: civicinfo_divisions_search
apiKey: <your key>