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

6 rows where agency_id = "EPA", docket_id = "EPA-R06-OAR-2014-0700" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Proposed Rule 1

posted_year 1

  • 2014 · 6 ✖

agency_id 1

  • EPA · 6 ✖
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-R06-OAR-2014-0700-0004 EPA None EPA-R06-OAR-2014-0700 AR018.04 December 17, 2007, letter from Arkansas to EPA pertaining to Clean Air Act 110(a)(2)(D)(i) and the PM2.5 and Ozone National Air Quality Standards Supporting & Related Material   2014-11-10T05:00:00Z 2014 11     2014-11-18T04:32:55Z   0 0 090000648191ebce
EPA-R06-OAR-2014-0700-0005 EPA None EPA-R06-OAR-2014-0700 AR018.05 Arkansas Revisions to Regulation No. 19, Regulations of the Arkansas Plan of Implementation for Air Pollution Control, submitted to EPA July 26, 2010 (AR-30). 263 pages 2.9 MB uy7 Supporting & Related Material   2014-11-10T05:00:00Z 2014 11     2014-11-18T04:32:54Z   0 0 090000648192060d
EPA-R06-OAR-2014-0700-0006 EPA None EPA-R06-OAR-2014-0700 AR018.06 Arkansas Revisions to Regulation No. 9, Fee Regulation; Regulation No. 19, Regulations of the Arkansas Plan of Implementation for Air Pollution Control; and Regulation No. 26, Regulations of the Arkansas Operating Air Permit Program; RE Greenhouse Gas (GHG) Tailoring Rule and Biomass Deferral, submitted to EPA November 6, 2012 (AR-36). 326 pages 3.5 MB uy7 Supporting & Related Material   2014-11-10T05:00:00Z 2014 11     2014-11-18T04:32:55Z   0 0 090000648192060e
EPA-R06-OAR-2014-0700-0001 EPA None EPA-R06-OAR-2014-0700 AR018.01 Air Quality State Implementation Plans; Approval and Promulgation: Arkansas; Revisions for the Regulation and Permitting of Fine Particulate Matter, Proposed rule. 8 pages Proposed Rule   2014-11-10T05:00:00Z 2014 11 2014-11-10T05:00:00Z 2014-12-11T04:59:59Z 2014-11-21T10:40:30Z 2014-26627 0 0 0900006481924d1e
EPA-R06-OAR-2014-0700-0003 EPA None EPA-R06-OAR-2014-0700 AR018.03 Arkansas Revisions to Regulation No. 19 for the 2006 NAAQS for Fine Particulate Matter (PM-2.5) and the Prevention of Significant Deterioration (PSD) -- request for parallel processing submitted to EPA September 10, 2014 (AR-39). 168 pages 4.6 MB u9g Supporting & Related Material   2014-11-10T05:00:00Z 2014 11     2014-11-18T04:32:56Z   0 0 0900006481872fa8
EPA-R06-OAR-2014-0700-0002 EPA None EPA-R06-OAR-2014-0700 AR018.02 EPA’s Technical Support Document for EPA-R06-OAR-2014-0700, October 27, 2012. 115 pages 1.1 MB uy7 Supporting & Related Material   2014-11-10T05:00:00Z 2014 11     2014-11-18T04:32:54Z   0 0 0900006481872fa7

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