legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "119-hr-839" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1077033 | No FED in West Texas Act 119-hr-839 | 2026-01-08 | Placed on the Union Calendar, Calendar No. 374. | Calendars | House floor actions | |
| 1077034 | No FED in West Texas Act 119-hr-839 | 2026-01-08 | Reported (Amended) by the Committee on Natural Resources. H. Rept. 119-435. | Committee | House floor actions | |
| 1077035 | No FED in West Texas Act 119-hr-839 | 2026-01-08 | Reported (Amended) by the Committee on Natural Resources. H. Rept. 119-435. | Committee | Library of Congress | |
| 1077036 | No FED in West Texas Act 119-hr-839 | 2025-07-23 | Ordered to be Reported (Amended) by the Yeas and Nays: 23 - 16. | Committee | House committee actions | |
| 1077037 | No FED in West Texas Act 119-hr-839 | 2025-07-23 | Committee Consideration and Mark-up Session Held | Committee | House committee actions | |
| 1077038 | No FED in West Texas Act 119-hr-839 | 2025-07-23 | Subcommittee on Water, Wildlife and Fisheries Discharged | Committee | House committee actions | |
| 1077039 | No FED in West Texas Act 119-hr-839 | 2025-04-08 | Subcommittee Hearings Held | Committee | House committee actions | |
| 1077040 | No FED in West Texas Act 119-hr-839 | 2025-04-01 | Referred to the Subcommittee on Water, Wildlife and Fisheries. | Committee | House committee actions | |
| 1077041 | No FED in West Texas Act 119-hr-839 | 2025-01-31 | Referred to the House Committee on Natural Resources. | IntroReferral | House floor actions | |
| 1077042 | No FED in West Texas Act 119-hr-839 | 2025-01-31 | Introduced in House | IntroReferral | Library of Congress | |
| 1077043 | No FED in West Texas Act 119-hr-839 | 2025-01-31 | Introduced in House | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
bill_id TEXT REFERENCES legislation(bill_id),
action_date TEXT,
action_text TEXT,
action_type TEXT,
chamber TEXT,
action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);