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

8 rows where docket_id = "EPA-HQ-OAR-2004-0266" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Proposed Rule 4
  • Rule 4

posted_year 1

  • 2014 · 8 ✖

agency_id 1

  • EPA 8
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-OAR-2004-0266-0005 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Protection of Stratospheric Ozone; Suspension of Rule and Proposed Revisions to Rule Proposed Rule   2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z 1989-08-29T03:59:59Z 2014-04-23T18:41:40Z 89-16208 0 0 09000064816c463c
EPA-HQ-OAR-2004-0266-0010 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Protection of Stratospheric Ozone; Technical Amendment Proposed Rule   2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z   2014-04-23T20:58:16Z 90-26933 0 0 09000064816c469a
EPA-HQ-OAR-2004-0266-0009 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Protection of Stratospheric Ozone; Final Amendment to Final Rule; Correction Rule Correction 2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z   2014-04-23T20:52:04Z 90-20214 0 0 09000064816c4699
EPA-HQ-OAR-2004-0266-0004 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Stratospheric Ozone Protection; Apportionment of Baseline Consumption and Production Rights; Proposed Rule Proposed Rule   2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z 1988-06-24T03:59:59Z 2016-03-30T15:00:49Z 88-11710 0 0 09000064816c463b
EPA-HQ-OAR-2004-0266-0007 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Protection of Stratospheric Ozone; Final Amendment to the Final Rule Rule   2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z   2014-04-23T20:39:30Z 90-13849 0 0 09000064816c4636
EPA-HQ-OAR-2004-0266-0008 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Protection of Stratospheric Ozone; Final Rule (Appendix E) Rule   2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z   2014-04-23T20:45:23Z 90-14523 0 0 09000064816c4697
EPA-HQ-OAR-2004-0266-0003 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Protection of Stratospheric Ozone; Final Rule and Proposed Rule Proposed Rule   2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z 1988-02-09T04:59:59Z 2014-04-23T17:26:06Z 87-28215 0 0 09000064816c4639
EPA-HQ-OAR-2004-0266-0006 EPA Protection of Stratospheric Ozone Legacy Docket ID #: A-87-20 EPA-HQ-OAR-2004-0266 Protection of Stratospheric Ozone; Final Amendment to the Final Rule Rule Final Rule 2014-04-23T04:00:00Z 2014 4 2014-04-23T04:00:00Z   2014-04-23T20:26:35Z 90-3252 0 0 09000064816c4695

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 1506.748ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API