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

12 rows where docket_id = "EPA-R01-OAR-2007-0452" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 10
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2007 10
  • 2008 2

agency_id 1

  • EPA 12
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-R01-OAR-2007-0452-0011 EPA None EPA-R01-OAR-2007-0452 Approval and Promulgation of Air Quality ImplementationPlans; Connecticut; Interstate Transport of Pollution Rule   2008-05-07T04:00:00Z 2008 5 2008-05-07T04:00:00Z   2008-05-07T11:42:41Z E8-09964 0 0 090000648054ee86
EPA-R01-OAR-2007-0452-0012 EPA None EPA-R01-OAR-2007-0452 Federal Register Final Rule As Signed By the Regional Administrator Supporting & Related Material Signed Federal Register Document 2008-05-07T04:00:00Z 2008 5     2008-05-07T11:43:21Z   0 0 090000648053f833
EPA-R01-OAR-2007-0452-0009 EPA None EPA-R01-OAR-2007-0452 CT DEP, Bureau of Air Management - Connecticut Maps and Diagrams Related to PM2.5 Monitoring Sites for PM2.5 Designation Recommendations Supporting & Related Material Other 2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:46Z   0 0 090000648027b901
EPA-R01-OAR-2007-0452-0010 EPA None EPA-R01-OAR-2007-0452 Federal Register Proposed Rule as Signed by the Regional Administrator. Supporting & Related Material Signed Federal Register Document 2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:47Z   0 0 09000064803579e6
EPA-R01-OAR-2007-0452-0002 EPA None EPA-R01-OAR-2007-0452 Connecticut Department of Environmental Protection's Cover Letter Submitting A SIP Revision to Address the Interstate Air Pollution Transport Requirements of Clean Air Act Section 110(a)(2)(D)(i). Supporting & Related Material   2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:39Z   0 0 0900006480241555
EPA-R01-OAR-2007-0452-0004 EPA None EPA-R01-OAR-2007-0452 CT DEP's SIP Revision to Address CAA Section 110(a)(2)(D)(i) -- Attachment B -- Notice of Public Hearing. Supporting & Related Material   2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:41Z   0 0 0900006480241561
EPA-R01-OAR-2007-0452-0001 EPA None EPA-R01-OAR-2007-0452 Approval and Promulgation of Air Quality Implementation Plans; Connecticut; Interstate Transport of Pollution Proposed Rule   2007-11-05T05:00:00Z 2007 11 2007-11-05T05:00:00Z 2007-12-06T04:59:59Z 2008-01-08T21:10:28Z E7-21690 0 0 090000648035ff41
EPA-R01-OAR-2007-0452-0003 EPA None EPA-R01-OAR-2007-0452 CT DEP's SIP Revision to Address CAA Section 110(a)(2)(D)(i) -- Attachment A -- Final SIP Revision: "Meeting the Interstate Air Transport Requirements of Clean Air Act Section 110(a)(2)(D)(i)". Supporting & Related Material   2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:40Z   0 0 0900006480241559
EPA-R01-OAR-2007-0452-0006 EPA None EPA-R01-OAR-2007-0452 CT DEP's SIP Revision to Address CAA Section 110(a)(2)(D)(i) -- Attachment D -- Hearing Report Supporting & Related Material   2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:43Z   0 0 0900006480241568
EPA-R01-OAR-2007-0452-0007 EPA None EPA-R01-OAR-2007-0452 CT DEP's SIP Revision to Address CAA Section 110(a)(2)(D)(i) [with color figures -- State Submittal Letter; Final SIP Revision; Notice of Public Hearing; Certification of Public Hearing; Hearing Report -- File size 2,241KB]. Supporting & Related Material State/Tribal Submittal 2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:44Z   0 0 090000648024161c
EPA-R01-OAR-2007-0452-0008 EPA None EPA-R01-OAR-2007-0452 CT DEP, Bureau of Air Management - Recommendation for PM2.5 Designation Technical Support Document. Supporting & Related Material Permit, Registration 2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:45Z   0 0 090000648027b8fb
EPA-R01-OAR-2007-0452-0005 EPA None EPA-R01-OAR-2007-0452 CT DEP's SIP Revision to Address CAA Section 110(a)(2)(D)(i) -- Attachment C -- Hearing Certification. Supporting & Related Material   2007-11-05T05:00:00Z 2007 11     2007-11-05T12:32:42Z   0 0 0900006480241564

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