legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
20 rows where bill_id = "116-sconres-1" 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 |
|---|---|---|---|---|---|---|
| 1439611 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-19 | Referred to the House Committee on Foreign Affairs. | IntroReferral | House floor actions | |
| 1439612 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-19 | Received in the House. | Floor | House floor actions | |
| 1439613 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-15 | Message on Senate action sent to the House. | Floor | Senate | |
| 1439614 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Resolution agreed to in Senate with an amendment and an amended preamble by Unanimous Consent. (text: CR S1393-1394) | Floor | Senate | |
| 1439615 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Passed/agreed to in Senate: Resolution agreed to in Senate with an amendment and an amended preamble by Unanimous Consent.(text: CR S1393-1394) | Floor | Library of Congress | |
| 1439616 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Measure laid before Senate by unanimous consent. (consideration: CR S1393-1394) | Floor | Senate | |
| 1439617 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate Committee on Foreign Relations discharged by Unanimous Consent. | Discharge | Senate | |
| 1439618 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate Committee on Foreign Relations discharged by Unanimous Consent. | Committee | Library of Congress | |
| 1439621 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Amendment SA 191 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 1439622 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Amendment SA 191 proposed by Senator McConnell for Senator Menendez. (consideration: CR S1393; text: CR S1393) To amend the preamble. | Floor | Senate | |
| 1439623 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate amendment submitted | Floor | Library of Congress | |
| 1439624 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate amendment proposed (on the floor): Amendment SA 191 proposed by Senator McConnell for Senator Menendez. | Floor | Library of Congress | |
| 1439625 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate amendment agreed to: Amendment SA 191 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 1439626 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Amendment SA 190 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 1439627 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Amendment SA 190 proposed by Senator McConnell for Senator Menendez. (consideration: CR S1393; text: CR S1393) To provide a complete substitute. | Floor | Senate | |
| 1439628 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate amendment agreed to: Amendment SA 190 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 1439629 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate amendment submitted | Floor | Library of Congress | |
| 1439630 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-02-14 | Senate amendment proposed (on the floor): Amendment SA 190 proposed by Senator McConnell for Senator Menendez. | Floor | Library of Congress | |
| 1439619 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-01-16 | Referred to the Committee on Foreign Relations. | IntroReferral | Senate | |
| 1439620 | A concurrent resolution calling for credible, transparent, and safe elections in Nigeria, and for other purposes. 116-sconres-1 | 2019-01-16 | 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);