documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "EPA-HQ-OPP-2012-0565" and posted_year = 2013 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)
| 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-2012-0565-0019 | EPA | None EPA-HQ-OPP-2012-0565 | Generic Data Call-In, GDCI-105801-1294.Norflurazon.Docket | Supporting & Related Material | 2013-07-11T04:00:00Z | 2013 | 7 | 2013-07-11T22:03:31Z | 0 | 0 | 0900006481360e02 | ||||
| EPA-HQ-OPP-2012-0565-0018 | EPA | None EPA-HQ-OPP-2012-0565 | 4/11/13 - Norflurazon Focus Meeting Contact Sheet | Supporting & Related Material | Meeting Materials | 2013-05-31T04:00:00Z | 2013 | 5 | 2013-05-31T19:21:14Z | 0 | 0 | 09000064812e4126 | |||
| EPA-HQ-OPP-2012-0565-0017 | EPA | None EPA-HQ-OPP-2012-0565 | 4/11/13 - Norflurazon Focus Meeting Notes (4/11/2013--With Syngenta) | Supporting & Related Material | Meeting Materials | 2013-05-31T04:00:00Z | 2013 | 5 | 2013-05-31T19:21:25Z | 0 | 0 | 09000064812e4125 | |||
| EPA-HQ-OPP-2012-0565-0016 | EPA | None EPA-HQ-OPP-2012-0565 | 4/11/13 - Syngenta's Powerpoint Presentation | Supporting & Related Material | Meeting Materials | 2013-05-31T04:00:00Z | 2013 | 5 | 2013-05-31T19:21:03Z | 0 | 0 | 09000064812e4124 | |||
| EPA-HQ-OPP-2012-0565-0011 | EPA | None EPA-HQ-OPP-2012-0565 | 2/11/13. PRD Response to Comments | Supporting & Related Material | Comment Response | 2013-04-09T04:00:00Z | 2013 | 4 | 2013-04-09T14:08:16Z | 0 | 0 | 090000648122484b | |||
| EPA-HQ-OPP-2012-0565-0015 | EPA | None EPA-HQ-OPP-2012-0565 | February 2013. A Retrospective Analysis of the Immunotoxicity Study (OCSPP Test Guideline No. 870. 7800) | Supporting & Related Material | Study | 2013-04-09T04:00:00Z | 2013 | 4 | 2013-04-09T14:08:51Z | 0 | 0 | 0900006481224885 | |||
| EPA-HQ-OPP-2012-0565-0010 | EPA | None EPA-HQ-OPP-2012-0565 | 3/8/2013. Norflurazon Final Work Plan | Supporting & Related Material | Work Plan | 2013-04-09T04:00:00Z | 2013 | 4 | 2013-04-09T14:07:55Z | 0 | 0 | 0900006481224822 | |||
| EPA-HQ-OPP-2012-0565-0012 | EPA | None EPA-HQ-OPP-2012-0565 | 1/31/13. EFED Response to Comments | Supporting & Related Material | Comment Response | 2013-04-09T04:00:00Z | 2013 | 4 | 2013-04-09T14:08:40Z | 0 | 0 | 090000648122484f | |||
| EPA-HQ-OPP-2012-0565-0013 | EPA | None EPA-HQ-OPP-2012-0565 | 1/15/13. HED Response to Comments | Supporting & Related Material | Comment Response | 2013-04-09T04:00:00Z | 2013 | 4 | 2013-04-09T14:08:05Z | 0 | 0 | 0900006481224851 | |||
| EPA-HQ-OPP-2012-0565-0014 | EPA | None EPA-HQ-OPP-2012-0565 | 8/15/12 - Norflurazon HASPOC Memorandum | Supporting & Related Material | Memorandum | 2013-04-09T04:00:00Z | 2013 | 4 | 2013-04-09T14:08:26Z | 0 | 0 | 0900006481224882 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;