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

10 rows where docket_id = "EPA-HQ-OPP-2010-0008" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2010 9
  • 2011 1

document_type 1

  • Notice 10

agency_id 1

  • EPA 10
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-OPP-2010-0008-0010 EPA None EPA-HQ-OPP-2010-0008 Registration Applications: Pesticide Products Notice Federal Register Document 2011-01-26T05:00:00Z 2011 1 2011-01-26T05:00:00Z   2011-01-26T15:46:28Z 2011-01261 0 0 0900006480bd33e7
EPA-HQ-OPP-2010-0008-0009 EPA None EPA-HQ-OPP-2010-0008 Registration Applications: Pesticide Products Notice Federal Register Document 2010-12-08T05:00:00Z 2010 12 2010-12-08T05:00:00Z 2011-01-08T04:59:59Z 2010-12-08T14:50:05Z 2010-30489 0 0 0900006480bb1e6f
EPA-HQ-OPP-2010-0008-0008 EPA None EPA-HQ-OPP-2010-0008 Pesticide Products; Registration Applications Notice   2010-10-27T04:00:00Z 2010 10 2010-10-27T04:00:00Z 2010-11-27T04:59:59Z 2010-10-27T14:23:03Z 2010-26886 0 0 0900006480b78678
EPA-HQ-OPP-2010-0008-0007 EPA None EPA-HQ-OPP-2010-0008 Pesticide Products: Registration Applications Notice Federal Register Document 2010-09-15T04:00:00Z 2010 9     2010-09-15T14:01:50Z 2010-22972 0 0 0900006480b4f69a
EPA-HQ-OPP-2010-0008-0006 EPA None EPA-HQ-OPP-2010-0008 Pesticide Products; Registration Applications Notice   2010-09-01T04:00:00Z 2010 9 2010-09-01T04:00:00Z 2010-10-02T03:59:59Z 2010-09-01T14:22:39Z 2010-21827 0 0 0900006480b40f7e
EPA-HQ-OPP-2010-0008-0005 EPA None EPA-HQ-OPP-2010-0008 Pesticide Products; Registration Applications Notice Federal Register Document 2010-08-18T04:00:00Z 2010 8 2010-08-18T04:00:00Z 2010-09-18T03:59:59Z 2010-08-18T15:45:43Z 2010-20321 0 0 0900006480b34228
EPA-HQ-OPP-2010-0008-0004 EPA None EPA-HQ-OPP-2010-0008 Registration Applications: Pesticide Products Notice Federal Register Document 2010-06-09T04:00:00Z 2010 6 2010-06-09T04:00:00Z   2010-06-09T14:42:11Z 2010-13688 0 0 0900006480afeaea
EPA-HQ-OPP-2010-0008-0003 EPA None EPA-HQ-OPP-2010-0008 Pesticide Products; Registration Applications Notice Federal Register Document 2010-05-05T04:00:00Z 2010 5 2010-05-05T04:00:00Z   2010-08-16T14:57:27Z 2010-10630 0 0 0900006480ae71d5
EPA-HQ-OPP-2010-0008-0002 EPA None EPA-HQ-OPP-2010-0008 Pesticide Products; Registration Applications Notice Federal Register Document 2010-04-21T04:00:00Z 2010 4 2010-04-21T04:00:00Z   2010-08-16T14:57:13Z 2010-09190 0 0 0900006480adc737
EPA-HQ-OPP-2010-0008-0001 EPA None EPA-HQ-OPP-2010-0008 Registration Applications: Pesticide Products Notice Federal Register Document 2010-03-19T04:00:00Z 2010 3 2010-03-19T04:00:00Z   2010-08-16T14:56:35Z 2010-05958 0 0 0900006480ac18e2

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