legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_id = "113-hr-3003"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 113-hr-3003,Government lending and loan guarantees | NEW HOUSE Act of 2013 113-hr-3003 | Government lending and loan guarantees |
| 113-hr-3003,Housing finance and home ownership | NEW HOUSE Act of 2013 113-hr-3003 | Housing finance and home ownership |
| 113-hr-3003,Housing supply and affordability | NEW HOUSE Act of 2013 113-hr-3003 | Housing supply and affordability |
| 113-hr-3003,Low- and moderate-income housing | NEW HOUSE Act of 2013 113-hr-3003 | Low- and moderate-income housing |
| 113-hr-3003,Small business | NEW HOUSE Act of 2013 113-hr-3003 | Small business |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_subjects (
bill_id TEXT REFERENCES legislation(bill_id),
subject TEXT,
PRIMARY KEY (bill_id, subject)
);
CREATE INDEX idx_legsub_subject ON legislation_subjects(subject);