documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2007-0153" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- APHIS 6
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| APHIS-2007-0153-0009 | APHIS | Importation of Eggplant From Israel APHIS-2007-0153 | Importation of Eggplant From Israel | Rule | Final rule | 2009-06-03T04:00:00Z | 2009 | 6 | 2009-06-03T15:06:48Z | 2011-06-11T16:56:01Z | E9-12929 | 0 | 0 | 09000064809c4673 | |
| APHIS-2007-0153-0006 | APHIS | Importation of Eggplant From Israel APHIS-2007-0153 | Importation of Eggplant From Israel; Correction | Proposed Rule | Proposed rule | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T05:00:00Z | 2011-06-11T16:56:01Z | Z8-26814 | 0 | 0 | 09000064807ce140 | |
| APHIS-2007-0153-0004 | APHIS | Importation of Eggplant From Israel APHIS-2007-0153 | Importation of Fresh Eggplant (Solanum melongena L.) from Israel into the Continental United States | Supporting & Related Material | Risk assessment | 2008-11-12T05:00:00Z | 2008 | 11 | 2008-11-12T19:24:37Z | 0 | 0 | 09000064807a5904 | |||
| APHIS-2007-0153-0003 | APHIS | Importation of Eggplant From Israel APHIS-2007-0153 | Evidence-based, Pathway-Initiated Risk Assessment of the | Supporting & Related Material | Risk assessment | 2008-11-12T05:00:00Z | 2008 | 11 | 2008-11-12T17:12:02Z | 0 | 0 | 090000648079440e | |||
| APHIS-2007-0153-0001 | APHIS | Importation of Eggplant From Israel APHIS-2007-0153 | Importation of Eggplant From Israel | Proposed Rule | Proposed rule | 2008-11-12T05:00:00Z | 2008 | 11 | 2008-11-12T05:00:00Z | 2009-01-13T04:59:59Z | 2008-12-31T12:13:09Z | E8-26814 | 0 | 0 | 09000064807a4e12 |
| APHIS-2007-0153-0002 | APHIS | Importation of Eggplant From Israel APHIS-2007-0153 | Importation of Fresh Eggplant (Solanum melongena L.) from Israel into the Continental United States | Supporting & Related Material | 2008-11-12T00:00:00Z | 2008 | 11 | 2008-11-12T17:29:09Z | 0 | 1 | 09000064807943f1 |
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);