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-2015-0032" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2016 · 10 ✖

document_type 1

  • Proposed Rule 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-2015-0032-0021 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2016-12-20T05:00:00Z 2016 12     2016-12-22T01:35:49Z 2016-30647 0 0 090000648242977a
EPA-HQ-OPP-2015-0032-0020 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2016-11-30T05:00:00Z 2016 11     2016-11-30T16:16:22Z 2016-28738 0 0 09000064823cb64e
EPA-HQ-OPP-2015-0032-0019 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2016-10-18T04:00:00Z 2016 10     2016-10-18T20:11:14Z 2016-25146 0 0 090000648230f5a0
EPA-HQ-OPP-2015-0032-0018 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule Petition 2016-08-29T04:00:00Z 2016 8     2016-08-29T19:23:19Z 2016-20653 0 0 09000064821a81f4
EPA-HQ-OPP-2015-0032-0017 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2016-07-20T04:00:00Z 2016 7     2016-07-20T16:39:56Z 2016-17164 0 0 09000064820d2b05
EPA-HQ-OPP-2015-0032-0016 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2016-06-22T04:00:00Z 2016 6     2016-06-22T16:16:07Z 2016-14816 0 0 0900006482056f0f
EPA-HQ-OPP-2015-0032-0015 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2016-05-19T04:00:00Z 2016 5     2016-05-19T17:49:25Z 2016-11835 0 0 0900006481fdd506
EPA-HQ-OPP-2015-0032-0014 EPA None EPA-HQ-OPP-2015-0032 Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule Petition 2016-04-25T04:00:00Z 2016 4     2016-04-25T14:01:01Z 2016-09559 0 0 0900006481f88e91
EPA-HQ-OPP-2015-0032-0013 EPA None EPA-HQ-OPP-2015-0032 Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2016-03-16T04:00:00Z 2016 3     2016-03-16T18:13:05Z 2016-05952 0 0 0900006481ec7792
EPA-HQ-OPP-2015-0032-0012 EPA None EPA-HQ-OPP-2015-0032 Withdrawal of Pesticide Petitions for Establishment or Modification of Pesticide Chemical Tolerances or Tolerance Exemptions Proposed Rule Withdrawal 2016-01-19T05:00:00Z 2016 1 2016-01-19T05:00:00Z   2016-01-30T02:54:19Z 2016-00431 0 0 0900006481e184ff

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