crs_report_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where report_id = "IF13198"
This data as json, CSV (advanced)
Suggested facets: bill_type
| id ▼ | report_id | bill_title | congress | bill_type | bill_number | bill_id |
|---|---|---|---|---|---|---|
| 11025 | Satellite Direct-to-Cellular (D2C) Service: Emergence, Use Cases, and Considerations for Congress IF13198 | To provide for the transmission of emergency alerts by satellite, and for other purposes. | 119 | hr | 7022 | 119-hr-7022 |
| 11026 | Satellite Direct-to-Cellular (D2C) Service: Emergence, Use Cases, and Considerations for Congress IF13198 | A bill to require a report on internet freedom in Iran. | 119 | s | 3360 | 119-s-3360 |
| 11027 | Satellite Direct-to-Cellular (D2C) Service: Emergence, Use Cases, and Considerations for Congress IF13198 | To require a report on internet freedom in Iran. | 119 | hr | 6469 | 119-hr-6469 |
| 11028 | Satellite Direct-to-Cellular (D2C) Service: Emergence, Use Cases, and Considerations for Congress IF13198 | To make certain improvements relating to the coordination of efforts to promote internet freedom and access to information in Iran, and for other purposes. | 119 | hr | 7380 | 119-hr-7380 |
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);