{"ok": true, "database": "openregs", "query_name": "bills_discussed_on_floor", "rows": [], "truncated": false, "columns": ["bill_id", "bill_type", "bill_number", "congress", "bill_title", "mentions", "first_discussed", "last_discussed"], "query": {"sql": "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", "params": {"congress": "", "bill_type": ""}}, "error": null, "private": false, "allow_execute_sql": true, "query_ms": 130.20378700457513, "source": "Federal Register API & Regulations.gov API", "source_url": "https://www.federalregister.gov/developers/api/v1", "license": "Public Domain (U.S. Government data)", "license_url": "https://www.regulations.gov/faq"}