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

9 rows where docket_id = "EPA-HQ-ORD-2011-0051" and posted_year = 2012 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 2

  • Supporting & Related Material 7
  • Notice 2

posted_year 1

  • 2012 · 9 ✖

agency_id 1

  • EPA 9
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-ORD-2011-0051-0032 EPA None EPA-HQ-ORD-2011-0051 Integrated Science Assessment (ISA) for Lead [Third External Review Draft] Supporting & Related Material Publication - USEPA 2012-12-07T05:00:00Z 2012 12     2012-12-07T13:49:53Z   0 0 090000648117f209
EPA-HQ-ORD-2011-0051-0031 EPA None EPA-HQ-ORD-2011-0051 EPA Response Letter to CASAC Comments on 2nd External Review Draft of Lead Signed Sept 18th 2012 Supporting & Related Material Letter 2012-12-07T05:00:00Z 2012 12     2012-12-07T13:49:52Z   0 0 090000648117f1a1
EPA-HQ-ORD-2011-0051-0029 EPA None EPA-HQ-ORD-2011-0051 Draft Integrated Science Assessment for Lead Notice Request for Comments 2012-11-27T05:00:00Z 2012 11 2012-11-27T05:00:00Z 2013-01-29T04:59:59Z 2013-02-02T03:02:54Z 2012-28722 0 0 0900006481174972
EPA-HQ-ORD-2011-0051-0028 EPA None EPA-HQ-ORD-2011-0051 Dr. Weaver email to Dr. Kotchmar Supporting & Related Material E-mail 2012-10-10T04:00:00Z 2012 10     2012-10-10T14:48:45Z   0 0 0900006481136b8a
EPA-HQ-ORD-2011-0051-0027 EPA None EPA-HQ-ORD-2011-0051 Data Clarification from Glymour et al 2005 Supporting & Related Material E-mail 2012-09-17T04:00:00Z 2012 9     2012-09-17T15:47:10Z   0 0 0900006481119a8b
EPA-HQ-ORD-2011-0051-0026 EPA None EPA-HQ-ORD-2011-0051 Clarification: 2011 Rice Et Al Paper Supporting & Related Material E-mail 2012-07-20T04:00:00Z 2012 7     2012-07-20T16:38:50Z   0 0 09000064810a73bd
EPA-HQ-ORD-2011-0051-0025 EPA None EPA-HQ-ORD-2011-0051 Transcripts CASAC Meeting 2nd ERD Pb(Lead) ISA April 10 & 11, 2012 Supporting & Related Material Transcript 2012-05-02T04:00:00Z 2012 5     2012-05-02T14:29:53Z   0 0 0900006481001287
EPA-HQ-ORD-2011-0051-0020 EPA None EPA-HQ-ORD-2011-0051 Integrated Science Assessment (ISA) for Lead (Pb) [Second External Review Draft (ERD)], [EPA/600/R-10/075B] Supporting & Related Material Publication - USEPA 2012-02-10T05:00:00Z 2012 2     2012-02-10T14:58:17Z   0 0 0900006480faf8f0
EPA-HQ-ORD-2011-0051-0019 EPA None EPA-HQ-ORD-2011-0051 Draft Integrated Science Assessmentfor Lead Notice Request for Comments 2012-02-02T05:00:00Z 2012 2 2012-02-02T05:00:00Z 2012-04-03T03:59:59Z 2013-01-17T15:02:22Z 2012-02327 0 0 0900006480fabde9

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