home / openregs

Bills Discussed on the Floor

Bills referenced in Congressional Record floor proceedings, showing how many times each was discussed. Can filter by bill type (hr, s, hjres, etc.).

Custom SQL query (hide)

SELECT bill_id, bill_type, bill_number, congress, COALESCE(bill_title, '(not in legislation table)') AS bill_title, floor_mentions AS mentions, first_discussed, last_discussed FROM bills_floor_time WHERE congress = :congress AND (:bill_type = '' OR bill_type = :bill_type) ORDER BY floor_mentions DESC LIMIT 100

Query parameters

Edit SQL

0 results

Powered by Datasette · Queries took 391.801ms