documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where docket_id = "APHIS-2014-0076" and document_type = "Notice" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2014-0076-0160 | APHIS | Petition for Determination of Nonregulated Status for InnateTM Potatoes with Late Blight Resistance, Low Acrylamide Potential, Reduced Black Spot, and Lowered Reducing Sugars: Russet Burbank Event W8 APHIS-2014-0076 | Determination of Nonregulated Status: J.R. Simplot Co.; Potatoes Genetically Engineered for Late Blight Resistance, Low Acrylamide Potential, Reduced Black Spot Bruising, and Lowered Reducing Sugars | Notice | Determinations | 2015-09-02T04:00:00Z | 2015 | 9 | 2015-09-02T04:00:00Z | 2015-09-02T13:06:56Z | 2015-21747 | 0 | 0 | 0900006481c4f3d8 | |
| APHIS-2014-0076-0133 | APHIS | Petition for Determination of Nonregulated Status for InnateTM Potatoes with Late Blight Resistance, Low Acrylamide Potential, Reduced Black Spot, and Lowered Reducing Sugars: Russet Burbank Event W8 APHIS-2014-0076 | Environmental Assessments; Availability, etc.: J.R. Simplot Co.; Potato Genetically Engineered for Late Blight Resistance, Low Acrylamide Potential, Reduced Black Spot Bruising, and Lowered Reducing Sugars | Notice | Availability of Environmental Assessment | 2015-05-05T04:00:00Z | 2015 | 5 | 2015-05-05T04:00:00Z | 2015-06-05T03:59:59Z | 2015-06-05T01:30:25Z | 2015-10450 | 0 | 0 | 0900006481acd14e |
| APHIS-2014-0076-0001 | APHIS | Petition for Determination of Nonregulated Status for InnateTM Potatoes with Late Blight Resistance, Low Acrylamide Potential, Reduced Black Spot, and Lowered Reducing Sugars: Russet Burbank Event W8 APHIS-2014-0076 | Petitions for Determination of Nonregulated Status: J.R. Simplot Co.; Potato Genetically Engineered for Late Blight Resistance, Low Acrylamide Potential, Reduced Black Spot Bruising, and Lowered Reducing Sugars | Notice | Availability of Document | 2014-11-10T05:00:00Z | 2014 | 11 | 2014-11-10T05:00:00Z | 2015-01-10T04:59:59Z | 2015-01-14T03:06:39Z | 2014-26598 | 0 | 0 | 0900006481924d59 |
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);