Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

AICPA SOC for Service Organizations logoAICPA SOC for Service Organizations logo

SOC 2® Type 1 report

Audited by Prescient Assurance

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode
APIs / Data Enrichment / Google / Google Civic Information API
Google Civic Information API logo

Google Civic Information API

Browse all Google APIs
41
AI ReadinessFoundational (D-)41/100
See full scorecard
Official vendor OpenAPI document · agent-readyData EnrichmentAddress ValidationapiKey6 EndpointsREST

For Agents

Look up US elected officials, polling places, and election information by address or OCD division identifier.

Use for: Find the elected officials for a given US street address, List the political divisions covering an address, Get polling place information for a US voter, Retrieve information about an upcoming US election

Not supported: Does not handle voter registration submissions, non-US elections, or candidate fundraising data - use for US representative, division, and election lookups only.

The Google Civic Information API provides US-focused civic data - elected officials, polling locations, election information, and political divisions - keyed by postal address or OCD division identifier. It is widely used by civic-tech apps, voter-engagement tools, and journalism projects to surface representatives and ballot information for a given address. The API is small (six endpoints) but covers the main lookups needed for representative info and election day support.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Google Civic Information API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Google Civic Information API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Fcivicinfo" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Fcivicinfo" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Google Civic Information API.

Look up federal, state, and local elected officials representing a US address

Retrieve representative info for a specific OCD division (Open Civic Data identifier)

Search and list political divisions matching a query string

Convert an address to its set of political divisions

Return upcoming election information including polling places and contests

Surface ballot and election-day details for a registered voter address

Use Cases

Patterns agents use Google Civic Information API for, with concrete tasks.

★ Voter Engagement Tooling

Civic-tech and advocacy apps power 'find your representative' and 'find your polling place' features by calling the representatives.representativeInfoByAddress and elections.voterInfoQuery endpoints with the user's home address. The responses include officials by office, contact channels, polling place details, and the contests on the ballot. Most apps cache responses for the duration of an election cycle.

Call /civicinfo/v2/representatives?address=1600+Pennsylvania+Ave+Washington+DC and return the names and contact channels of all federal officials returned.

Newsroom Election Day Support

Newsrooms and political journalism projects use elections.electionQuery and elections.voterInfoQuery to power election-day live tools - lookup widgets that show readers what's on their ballot and where to vote. The API returns structured contest, candidate, and polling-location data, which feeds into custom rendering on newsroom sites.

Call /civicinfo/v2/voterinfo?address=350+5th+Ave+New+York+NY for the next election and return the polling location and the list of contests.

Address-to-Division Resolution

Civic data products map a postal address to the full set of political divisions it falls into - federal congressional district, state legislative districts, county, municipality - using divisions.queryDivisionByAddress. This is the resolution layer that powers 'who represents me' tools and constituent-services CRMs. Each response is a single API call.

Call /civicinfo/v2/divisionsByAddress?address=1600+Amphitheatre+Pkwy+Mountain+View+CA and return the OCD division ids of every division covering the address.

AI Agent Civic Assistant via Jentic

An AI agent through Jentic acts as a civic assistant - taking a street address and returning a plain-language summary of the user's representatives, the next election, and the polling place. Jentic isolates the API key so the agent never holds the raw key string.

Through Jentic, search civicinfo_representative_info_by_address, load schema, and execute it for the supplied address returning a list of officials by level.

Key Endpoints

6 endpoints — the google civic information api provides us-focused civic data - elected officials, polling locations, election information, and political divisions - keyed by postal address or ocd division identifier.

METHOD

PATH

DESCRIPTION

GET

/civicinfo/v2/representatives

Look up officials representing a US address

GET

/civicinfo/v2/representatives/{ocdId}

Look up officials by OCD division id

GET

/civicinfo/v2/divisions

Search civic divisions by query

GET

/civicinfo/v2/divisionsByAddress

Resolve divisions covering an address

GET

/civicinfo/v2/elections

List upcoming elections

GET

/civicinfo/v2/voterinfo

Retrieve voter info and polling place

GET

/civicinfo/v2/representatives

