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.

API entry from apis.yml

apis.yml Raw ↑
aid: legiscan:legiscan-push-api
name: LegiScan Push API
description: 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.
humanURL: https://legiscan.com/legiscan
baseURL: https://api.legiscan.com/
tags:
- Push Notifications
- Real-Time
- Webhooks
- Bills
- Legislation
properties:
- type: Documentation
  url: https://legiscan.com/legiscan
- type: APIReference
  url: https://api.legiscan.com/docs/class-LegiScan_Endpoint.html