legiscan.com Open in urlscan Pro
208.117.9.45  Public Scan

Submitted URL: http://www.legiscan.com//legiscan
Effective URL: https://legiscan.com//legiscan
Submission: On September 18 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /gaits/search

<form action="/gaits/search" accept-charset="UTF-8" method="post" id="gaits-search-form">
  <div>
    <div class="form-item" id="edit-state-id-wrapper">
      <label for="edit-state-id">State: </label>
      <select name="state_id" style="width:165px; min-width:165px" class="form-select" id="edit-state-id">
        <option value="0">All States</option>
        <option value="1">Alabama</option>
        <option value="2">Alaska</option>
        <option value="3">Arizona</option>
        <option value="4">Arkansas</option>
        <option value="5" selected="selected">California</option>
        <option value="6">Colorado</option>
        <option value="7">Connecticut</option>
        <option value="8">Delaware</option>
        <option value="9">Florida</option>
        <option value="10">Georgia</option>
        <option value="11">Hawaii</option>
        <option value="12">Idaho</option>
        <option value="13">Illinois</option>
        <option value="14">Indiana</option>
        <option value="15">Iowa</option>
        <option value="16">Kansas</option>
        <option value="17">Kentucky</option>
        <option value="18">Louisiana</option>
        <option value="19">Maine</option>
        <option value="20">Maryland</option>
        <option value="21">Massachusetts</option>
        <option value="22">Michigan</option>
        <option value="23">Minnesota</option>
        <option value="24">Mississippi</option>
        <option value="25">Missouri</option>
        <option value="26">Montana</option>
        <option value="27">Nebraska</option>
        <option value="28">Nevada</option>
        <option value="29">New Hampshire</option>
        <option value="30">New Jersey</option>
        <option value="31">New Mexico</option>
        <option value="32">New York</option>
        <option value="33">North Carolina</option>
        <option value="34">North Dakota</option>
        <option value="35">Ohio</option>
        <option value="36">Oklahoma</option>
        <option value="37">Oregon</option>
        <option value="38">Pennsylvania</option>
        <option value="39">Rhode Island</option>
        <option value="40">South Carolina</option>
        <option value="41">South Dakota</option>
        <option value="42">Tennessee</option>
        <option value="43">Texas</option>
        <option value="44">Utah</option>
        <option value="45">Vermont</option>
        <option value="46">Virginia</option>
        <option value="47">Washington</option>
        <option value="48">West Virginia</option>
        <option value="49">Wisconsin</option>
        <option value="50">Wyoming</option>
        <option value="51">Washington D.C.</option>
        <option value="52">US Congress</option>
      </select>
      <div class="description">Select area of search.</div>
    </div>
    <input type="hidden" name="engine" id="edit-engine" value="2">
    <div class="form-item" id="edit-bill-number-wrapper">
      <label for="edit-bill-number">Bill Number: </label>
      <input type="text" maxlength="12" name="bill_number" id="edit-bill-number" size="12" value="" class="form-text">
      <div class="description">Find an exact bill number.</div>
    </div>
    <div class="form-item" id="edit-keyword-wrapper">
      <label for="edit-keyword">Full Text Search: </label>
      <input type="text" maxlength="512" name="keyword" id="edit-keyword" size="60" value="" style="width:160px; min-width:160px" class="form-text">
      <div class="description">Search bill text and data. <a href="/fulltext-search" title="Read about search engine query features">[<b>help</b>]</a></div>
    </div>
    <input type="hidden" name="year" id="edit-year" value="2">
    <div class="container-inline" style="margin-top:1em"><input type="submit" name="op" id="edit-submit" value="Search" class="form-submit">
      <div class="form-item">
        <a href="/gaits/search/reset">Reset</a>
      </div>
    </div><input type="hidden" name="form_build_id" id="form-394QEpsXR8s-nRV42YQ27mFJgSwAKFTBsfw95Wa-O7s" value="form-394QEpsXR8s-nRV42YQ27mFJgSwAKFTBsfw95Wa-O7s">
    <input type="hidden" name="form_id" id="edit-gaits-search-form" value="gaits_search_form">
  </div>
</form>

Text Content

Jump to Navigation


