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-hr-8401" 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

  • 0 9
  • 1 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-8401,S001201 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 S001201 Rep. Suozzi, Thomas R. [D-NY-3] D NY 2021-01-03 0
116-hr-8401,B000574 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 B000574 Rep. Blumenauer, Earl [D-OR-3] D OR 2020-12-14 0
116-hr-8401,P000618 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 P000618 Rep. Porter, Katie [D-CA-45] D CA 2020-12-14 0
116-hr-8401,E000299 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 E000299 Rep. Escobar, Veronica [D-TX-16] D TX 2020-11-30 0
116-hr-8401,N000147 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2020-11-16 0
116-hr-8401,N000179 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 N000179 Rep. Napolitano, Grace F. [D-CA-32] D CA 2020-11-16 0
116-hr-8401,K000389 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 K000389 Rep. Khanna, Ro [D-CA-17] D CA 2020-10-13 0
116-hr-8401,C001061 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 C001061 Rep. Cleaver, Emanuel [D-MO-5] D MO 2020-10-02 0
116-hr-8401,J000298 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 J000298 Rep. Jayapal, Pramila [D-WA-7] D WA 2020-10-01 0
116-hr-8401,M001188 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 M001188 Rep. Meng, Grace [D-NY-6] D NY 2020-09-25 1
116-hr-8401,B001300 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 B001300 Rep. Barragan, Nanette Diaz [D-CA-44] D CA 2020-09-25 1
116-hr-8401,E000297 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 E000297 Rep. Espaillat, Adriano [D-NY-13] D NY 2020-09-25 1
116-hr-8401,D000096 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 D000096 Rep. Davis, Danny K. [D-IL-7] D IL 2020-09-25 1
116-hr-8401,T000481 To require the Secretary of the Interior and the Secretary of Agriculture to complete an interagency report on the effects of special recreation permits on environmental justice communities, and for other purposes. 116-hr-8401 T000481 Rep. Tlaib, Rashida [D-MI-13] D MI 2020-09-25 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 84.221ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API