hearings
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
- chamber
- HOUSE, SENATE, or JOINT.
- congress
- Congress number (e.g., 118 for 2023–2024).
- committees
- JSON array of committee names and hierarchies.
3 rows where chamber = "SENATE" and congress = 85 sorted by date_issued descending
This data as json, CSV (advanced)
Suggested facets: date_issued (date)
| package_id | title | chamber | congress | session | date_issued ▲ | committees | detail_url | html_url | pdf_url |
|---|---|---|---|---|---|---|---|---|---|
| CHRG-85shrg28624 | Navajo irrigation-- San Juan-Chama diversion: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-fifth Congress, second session on S. 3648, a bill to authorize the Secretary of the Interior to construct, operate, and maintain the Navajo Indian Irrigation Project and the initial state of the San Juan-Chama Project as participating projects of the Colorado River Storage Project, and for other purposes, July 9, 10, 1958. | SENATE | 85 | 2 | 1958-07-09 | [{"name": "Committee on Energy and Natural Resources", "chamber": "Senate", "full_hierarchy": "United States > Congress > Senate > Committee on Energy and Natural Resources"}] | https://www.govinfo.gov/app/details/CHRG-85shrg28624 | https://www.govinfo.gov/content/pkg/CHRG-85shrg28624/pdf/CHRG-85shrg28624.pdf | |
| CHRG-85shrg27235 | District of Columbia appropriations, 1959: hearings before the subcommittee of the Committee on Appropriations, United States Senate, Eighty-fifth Congress, second session, on H.R. 12948 � | SENATE | 85 | 2 | 1958-06-17 | [{"name": "Committee on Appropriations", "chamber": "Senate", "full_hierarchy": "United States > Congress > Senate > Committee on Appropriations"}, {"name": "Committee on District of Columbia", "chamber": "Senate", "full_hierarchy": "United States > Congress > Senate > Committee on District of Columbia"}] | https://www.govinfo.gov/app/details/CHRG-85shrg27235 | https://www.govinfo.gov/content/pkg/CHRG-85shrg27235/pdf/CHRG-85shrg27235.pdf | |
| CHRG-85shrg25928p1 | Wiretapping, eavesdropping, and the Bill of Rights. Part 1: hearing before the Subcommittee on Constitutional Rights of the Committee on Judiciary, United States Senate, Eighty-fifth Congress, second session, pursuant to S. Res. 234, Eighty-fifth Congress, second session ... May 20, 1958. | SENATE | 85 | 2 | 1958-05-20 | [{"name": "Committee on the Judiciary", "chamber": "Senate", "full_hierarchy": "United States > Congress > Senate > Committee on the Judiciary"}] | https://www.govinfo.gov/app/details/CHRG-85shrg25928p1 | https://www.govinfo.gov/content/pkg/CHRG-85shrg25928p1/pdf/CHRG-85shrg25928p1.pdf |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE hearings (
package_id TEXT PRIMARY KEY,
title TEXT,
chamber TEXT,
congress INTEGER,
session TEXT,
date_issued TEXT,
committees TEXT,
detail_url TEXT,
html_url TEXT,
pdf_url TEXT
);
CREATE INDEX idx_hear_chamber ON hearings(chamber);
CREATE INDEX idx_hear_congress ON hearings(congress);
CREATE INDEX idx_hear_date ON hearings(date_issued);