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-2007-0920" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2007 6
  • 2008 3

document_type 2

  • Supporting & Related Material 5
  • Notice 4

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-2007-0920-0014 EPA None EPA-HQ-ORD-2007-0920 Agenda for December 20, 2007 meeting of Board of Scientific Counselors (BOSC) Human Health Risk Assessment (HHRA) Subcommittee Supporting & Related Material Meeting/Teleconference Materials 2008-01-30T05:00:00Z 2008 1     2010-07-15T19:24:02Z   0 0 09000064803a3717
EPA-HQ-ORD-2007-0920-0013 EPA None EPA-HQ-ORD-2007-0920 Agenda for January 28, 2008 meeting of Board of Scientific Counselors (BOSC) Human Health Risk Assessment (HHRA) Supporting & Related Material Meeting/Teleconference Materials 2008-01-30T05:00:00Z 2008 1     2010-07-15T19:24:02Z   0 0 09000064803a36ed
EPA-HQ-ORD-2007-0920-0011 EPA None EPA-HQ-ORD-2007-0920 Board of Scientific Counselors, Human Health Risk Assessment Subcommittee Meeting--January 2008 Notice Federal Register Document 2008-01-11T05:00:00Z 2008 1 2008-01-11T05:00:00Z 2008-01-29T04:59:59Z 2010-07-15T19:24:00Z E8-00361 0 0 09000064803993d3
EPA-HQ-ORD-2007-0920-0009 EPA None EPA-HQ-ORD-2007-0920 Board of Scientific Counselors, Human Health Risk Assessment Subcommittee Meeting--December 2007 Notice Federal Register Document 2007-12-04T05:00:00Z 2007 12 2007-12-04T05:00:00Z 2007-12-21T04:59:59Z 2010-07-15T19:23:55Z E7-23485 0 0 090000648036fbc0
EPA-HQ-ORD-2007-0920-0008 EPA None EPA-HQ-ORD-2007-0920 Agenda for November 14-16, 2007 meeting of Board of Scientific Counselors (BOSC) Human Health Risk Assessment (HHRA) Supporting & Related Material Meeting/Teleconference Materials 2007-11-21T05:00:00Z 2007 11     2010-07-15T19:23:51Z   0 0 0900006480363de8
EPA-HQ-ORD-2007-0920-0007 EPA None EPA-HQ-ORD-2007-0920 Agenda for October 31, 2007 meeting of the Board of Scientific Counselors (BOSC) Human Health Risk Assessment Subcommittee (HHRA) Supporting & Related Material Meeting/Teleconference Materials 2007-11-06T05:00:00Z 2007 11     2010-07-15T19:23:49Z   0 0 090000648035c09b
EPA-HQ-ORD-2007-0920-0004 EPA None EPA-HQ-ORD-2007-0920 Board of Scientific Counselors, Human Health Risk Assessment Subcommittee Meeting--November 14-16, 2007 Notice Federal Register Document 2007-10-29T04:00:00Z 2007 10 2007-10-29T04:00:00Z 2007-11-17T04:59:59Z 2010-07-15T19:23:48Z E7-21250 0 0 09000064803577cd
EPA-HQ-ORD-2007-0920-0003 EPA None EPA-HQ-ORD-2007-0920 Agenda for October 2, 2007 meeting of Board of Scientic Counselors (BOSC) Human Health Risk Assessment (HHRA) Subcommittee Supporting & Related Material Meeting/Teleconference Materials 2007-09-21T04:00:00Z 2007 9     2010-07-15T19:23:40Z   0 0 090000648028c8d0
EPA-HQ-ORD-2007-0920-0001 EPA None EPA-HQ-ORD-2007-0920 Board of Scientific Counselors, Human Health Risk Assessment Subcommittee Meetings--Fall 2007 Notice Federal Register Document 2007-09-12T04:00:00Z 2007 9 2007-09-12T04:00:00Z 2007-11-01T03:59:59Z 2010-07-15T19:23:39Z E7-17997 0 0 0900006480284f34

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