crs_report_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where report_id = "R48935"
This data as json, CSV (advanced)
| id ▼ | report_id | bill_title | congress | bill_type | bill_number | bill_id |
|---|---|---|---|---|---|---|
| 109319 | Facial Recognition Technology: Definitions, Applications, and Policy Considerations for Congress R48935 | To prohibit the use of biometric recognition technology in certain federally assisted dwelling units, and for other purposes. | 119 | hr | 3060 | 119-hr-3060 |
| 109320 | Facial Recognition Technology: Definitions, Applications, and Policy Considerations for Congress R48935 | To prohibit the Federal Government from using facial recognition technology as a means of identity verification, and for other purposes. | 119 | hr | 3782 | 119-hr-3782 |
| 109321 | Facial Recognition Technology: Definitions, Applications, and Policy Considerations for Congress R48935 | To regulate law enforcement use of facial recognition technology, and for other purposes. | 119 | hr | 4695 | 119-hr-4695 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE crs_report_bills (
id INTEGER PRIMARY KEY AUTOINCREMENT,
report_id TEXT NOT NULL REFERENCES crs_reports(id),
bill_title TEXT,
congress INTEGER,
bill_type TEXT,
bill_number INTEGER,
bill_id TEXT
);
CREATE INDEX idx_crb_report ON crs_report_bills(report_id);
CREATE INDEX idx_crb_bill ON crs_report_bills(bill_id);