home / openregs

hearing_members

Committee members present at hearings.

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

6 rows where package_id = "CHRG-87shrg89609" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 6
Link package_id name ▼ role bioguide_id
CHRG-87shrg89609,John C. Stennis Public works appropriations, 1963: supplemental hearings. Civil functions [and] Department of the Army: supplement to hearings before the subcommittee of the Committee on Appropriations, United States Senate, Eighty-seventh Congress, second session, on H.R. 12900 ... CHRG-87shrg89609 John C. Stennis committee member S000852
CHRG-87shrg89609,John L. McClellan Public works appropriations, 1963: supplemental hearings. Civil functions [and] Department of the Army: supplement to hearings before the subcommittee of the Committee on Appropriations, United States Senate, Eighty-seventh Congress, second session, on H.R. 12900 ... CHRG-87shrg89609 John L. McClellan committee member M000332
CHRG-87shrg89609,John O. Pastore Public works appropriations, 1963: supplemental hearings. Civil functions [and] Department of the Army: supplement to hearings before the subcommittee of the Committee on Appropriations, United States Senate, Eighty-seventh Congress, second session, on H.R. 12900 ... CHRG-87shrg89609 John O. Pastore committee member P000100
CHRG-87shrg89609,Milton R. Young Public works appropriations, 1963: supplemental hearings. Civil functions [and] Department of the Army: supplement to hearings before the subcommittee of the Committee on Appropriations, United States Senate, Eighty-seventh Congress, second session, on H.R. 12900 ... CHRG-87shrg89609 Milton R. Young committee member Y000047
CHRG-87shrg89609,Roman L. Hruska Public works appropriations, 1963: supplemental hearings. Civil functions [and] Department of the Army: supplement to hearings before the subcommittee of the Committee on Appropriations, United States Senate, Eighty-seventh Congress, second session, on H.R. 12900 ... CHRG-87shrg89609 Roman L. Hruska committee member H000875
CHRG-87shrg89609,Warren G. Magnuson Public works appropriations, 1963: supplemental hearings. Civil functions [and] Department of the Army: supplement to hearings before the subcommittee of the Committee on Appropriations, United States Senate, Eighty-seventh Congress, second session, on H.R. 12900 ... CHRG-87shrg89609 Warren G. Magnuson committee member M000053

Advanced export

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

CSV options:

CREATE TABLE hearing_members (
    package_id TEXT NOT NULL REFERENCES hearings(package_id),
    name TEXT NOT NULL,
    role TEXT,
    bioguide_id TEXT,
    PRIMARY KEY (package_id, name)
);
CREATE INDEX idx_hm_name ON hearing_members(name);
CREATE INDEX idx_hm_bioguide ON hearing_members(bioguide_id);
Powered by Datasette · Queries took 22.067ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API