MAIN MENU

 * Register
 * About
 * Features
 * Datasets
 * LegiScan API
 * Bill Tracking
 * Search
 * VOTE!
 * Login


LEGISCAN API

The LegiScan API is the data service providing structured JSON information for
legislation in all 50 states and Congress that is the heart of the turnkey
OneVote / GAITS tracking platform. Giving access to raw bill detail information,
status, sponsors, full bill texts, roll call records and more to both public and
private entities.

Utilizing the LegiScan API allows other organizations, civic groups or private
citizens easy access to the data produced in the multitude pieces of legislation
introduced each year. This data can then be used to power product offerings,
offer in-depth analysis, drive engagement & outreach programs or in other ways
that only you can imagine.

Interaction requires creating an API key associated with any valid account
services with LegiScan. Registration is free so Signup Now! Once your account is
created and authenticated, return to this page to generate your key which will
grant you immediate access to the API.



 * LegiScan API Client Source
 * LegiScan API Client Documentation
 * LegiScan API Manual
 * LegiScan API Weekly Datasets



LegiScan API by LegiScan LLC is licensed under CC BY 4.0


LEGISCAN API CLIENT

This application is provided as a means to quickly get started working with API
data with a provided database schema (ERD).

The bulk import utility is a great place to start to immediately onboard data.
For experimenting with API try the command line interface or the web interface.

And for a deeper dive into the API internals look into LegiScan_Pull and
LegiScan_Process.


BULK IMPORT

Using the new getDataset API hooks, a manually downloaded copy of a weekly
Public Datasets, or a custom subscriber bulk-load snapshot, this script will
extract the contents of the archive and import/update data as needed.


PULL UPDATE DAEMON

This provides a daemon process that will keep a local database synchronized with
the LegiScan Pull API using one of four different methods:

Monitored Synchronize a specific user defined list of individual bills. State
Synchronize the entire master list of bills from one or more states. Search
(National) Pulls the results of full-text searches ran against the national
database with relevance cutoffs. State Search Combines both of the other methods
such that the searches are ran against the states list instead of national.


PUSH ENDPOINT

Serves as the endpoint listener for LegiScan Push API subscription services.
This will receive payloads from the LegiScan Push server and process them into
the provided database.


MIDDLEWARE SIGNALING

Supports signaling a third party application when bill and related data changes
so that additional processing can be done. The use case for this would be when
the LegiScan API database is used as staging for another custom production
system already in place. Available either from database table or watchdog
directory.


LEGISCAN SEARCH

View Top 50 Searches

State: All
StatesAlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest
VirginiaWisconsinWyomingWashington D.C.US Congress
Select area of search.
Bill Number:
Find an exact bill number.
Full Text Search:
Search bill text and data. [help]
Reset


LEGISCAN INFO

 * 2024 Schedules
 * 2025 Schedules
   
   
 * Price List
   
   
 * LegiScan API
 * Weekly Datasets
   
   
 * Documentation
 * Search Help
   
   
 * Voter Registration
   
   
 * Governor Deadlines &
   Effective Dates
   
   
 * Legislation 101
 * On Bill Numbers
 * State Support


LEGISCAN TRENDS

View Top 50 National

DE HB347 An Act To Amend Title 29 Of The Delaware Code Relating To Pay Plan
For...
IL SB3362 ROTA-RETAILERS
CA SB347 Subdivision Map Act: exemption: hydrogen fueling stations and
electric...
NJ A4744 Requires NJTA, SJTA, EDA, CRDA, PANYNJ, and DRPA to consider
minorities...
NJ A4091 Expands services that can be provided by audiologists and hearing
aid...
US HB8663 DETECT Fentanyl and Xylazine Act of 2024 Detection Equipment and
Technology...
CA AB3138 License plates and registration cards: alternative devices.
CA AB2899 General acute care hospitals: licensed nurse-to-patient ratios.
NH SB369 Directing the office of professional licensure and certification to
provide...
IL SB3156 SCH CD-VARIOUS
LegiScan is an impartial and nonpartisan legislative tracking and reporting
service utilizing GAITS and LegiScan API

Contact Us · Terms · Privacy · 800-618-2750