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

14 rows where bill_id = "116-hconres-116" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 7
  • 1 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hconres-116,L000491 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 L000491 Rep. Lucas, Frank D. [R-OK-3] R OK 2020-11-17 0
116-hconres-116,S001196 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 S001196 Rep. Stefanik, Elise M. [R-NY-21] R NY 2020-11-16 0
116-hconres-116,F000466 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 F000466 Rep. Fitzpatrick, Brian K. [R-PA-1] R PA 2020-11-12 0
116-hconres-116,J000126 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 J000126 Rep. Johnson, Eddie Bernice [D-TX-30] D TX 2020-10-27 0
116-hconres-116,B001292 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 B001292 Rep. Beyer, Donald S., Jr. [D-VA-8] D VA 2020-10-27 0
116-hconres-116,C001067 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 C001067 Rep. Clarke, Yvette D. [D-NY-9] D NY 2020-10-13 0
116-hconres-116,C001055 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 C001055 Rep. Case, Ed [D-HI-1] D HI 2020-10-01 0
116-hconres-116,K000385 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 K000385 Rep. Kelly, Robin L. [D-IL-2] D IL 2020-09-16 1
116-hconres-116,C000266 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 C000266 Rep. Chabot, Steve [R-OH-1] R OH 2020-09-16 1
116-hconres-116,V000131 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 V000131 Rep. Veasey, Marc A. [D-TX-33] D TX 2020-09-16 1
116-hconres-116,M001196 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 M001196 Rep. Moulton, Seth [D-MA-6] D MA 2020-09-16 1
116-hconres-116,B001307 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 B001307 Rep. Baird, James R. [R-IN-4] R IN 2020-09-16 1
116-hconres-116,C001115 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 C001115 Rep. Cloud, Michael [R-TX-27] R TX 2020-09-16 1
116-hconres-116,C001078 Expressing the sense of Congress with respect to the principles that should guide the national artificial intelligence strategy of the United States. 116-hconres-116 C001078 Rep. Connolly, Gerald E. [D-VA-11] D VA 2020-09-16 1

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 6.822ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API