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

12 rows where bill_id = "118-hconres-73" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 7
  • 0 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
118-hconres-73,S001214 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 S001214 Rep. Steube, W. Gregory [R-FL-17] R FL 2023-12-11 0
118-hconres-73,C001133 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 C001133 Rep. Ciscomani, Juan [R-AZ-6] R AZ 2023-10-18 0
118-hconres-73,C001118 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 C001118 Rep. Cline, Ben [R-VA-6] R VA 2023-10-12 0
118-hconres-73,G000591 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 G000591 Rep. Guest, Michael [R-MS-3] R MS 2023-10-12 0
118-hconres-73,C001103 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 C001103 Rep. Carter, Earl L. "Buddy" [R-GA-1] R GA 2023-10-10 0
118-hconres-73,D000600 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 D000600 Rep. Diaz-Balart, Mario [R-FL-26] R FL 2023-10-06 1
118-hconres-73,G000593 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 G000593 Rep. Gimenez, Carlos A. [R-FL-28] R FL 2023-10-06 1
118-hconres-73,S000168 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 S000168 Rep. Salazar, Maria Elvira [R-FL-27] R FL 2023-10-06 1
118-hconres-73,N000190 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 N000190 Rep. Norman, Ralph [R-SC-5] R SC 2023-10-06 1
118-hconres-73,S000522 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 S000522 Rep. Smith, Christopher H. [R-NJ-4] R NJ 2023-10-06 1
118-hconres-73,W000823 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 W000823 Rep. Waltz, Michael [R-FL-6] R FL 2023-10-06 1
118-hconres-73,L000597 Condemning the Cuban regime and the Chinese Communist Party for their reported intent to build a joint military training base on the island of Cuba, 100 miles from the United States. 118-hconres-73 L000597 Rep. Lee, Laurel M. [R-FL-15] R FL 2023-10-06 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 5.373ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API