V1 Federal-first Free and Pro tiers

LegiList API

Build against normalized federal bills, laws, votes, legislators, committees, and topics — with stable resource URLs, clear pagination, and linked records.

$49/mo Pro / month
25,000 Requests / day
1,000 Free / day
10 Req / second
Start on Free · Upgrade to Pro when you need higher volume or multiple active keys

Free Windows App

No code required.

The LegiList API Portal is a free Windows desktop app that lets you search bills, legislators, votes, laws, committees, and topics through a clean interface — no programming needed. Works with the free API tier.

  • Search bills, legislators, votes, laws, committees, and topics
  • Export results to CSV, Excel, or PDF
  • Detail views with full record data and includes
  • Real-time rate limit tracking in the status bar
  • Works with the free API tier — no Pro plan needed
  • No programming or API knowledge required

Plans and Pricing

Start on Free for evaluation and early integration work. Upgrade to Pro when you need higher daily volume, faster per-key throughput, or multiple active keys for development and production environments.

Pro $49/mo

Pro

Best for production apps, higher-volume polling, and separate development, staging, and production keys.

  • 25,000 requests per day per account
  • 10 requests per second per key
  • 3 active keys
Create an account, confirm the email address, and upgrade inside the dashboard when the free limit is no longer enough.
Free $0

Free

Best for evaluation, personal projects, and early integration work.

  • 1,000 requests per day per account
  • 5 requests per second per key
  • 1 active key
If you use the API in a public project, we ask that you include a visible credit — "Powered by LegiList" with a link to legilist.com.

First request

The fastest way to get started is to create an account, confirm the email address, and begin with one small list request before expanding into detail routes.

Header-based auth only
Send the API key in the X-API-Key header or as a bearer token.
curl -H "X-API-Key: YOUR_KEY" \
  "https://legilist.com/api/v1/bills?congress=119&per_page=5"

How access works

Accounts are self-serve. Start on the Free plan, confirm the email address, and upgrade in the dashboard whenever you need higher request limits.

1

Create your account

Every new account begins on the Free plan.

2

Verify your email

Your first API key is ready immediately after verification.

3

Upgrade in dashboard

Move to Pro with Stripe when you need higher limits or multiple active keys.

API coverage

Version 1 focuses on a compact set of federal resources that work well together. These are the current endpoint families.

Bills

Browse federal bills and laws. When you need more than the main bill record, you can add related data to the same response.

4 endpoints in this group.

Votes

Browse House and Senate votes, and add the member-by-member roll call when you need it.

2 endpoints in this group.

People

Look up current members and add biography, term history, or committee assignments when needed, including member biographies that are otherwise awkward to assemble cleanly from official sources.

2 endpoints in this group.

Institutions

Browse current federal committees and, if needed, include the members tied to each one. Committee activity subresources for meetings and nominations are current-Congress only.

4 endpoints in this group.

Topics

Browse topic pages and the federal bills grouped under each subject area.

2 endpoints in this group.

Why this API exists

LegiList already organizes federal legislative data for the public site. The API exposes that same work in a form built for production use: normalized records, explicit pagination, cleaner linked objects, and fewer follow-up calls across common federal workflows.

If you ship something public with it, we just ask for a visible credit — "Powered by LegiList" with a link back to legilist.com.