Look up officials representing a US address

GET

/civicinfo/v2/representatives/{ocdId}

Look up officials by OCD division id

GET

/civicinfo/v2/divisions

Search civic divisions by query

GET

/civicinfo/v2/divisionsByAddress

Resolve divisions covering an address

GET

/civicinfo/v2/elections

List upcoming elections

GET

/civicinfo/v2/voterinfo

Retrieve voter info and polling place

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

G

Google Civic Information API

- Foundational (D-)
41/100
55
Foundational Compliance
56
Developer Experience & Jentic Compatibility
18
AI-Readiness & Agent Experience
94
Agent Usability
100
Security
60
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
55

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: CSignals: 4
90%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

0%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

30%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

56

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: CSignals: 4
0%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

25%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

18

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: FSignals: 4
73%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

0%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

0%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

100

Security

Trust, risk posture, and security compliance.

Grade: A+Signals: 1
100%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

60

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: B-Signals: 1
60%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring the Google Civic Information API by hand means provisioning a Google Cloud API key, appending it to each request, and shaping representative, division, and election lookups yourself. Through Jentic you install once, import the Google Civic Information API from the API Directory, store the API key once, and your agent calls it.

Permission scoping

These are read-only US civic lookups where the query travels in the request parameters, so scope the agent to the operations it needs, such as representatives lookup, divisionsByAddress, or voterinfo. You choose those operations, and any not in that set are not included unless you add them.

Credential isolation

Your Google Cloud API key is stored once, encrypted, by your own Jentic One instance and injected at execution time. The raw key string never enters the agent's prompt, logs, or context.

Intent-based discovery

Agents search Jentic by intent such as 'find my US representative by address', and Jentic returns the representatives lookup operation with its parameter schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Google Places API

→

Resolve and validate addresses or look up nearby polling places by location.

Use Places to standardise the address; use Civic Info to resolve representatives and elections for that address.

Alternative

Google Custom Search API

→

Free-text search across the web rather than structured civic data.

Choose Custom Search for general lookups; choose Civic Info when you need structured representative or election fields.

Complementary

YouTube Data API

→

Surface candidate and elected official video content alongside Civic Info data.

Pair with Civic Info when an app enriches representative profiles with media.

FAQs

Specific to using Google Civic Information API through Jentic.

What authentication does the Civic Information API use?

It uses a Google Cloud API key passed as the key query parameter. No OAuth is required because the data is public US civic information. Through Jentic, the API key is stored encrypted in your Jentic One instance and the agent calls the API without ever holding the raw key value.

Can I look up a representative by address?

Yes. GET /civicinfo/v2/representatives?address=<address> returns officials at federal, state, and local levels along with contact channels (phones, urls, email, social handles). The address must be a US address; international addresses are not supported.

What are the rate limits for the Civic Information API?

Google enforces a default of 25,000 queries per day per project on civicinfo. Higher quota can be requested via the Google Cloud console. Most applications cache representative lookups by address since the underlying data changes only between elections.

How do I get voter info for an address through Jentic?

Use the Jentic search query "google civic voter information" to discover the elections.voterInfoQuery operation, load its schema, and execute it with the address and optionally an electionId. Run pip install jentic to get started.

Does the API cover non-US elections?

No. The Civic Information API covers only United States civic data - federal, state, and local. For other countries, this API is not the right source.

Is the Civic Information API free?

Yes, the API is free within the default project quota. The underlying civic data is sourced from public records and partner providers and made available without charge.

Can I limit what my agent is allowed to do with the Google Civic Information API?

Yes. Because these are read-only US civic lookups where the query travels in the request parameters, your self-hosted Jentic One instance lets you decide which operations the agent may call and restrict it to just those. You can, for example, allow the representatives lookup and divisionsByAddress but exclude voterinfo or elections, and any operation you do not include stays off limits until you add it. Your own rules also govern which stored credentials the agent may use, so the Google Cloud API key is only ever applied to the operations you have permitted.

GET STARTED

Start building with Google Civic Information API

Explore with Jentic One
View OpenAPI Document