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

5 rows where docket_id = "EPA-HQ-OECA-2003-0145" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2004 4
  • 2003 1

document_type 2

  • Supporting & Related Material 3
  • Notice 2

agency_id 1

  • EPA 5
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-OECA-2003-0145-0005 EPA NSPS for VOC Emissions From Petroleum Refinery Wastewater Systems (40 CFR Part 60, Subpart QQQ) EPA ICR 1136, OMB 2060-0172 EPA-HQ-OECA-2003-0145 Agency Information Collection Activities; Submission for Office of Management and Budget (OMB) Review and Approval; Comment Request; New Source Performance Standards (NSPS) for Volatile Organic Compound (VOC) Emissions From Petroleum Refinery Wastewater Systems (40 CFR Part 60, Subpart QQQ) (Renewal), Information Collection Request (ICR) Number 1136.07, OMB Number 2060-0172 Notice Federal Register Document 2004-09-13T04:00:00Z 2004 9 2004-09-13T04:00:00Z 2004-10-14T03:59:59Z 2008-01-08T21:23:33Z 55151 0 0 09000064800ba92b
EPA-HQ-OECA-2003-0145-0002 EPA NSPS for VOC Emissions From Petroleum Refinery Wastewater Systems (40 CFR Part 60, Subpart QQQ) EPA ICR 1136, OMB 2060-0172 EPA-HQ-OECA-2003-0145 Information Collection Request (ICR): Paperwork Reduction Act Submission Supporting & Related Material Other 2004-09-08T04:00:00Z 2004 9     2006-09-02T12:37:36Z   0 0 09000064800ba917
EPA-HQ-OECA-2003-0145-0003 EPA NSPS for VOC Emissions From Petroleum Refinery Wastewater Systems (40 CFR Part 60, Subpart QQQ) EPA ICR 1136, OMB 2060-0172 EPA-HQ-OECA-2003-0145 Information Collection Request (ICR): Paperwork Reduction Act Submission Supporting & Related Material Office of Management and Budget (OMB) 2004-09-08T04:00:00Z 2004 9     2006-09-02T12:37:36Z   0 0 09000064800ba91c
EPA-HQ-OECA-2003-0145-0004 EPA NSPS for VOC Emissions From Petroleum Refinery Wastewater Systems (40 CFR Part 60, Subpart QQQ) EPA ICR 1136, OMB 2060-0172 EPA-HQ-OECA-2003-0145 Information Collection Request (ICR): Paperwork Reduction Act Submission Supporting & Related Material Other 2004-09-08T04:00:00Z 2004 9     2006-09-02T12:37:36Z   0 0 09000064800ba922
EPA-HQ-OECA-2003-0145-0001 EPA NSPS for VOC Emissions From Petroleum Refinery Wastewater Systems (40 CFR Part 60, Subpart QQQ) EPA ICR 1136, OMB 2060-0172 EPA-HQ-OECA-2003-0145 Agency Information Collection Activities: Request for Comments on Nine Proposed Information Collection Requests (ICRs) Notice Federal Register Document 2003-11-03T05:00:00Z 2003 11 2003-11-03T05:00:00Z 2004-01-03T04:59:59Z 2008-01-08T21:17:27Z 62289 0 0 09000064800ba90f

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);
Powered by Datasette · Queries took 32.477ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API