home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

11 rows where docket_id = "EPA-HQ-OW-2003-0073" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 2

  • 2003 9
  • 2004 2

document_type 2

  • Supporting & Related Material 10
  • Notice 1

agency_id 1

  • EPA 11
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
EPA-HQ-OW-2003-0073-0011 EPA None EPA-HQ-OW-2003-0073 Information Collection Request (ICR): National Pollutant Discharge Elimination System (NPDES)/ Compliance Assessment/Certification Information Supporting & Related Material Office of Management and Budget (OMB) 2004-05-18T04:00:00Z 2004 5     2006-09-02T18:40:27Z   0 0 09000064800c25b0
EPA-HQ-OW-2003-0073-0010 EPA None EPA-HQ-OW-2003-0073 Information Collection Request (ICR): Paperwork Reduction Act Submission Supporting & Related Material Office of Management and Budget (OMB) 2004-05-18T04:00:00Z 2004 5     2006-09-02T18:40:27Z   0 0 09000064800c25a2
EPA-HQ-OW-2003-0073-0001 EPA None EPA-HQ-OW-2003-0073 Agency Information Collection Activities: Proposed Collection; Comment Request; National Pollutant Discharge Elimination System (NPDES) Compliance Assessment/Certification Information, EPA ICR Number 1427.07, OMB Control Number 2040-0110 Notice Federal Register Document 2003-12-09T05:00:00Z 2003 12 2003-12-09T05:00:00Z 2004-02-10T04:59:59Z 2008-01-08T21:19:57Z 68618 0 0 09000064800c2525
EPA-HQ-OW-2003-0073-0006 EPA None EPA-HQ-OW-2003-0073 Pollution Prevention Compliance Alternative; Transportation Equipment Cleaning (TEC) Point Source Category (40 CFR PART 442) Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c256a
EPA-HQ-OW-2003-0073-0009 EPA None EPA-HQ-OW-2003-0073 Minimum Monitoring Requirements for Direct and Indirect Discharging Mills in the Bleached Papergrade Kraft and Soda Subcategory and the Papergrade Sulfite Subcategory of the Pulp, Paper and Paperboard Manufacturing Category (40 CFR PART 430). Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c2594
EPA-HQ-OW-2003-0073-0002 EPA None EPA-HQ-OW-2003-0073 Information Collection Request for the National Pollutant Discharge Eliminiation System (NPDES)/Compliance Assessment/Certification Information. Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c2530
EPA-HQ-OW-2003-0073-0007 EPA None EPA-HQ-OW-2003-0073 Information Collection Request Supporting Statement for Baseline Standards and Best Management Practices for the Coal Mining Point Source Category (40 CFR PART 434) - Coal Remining Subcategory and Western Alkaline Coal Mining Subcategory (Final Rule) Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c2577
EPA-HQ-OW-2003-0073-0008 EPA None EPA-HQ-OW-2003-0073 Voluntary Certification in Lieu of Chloroform Minimum Monitoring Requirements for Direct and Indirect Discharging Mills in the Bleached Papergrade Kraft and Soda Subcategory of the Pulp, Paper and Paperboard Manufacturing Category (40 CFR PART 430). Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c2587
EPA-HQ-OW-2003-0073-0003 EPA None EPA-HQ-OW-2003-0073 Milestones Plans Effluent Limitations Guidelines and Standards Bleached Papergrade Kraft and Soda Subcategory Pulp, Paper, and Paperboard Manufacturing Category (40 CFR PART 430), EPA ICR # 1877.02 Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c253d
EPA-HQ-OW-2003-0073-0005 EPA None EPA-HQ-OW-2003-0073 Information Collection Request Supporting Statement for Best Management Practices Alternatives, Effluent Limitations Guidelines and Standards, Oil and Gas Extraction Point Source Category (40 CFR PART 435) Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c2558
EPA-HQ-OW-2003-0073-0004 EPA None EPA-HQ-OW-2003-0073 Information Collection Request Supporting Statement for Best Management Practices for the Bleached Papergrade Kraft and Soda Subcategory and the Papergrade Sulfite Subcategory of the Pulp, Paper, and Paperboard Point Source Category, (40 CFR PART 430) Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-09-02T18:40:27Z   0 0 09000064800c254d

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 11.079ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API