documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "APHIS-2005-0111" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| APHIS-2005-0111-0009 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Importation of Baby Corn and Baby Carrots From Zambia | Rule | Final rule | 2006-05-24T15:15:35Z | 2006 | 5 | 2008-01-07T22:36:56Z | 06-04813 | 0 | 0 | 090000648017955b | ||
| APHIS-2005-0111-0010 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Final Rule for Importation of Baby Corn and Baby Carrots from Zambia; Environmental Assessment, April 2006 | Supporting & Related Material | Environmental assessment | 2006-05-24T04:00:00Z | 2006 | 5 | 2006-09-02T12:47:38Z | 0 | 0 | 0900006480178add | |||
| APHIS-2005-0111-0001 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Importation of Baby Corn and Baby Carrots From Zambia | Proposed Rule | Proposed rule | 2006-01-11T12:19:40Z | 2006 | 1 | 2006-01-11T12:19:40Z | 2006-03-14T04:59:59Z | 2008-01-07T22:36:42Z | E6-00134 | 0 | 0 | 090000648010de77 |
| APHIS-2005-0111-0004 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Risk Assessment: Importation of Fresh, Dehusked, Immature, Baby Corn, Zea Mays L., from Zambia into the Continental United States | Supporting & Related Material | Risk assessment | 2006-01-11T05:00:00Z | 2006 | 1 | 2006-09-02T12:47:37Z | 0 | 0 | 09000064801038c2 | |||
| APHIS-2005-0111-0005 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Risk Management Summary: Baby Corn (Zea mays L.) from Zambia | Supporting & Related Material | Risk assessment | 2006-01-11T05:00:00Z | 2006 | 1 | 2006-09-02T12:47:37Z | 0 | 0 | 09000064801038d6 | |||
| APHIS-2005-0111-0006 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Proposed Rule for Importation of Baby Corn and Baby Carrots from Zambia: Environmental Assessment, September 2005 | Supporting & Related Material | Environmental assessment | 2006-01-11T05:00:00Z | 2006 | 1 | 2006-09-02T12:47:37Z | 0 | 0 | 0900006480103922 | |||
| APHIS-2005-0111-0002 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Risk Assessment: Importation of Baby Carrot, Daucus carota L. ssp. sativus, from Zambia into the Continental United States | Supporting & Related Material | Risk assessment | 2006-01-11T05:00:00Z | 2006 | 1 | 2006-09-02T12:47:37Z | 0 | 0 | 0900006480103854 | |||
| APHIS-2005-0111-0003 | APHIS | Importation of Baby Corn and Baby Carrots from Zambia APHIS-2005-0111 | Risk Management Summary: Baby Carrots (Daucus carota L. ssp. sativus) from Zambia | Supporting & Related Material | Risk assessment | 2006-01-11T05:00:00Z | 2006 | 1 | 2006-09-02T12:47:37Z | 0 | 0 | 0900006480103882 |
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);