Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Data Enrichment / Open States API v3
Open States API v3 logo

Open States API v3

✓ Official Vendor SpecData EnrichmentData TransformationapiKey12 EndpointsREST

For Agents

Search U.S. state bills, legislators, committees, and legislative events across all 50 states with normalized fields and jurisdiction filtering.

Use for: Find all bills introduced in California related to housing, Get the legislator representing a specific lat/long coordinate, Retrieve a bill detail by its Open States bill ID, List all committees in the New York State Senate

Not supported: Does not handle federal Congress data, voter registration, or campaign finance — use for U.S. state legislative data only.

Open States API v3 provides programmatic access to U.S. state legislative data, including bills, legislators, committees, events, and jurisdictions across all 50 states, the District of Columbia, and Puerto Rico. Agents can search bills by subject or session, retrieve legislator profiles with district information, and pull committee memberships and meeting events. Data is normalized across state legislatures so a single query pattern works for any jurisdiction. The API requires a free API key and is maintained by the Open States project, a civic-tech nonprofit effort.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Open States API v3 to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Open States API v3, 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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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 Open States API v3 API.

Search state legislative bills by jurisdiction, session, subject, and sponsor

Retrieve detailed bill records by Open States bill ID or jurisdiction-session-bill identifier

Look up state legislators with district, party, chamber, and contact details

Geolocate legislators serving a specific latitude and longitude using the people.geo endpoint

List committees and their memberships for any state legislature

Pull upcoming and historical legislative events and hearings

Use Cases

Patterns agents use Open States API v3 API for, with concrete tasks.

★ Civic Bill Tracking Dashboard

Build a dashboard that tracks legislation across multiple U.S. states by subject area. The /bills endpoint accepts jurisdiction, session, subject, and updated_since filters so a daily job can surface only bills with recent action. Each result includes sponsors, action history, and links to the canonical state record. Coverage spans all 50 states, DC, and Puerto Rico with a unified schema.

Search /bills for jurisdiction=ca, session=20232024, subject=Housing, and return the 10 most recently updated bills with their sponsors and last action date

Legislator Lookup by Address

Provide constituents with a way to identify their state legislators from a geographic point. The /people.geo endpoint accepts lat and lng query parameters and returns the legislators whose districts contain that coordinate. This supports voter education tools, advocacy platforms, and constituent communication apps without requiring district shapefile management on the client side.

Call GET /people.geo with lat=37.7749 and lng=-122.4194 and return the names, parties, and chambers of legislators serving that point

Committee Membership Research

Researchers and journalists studying state policy can pull committee structures and memberships using /committees and /committees/{committee_id}. Results include the committee chamber, parent committee, subjects, and current member roster with role and party data. Combine with /people for full legislator profiles and /events for committee meeting schedules.

List all committees for jurisdiction=ny via GET /committees and fetch the full membership for the Finance committee

AI Agent Civic Research Assistant

An AI agent answering questions about U.S. state legislation can use Open States v3 through Jentic to search bills, fetch legislator records, and pull event schedules without scraping individual statehouse websites. Jentic resolves the agent's natural-language query into the right /bills, /people, or /events call, supplies the API key from the vault, and returns structured JSON the agent can summarize.

Through Jentic, search 'state bills about renewable energy in Texas' and return the top 5 bills with their summaries and current status

Key Endpoints

12 endpoints — open states api v3 provides programmatic access to u.

METHOD

PATH

DESCRIPTION

GET

/bills

Search state bills with jurisdiction, session, and subject filters

GET

/bills/ocd-bill/{openstates_bill_id}

Retrieve a bill by its Open States bill ID

GET

/people

Search state legislators by name or jurisdiction

GET

/people.geo

Find legislators serving a given lat/lng

GET

/committees

List committees for a jurisdiction

GET

/events

List legislative events and hearings

GET

/jurisdictions

List supported state and territorial jurisdictions

GET

/bills

Search state bills with jurisdiction, session, and subject filters

GET

/bills/ocd-bill/{openstates_bill_id}

Retrieve a bill by its Open States bill ID

GET

/people

Search state legislators by name or jurisdiction

GET

/people.geo

Find legislators serving a given lat/lng

GET

/committees

List committees for a jurisdiction

GET

/events

List legislative events and hearings

GET

/jurisdictions

List supported state and territorial jurisdictions

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Open States API keys are stored encrypted in the Jentic vault. Agents call the API through Jentic without ever holding the raw key, and keys can be rotated without redeploying agent code.

Intent-based discovery

Intent-based discovery

Agents search Jentic with a natural-language intent like 'find state bills about housing' and Jentic returns the matching Open States operation (GET /bills) with its parameter schema.

Time to first call

Time to first call

Direct integration with Open States: roughly half a day for auth, pagination, and jurisdiction handling. Through Jentic: under 30 minutes — search, load, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Congress.gov API

→

Federal U.S. Congress data — bills, members, committees, and votes at the federal level.

Choose Congress.gov when the user asks about federal legislation or members of Congress; use Open States for state-level questions.

Complementary

Nominatim Geocoding API

→

Geocode street addresses to lat/lng so /people.geo can resolve them to a legislator.

Pair with Open States when the user provides an address rather than coordinates.

Alternative

ClinicalTrials.gov API

→

Different domain (clinical trials), similar government open-data shape — relevant when the user wants public-record lookup rather than legislative data.

Use ClinicalTrials.gov for medical research records; Open States for legislative records.

FAQs

Specific to using Open States API v3 API through Jentic.

What authentication does the Open States API v3 use?

Open States v3 uses an API key passed in the X-API-Key header. Keys are free after registration at openstates.org/accounts/signup. Through Jentic, the key is stored encrypted in the vault and injected at request time, so the agent never sees the raw value.

Can I look up a legislator by street address with the Open States API v3?

Not by raw address — the API exposes /people.geo which takes lat and lng. Geocode the address first with a service like Nominatim or Google Geocoding, then pass the coordinates to /people.geo to get matching state legislators.

What are the rate limits for the Open States API v3?

Open States enforces free-tier rate limits documented at docs.openstates.org. Higher request volumes require a paid plan from the Open States project. The /metrics endpoint exposes server-side request statistics.

How do I search for bills about a specific topic with the Open States API v3 through Jentic?

Search Jentic for 'search state bills by subject', load the GET /bills schema, and execute with parameters like jurisdiction, session, and subject. Jentic returns matching results without you needing to read the Open States docs first.

Does the Open States API v3 cover federal Congress?

No — Open States covers only U.S. state and territorial legislatures (50 states, DC, Puerto Rico). For federal bills and members of Congress, use the Congress.gov API. Open States can be used alongside Congress.gov in the same workflow.

How current is the data in the Open States API v3?

Bill and legislator records are updated regularly from each state's official legislative system. The bill objects include updated_at timestamps so you can poll for changes since your last sync.

GET STARTED

Start building with Open States API v3 API

Explore with Jentic
View OpenAPI Document