legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
14 rows where bill_id = "94-sconres-19" 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 |
|---|---|---|---|---|---|---|
| 1909042 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-06-17 | Measure passed House in lieu of H. Con. Res. 136. | Floor | House floor actions | |
| 1909043 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-06-17 | Passed/agreed to in House: Measure passed House in lieu of H. Con. Res. 136. | Floor | Library of Congress | |
| 1909044 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-06-17 | Measure considered in House. | Floor | House floor actions | |
| 1909045 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-06-17 | Committee on International Relations discharged in House. | Discharge | House floor actions | |
| 1909046 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-06-17 | Committee on International Relations discharged in House. | Committee | Library of Congress | |
| 1909047 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-04-28 | Referred to House Committee on International Relations. | IntroReferral | House floor actions | |
| 1909048 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-04-25 | Measure passed Senate. | Floor | Senate | |
| 1909049 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-04-25 | Passed/agreed to in Senate: Measure passed Senate. | Floor | Library of Congress | |
| 1909050 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-04-25 | Measure considered in Senate. | Floor | Senate | |
| 1909051 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-04-25 | Measure called up by unanimous consent in Senate. | Floor | Senate | |
| 1909052 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-04-24 | Reported to Senate from the Committee on Foreign Relations, S. Rept. 94-94. | Committee | Senate | |
| 1909053 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-04-24 | Reported to Senate from the Committee on Foreign Relations, S. Rept. 94-94. | Committee | Library of Congress | |
| 1909054 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-02-24 | Referred to Senate Committee on Foreign Relations. | IntroReferral | Senate | |
| 1909055 | A concurrent resolution relating to the World Food Conference. 94-sconres-19 | 1975-02-24 | Introduced in Senate | 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);