documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "APHIS-2005-0059" and posted_year = 2005 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-0059-0002 | APHIS | Mycogen Seeds/Dow AgroScience LLC and Pioneer Hi-Bred International Inc.; Availability of Petition and Environmental Assessment for Determination of Nonregulated Status for Genetically Engineered Corn APHIS-2005-0059 | Application for the Determination of Nonregulated Status for B.t. Cry34/35Ab1 Insect-Resistant Glufosinate-Tolerant Corn: Corn Line 59122 | Supporting & Related Material | Petition for determination of nonregulated status | 2005-12-13T17:50:25Z | 2005 | 12 | 2006-09-02T12:42:38Z | 0 | 0 | 09000064800873db | |||
| APHIS-2005-0059-0007 | APHIS | Mycogen Seeds/Dow AgroScience LLC and Pioneer Hi-Bred International Inc.; Availability of Petition and Environmental Assessment for Determination of Nonregulated Status for Genetically Engineered Corn APHIS-2005-0059 | Approval of Mycogen Seeds/Dow AgroSciences LLC and Pioneer Hi-Bred International Inc. Request 03-353-01P Seeking a Determination of Nonregulated Status for Bt cry34Ab1/35Ab1 Insect Resistant, Glufosinate Tolerant Corn Line 59122-7; EA and FONSI | Supporting & Related Material | EA and FONSI | 2005-10-07T04:00:00Z | 2005 | 10 | 2014-01-17T20:21:44Z | 0 | 0 | 090000648008eb45 | |||
| APHIS-2005-0059-0006 | APHIS | Mycogen Seeds/Dow AgroScience LLC and Pioneer Hi-Bred International Inc.; Availability of Petition and Environmental Assessment for Determination of Nonregulated Status for Genetically Engineered Corn APHIS-2005-0059 | Mycogen Seeds/Dow AgroSciences LLC and Pioneer Hi-Bred International Inc.; Availability of Determination of Nonregulated Status for Genetically Engineered Corn | Notice | Availability of a document | 2005-10-07T04:00:00Z | 2005 | 10 | 2008-01-07T22:36:58Z | 05-20194 | 0 | 0 | 090000648009035d | ||
| APHIS-2005-0059-0001 | APHIS | Mycogen Seeds/Dow AgroScience LLC and Pioneer Hi-Bred International Inc.; Availability of Petition and Environmental Assessment for Determination of Nonregulated Status for Genetically Engineered Corn APHIS-2005-0059 | Mycogen Seeds/Dow AgroScience LLC and Pioneer Hi-Bred International Inc.; Availability of Petition and Environmental Assessment for Determination of Nonregulation Status for Genetically Engineered Corn | Notice | Notice | 2005-07-01T04:00:00Z | 2005 | 7 | 2005-07-01T04:00:00Z | 2005-08-31T03:59:59Z | 2008-01-07T22:36:39Z | 0 | 0 | 09000064800873d9 |
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);