documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2014-0085" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, 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-2014-0085-0011 | APHIS | Importation of Fresh Andean Blackberry and Raspberry Fruit From Ecuador Into the Continental United States APHIS-2014-0085 | Final Certification: Economic Analysis | Supporting & Related Material | Economic Analysis | 2016-04-11T04:00:00Z | 2016 | 4 | 2016-04-11T15:44:23Z | 0 | 0 | 0900006481ec0a78 | |||
| APHIS-2014-0085-0010 | APHIS | Importation of Fresh Andean Blackberry and Raspberry Fruit From Ecuador Into the Continental United States APHIS-2014-0085 | Importation of Fresh Andean Blackberry and Raspberry Fruit from Ecuador into the Continental United States | Rule | Final Rule | 2016-04-08T04:00:00Z | 2016 | 4 | 2016-04-08T04:00:00Z | 2016-04-08T13:48:56Z | 2016-08191 | 0 | 0 | 0900006481f56e04 | |
| APHIS-2014-0085-0001 | APHIS | Importation of Fresh Andean Blackberry and Raspberry Fruit From Ecuador Into the Continental United States APHIS-2014-0085 | Imports: Fresh Andean Blackberry and Raspberry Fruit From Ecuador Into the Continental U.S. | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2015-04-24T04:00:00Z | 2015 | 4 | 2015-04-24T04:00:00Z | 2015-06-24T03:59:59Z | 2015-06-17T01:30:53Z | 2015-09578 | 0 | 0 | 0900006481ab8639 |
| APHIS-2014-0085-0004 | APHIS | Importation of Fresh Andean Blackberry and Raspberry Fruit From Ecuador Into the Continental United States APHIS-2014-0085 | Risk Management Document: Importation of Fresh Fruit of Andean Blackberry and Raspberry into the Continental United States from Ecuador | Supporting & Related Material | Risk Management Document | 2015-04-24T04:00:00Z | 2015 | 4 | 2015-04-24T17:03:07Z | 0 | 0 | 0900006481ab0fb1 | |||
| APHIS-2014-0085-0003 | APHIS | Importation of Fresh Andean Blackberry and Raspberry Fruit From Ecuador Into the Continental United States APHIS-2014-0085 | Pest Risk Assessment: Importation of Fresh Fruit of Andean Blackberry and Raspberry into the Continental United States from Ecuador | Supporting & Related Material | Risk Assessment | 2015-04-24T04:00:00Z | 2015 | 4 | 2015-04-24T17:02:59Z | 0 | 0 | 0900006481ab0fb0 | |||
| APHIS-2014-0085-0002 | APHIS | Importation of Fresh Andean Blackberry and Raspberry Fruit From Ecuador Into the Continental United States APHIS-2014-0085 | Economic Analysis: Importation of Fresh Fruit of Andean Blackberry and Raspberry into the Continental United States from Ecuador | Supporting & Related Material | Economic Analysis | 2015-04-24T04:00:00Z | 2015 | 4 | 2015-04-24T17:02:51Z | 0 | 0 | 0900006481ab0faf |
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);