Skip to content

api-evangelist/legiscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LegiScan (legiscan)

LegiScan is a national legislative tracking service providing real-time data on bill activity, voting records, and legislative actions across all 50 US states and Congress. The LegiScan API offers a JSON-based RPC-style interface supporting both pull and push data delivery models. Developers and organizations can monitor legislation in near real-time, search full-text bill content, retrieve roll call votes, access sponsor and legislator information, and download bulk session datasets. The free public tier provides 30,000 queries per month, with paid subscription plans offering higher limits and push-based real-time updates pushed every 15 minutes to 4 hours as changes are detected.

APIs.json: https://raw.githubusercontent.com/api-evangelist/legiscan/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • Legislative Tracking
  • Government
  • Bills
  • Voting Records
  • State Legislation
  • Congressional Data
  • Civic Tech

Timestamps

  • Created: 2026-06-13
  • Modified: 2026-06-13

APIs

LegiScan Pull API

The LegiScan Pull API is an RPC-style JSON service that allows clients to query the national legislative database on demand. Operations include retrieving session lists, master bill lists, bill details, full bill text, amendments, supplements, roll call votes, person/sponsor information, and full-text search across all 50 states and Congress. Authentication uses an API key passed as a query parameter. The free public tier supports 30,000 queries per month; paid subscription tiers provide higher query limits.

Tags

  • Bills
  • Sessions
  • Voting Records
  • Legislators
  • Search
  • Amendments

Properties

LegiScan Push API

The LegiScan Push API is a paid subscription service that delivers real-time legislative updates to a client-hosted endpoint. Changes detected in bill information are pushed every 15 minutes to 4 hours depending on subscription tier and coverage (single state to full national). Clients implement a push endpoint listener that validates incoming payloads via an Authorization header using the api_auth_key.

Tags

  • Push Notifications
  • Real-Time
  • Webhooks
  • Bills
  • Legislation

Properties

LegiScan Bulk Dataset API

The LegiScan Bulk Dataset API provides access to weekly snapshot ZIP archives containing all getBill, getRollCall, and getPerson payload records as individual JSON files for each legislative session. Clients retrieve dataset listings via getDatasetList and download archives via getDataset using a session_id and access_key. Datasets are available for all 50 states and Congress going back multiple sessions.

Tags

  • Bulk Data
  • Datasets
  • Bills
  • Sessions
  • Archives

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

Releases

No releases published

Packages

 
 
 

Contributors