home / openregs

federal_register

All Federal Register documents (rules, proposed rules, notices, presidential documents) from 1994 to present.

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

1 row where pub_year = 1998 and type = "Uncategorized Document" sorted by publication_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

type 1

  • Uncategorized Document · 1 ✖

pub_year 1

  • 1998 · 1 ✖
document_number title type abstract publication_date ▲ pub_year pub_month html_url pdf_url agency_names agency_ids excerpts
98-22056 National Primary Drinking Water Regulations: Consumer Confidence Reports Uncategorized Document Today, EPA is promulgating a final rule that requires community water systems to prepare and provide to their customers annual consumer confidence reports on the quality of the water delivered by the systems. This action is mandated by the 1996 amendments to the Safe Drinking Water Act (SDWA). These reports will provide valuable information to customers of community water systems and allow them to make personal health-based decisions regarding their drinking water consumption. These reports are the centerpiece of public right-to-know in SDWA. The information contained in consumer confidence reports can raise consumers' awareness of where their water comes from, help them understand the process by which safe drinking water is delivered to their homes, and educate them about the importance of preventative measures, such as source water protection, that ensure a safe drinking water supply. Consumer confidence reports can promote dialogue between consumers and their drinking water utilities, and can encourage consumers to become more involved in decisions which may affect their health. The information in the reports can be used by consumers, especially those with special health needs, to make informed decisions regarding their drinking water. Finally, consumer confidence reports are a key that can unlock more drinking water information. They will provide access through references and telephone numbers to source water assessments, health effects data, and additional information about the water system. 1998-08-19 1998 8 https://www.federalregister.gov/documents/1998/08/19/98-22056/national-primary-drinking-water-regulations-consumer-confidence-reports https://www.govinfo.gov/content/pkg/FR-1998-08-19/pdf/98-22056.pdf Environmental Protection Agency 145 Today, EPA is promulgating a final rule that requires community water systems to prepare and provide to their customers annual consumer confidence reports on the quality of the water delivered by the systems. This action is mandated by the 1996...

Advanced export

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

CSV options:

CREATE TABLE federal_register (
    document_number TEXT PRIMARY KEY,
    title TEXT,
    type TEXT,
    abstract TEXT,
    publication_date TEXT,
    pub_year INTEGER,
    pub_month INTEGER,
    html_url TEXT,
    pdf_url TEXT,
    agency_names TEXT,
    agency_ids TEXT,
    excerpts TEXT
);
CREATE INDEX idx_fr_date ON federal_register(publication_date);
CREATE INDEX idx_fr_year ON federal_register(pub_year);
CREATE INDEX idx_fr_type ON federal_register(type);
CREATE INDEX idx_fr_agencies ON federal_register(agency_names);
Powered by Datasette · Queries took 1478.153ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API