home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

13 rows where bill_id = "95-sjres-81" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state

is_original_cosponsor 1

  • 0 13
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-sjres-81,B000200 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 B000200 Sen. Bartlett, Dewey F. [R-OK] R     0
95-sjres-81,S000852 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 S000852 Sen. Stennis, John C. [D-MS] D     0
95-sjres-81,R000046 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 R000046 Sen. Randolph, Jennings [D-WV] D WV   0
95-sjres-81,S000132 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 S000132 Sen. Schmitt, Harrison H. [R-NM] R     0
95-sjres-81,D000407 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 D000407 Sen. Domenici, Pete V. [R-NM] R     0
95-sjres-81,C000356 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 C000356 Sen. Chiles, Lawton [D-FL] D     0
95-sjres-81,H000170 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 H000170 Sen. Hansen, Clifford P. [R-WY] R     0
95-sjres-81,T000254 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 T000254 Sen. Thurmond, Strom [R-SC] R     0
95-sjres-81,B001210 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 B001210 Sen. Byrd, Robert C. [D-WV] D WV   0
95-sjres-81,B000063 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 B000063 Sen. Baker, Howard H., Jr. [R-TN] R     0
95-sjres-81,T000035 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 T000035 Sen. Talmadge, Herman E. [D-GA] D     0
95-sjres-81,C001006 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 C001006 Sen. Curtis, Carl T. [R-NE] R NE   0
95-sjres-81,D000185 A joint resolution to express the sense of the Congress that, in the light of history, the third Thursday in December, 1977, would be a most appropriate day for designation as the "National Day of Prayer for the Year 1977"; and respectfully to request that the President, under the provisions of Public Law 82-234, issue a proclamation designating such date as a "National Day of Prayer for the Year 1977." 95-sjres-81 D000185 Sen. DeConcini, Dennis [D-AZ] D     0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 4.694ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API