crs_report_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
16 rows where report_id = "R48923"
This data as json, CSV (advanced)
Suggested facets: bill_title, congress, bill_type, bill_number, bill_id
| id ▼ | report_id | bill_title | congress | bill_type | bill_number | bill_id |
|---|---|---|---|---|---|---|
| 109198 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | 112 | pub | 112-96 | 112-pub-112-96 | |
| 109199 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | 107 | pub | 107-306 | 107-pub-107-306 | |
| 109200 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | 112 | pub | 112-96 | 112-pub-112-96 | |
| 109201 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | 108 | pub | 108-494 | 108-pub-108-494 | |
| 109202 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | 109 | pub | 109-171 | 109-pub-109-171 | |
| 109203 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | 112 | pub | 112-96 | 112-pub-112-96 | |
| 109204 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the National Telecommunications and Information Administration Organization Act to establish the Office of Public Safety Communications, and for other purposes. | 119 | hr | 1519 | 119-hr-1519 |
| 109205 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the Middle Class Tax Relief and Job Creation Act of 2012 to reauthorize the First Responder Network Authority, and for other purposes. | 119 | hr | 7386 | 119-hr-7386 |
| 109206 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the Middle Class Tax Relief and Job Creation Act of 2012 to reauthorize the First Responder Network Authority, and for other purposes. | 119 | hr | 7386 | 119-hr-7386 |
| 109207 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the Middle Class Tax Relief and Job Creation Act of 2012 to reauthorize the First Responder Network Authority. | 118 | hr | 3366 | 118-hr-3366 |
| 109208 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the National Telecommunications and Information Administration Organization Act to establish the Office of Public Safety Communications, and for other purposes. | 119 | hr | 1519 | 119-hr-1519 |
| 109209 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the National Telecommunications and Information Administration Organization Act to provide for further deployment and coordination of Next Generation 9-1-1, and for other purposes. | 119 | hr | 6505 | 119-hr-6505 |
| 109210 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | A bill to amend the National Telecommunications and Information Administration Organization Act to provide for further deployment and coordination of Next Generation 9-1-1, and for other purposes. | 119 | s | 4062 | 119-s-4062 |
| 109211 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | A bill to amend the Infrastructure Investment and Jobs Act to authorize the use of remaining funds under the Broadband Equity, Access, and Deployment Program for competitive subgrants to support the success of the broadband deployment projects funded by that program, and for other purposes. | 119 | s | 3565 | 119-s-3565 |
| 109212 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the Infrastructure Investment and Jobs Act to authorize the use of remaining funds under the Broadband Equity, Access, and Deployment Program for competitive subgrants to support the success of the broadband deployment projects funded by that program, and for other purposes. | 119 | hr | 6920 | 119-hr-6920 |
| 109213 | First Responder Network (FirstNet) Authority: Reauthorization and Selected Issues R48923 | To amend the Middle Class Tax Relief and Job Creation Act of 2012 to reauthorize the First Responder Network Authority, and for other purposes. | 119 | hr | 7386 | 119-hr-7386 |
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);