documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "APHIS" and docket_id = "APHIS-2015-0015" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, 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-2015-0015-0032 | APHIS | Importation of Fresh Cherimoya Fruit From Chile Into the United States APHIS-2015-0015 | 15-015-2 Economic Analysis | Supporting & Related Material | Economic Analysis | 2018-03-29T04:00:00Z | 2018 | 3 | 2018-03-29T13:58:58Z | 0 | 0 | 090000648302cdd5 | |||
| APHIS-2015-0015-0031 | APHIS | Importation of Fresh Cherimoya Fruit From Chile Into the United States APHIS-2015-0015 | Importation of Fresh Cherimoya Fruit From Chile Into the United States | Rule | Final Rule | 2018-03-29T04:00:00Z | 2018 | 3 | 2018-03-29T04:00:00Z | 2018-03-29T13:51:30Z | 2018-06289 | 0 | 0 | 090000648305fef6 | |
| APHIS-2015-0015-0003 | APHIS | Importation of Fresh Cherimoya Fruit From Chile Into the United States APHIS-2015-0015 | Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities: Importation of cherimoya fruit from Chile into the continental United States | Supporting & Related Material | Economic Analysis | 2016-04-04T04:00:00Z | 2016 | 4 | 2016-04-04T17:12:37Z | 0 | 0 | 0900006481eddb80 | |||
| APHIS-2015-0015-0004 | APHIS | Importation of Fresh Cherimoya Fruit From Chile Into the United States APHIS-2015-0015 | Pest Risk Assessment: Importation of Fresh Cherimoya (Annona cherimola Mill.) Fruit from Chile into the Continental United States | Supporting & Related Material | Risk Assessment | 2016-04-04T04:00:00Z | 2016 | 4 | 2016-04-04T17:12:53Z | 0 | 0 | 0900006481edde23 | |||
| APHIS-2015-0015-0001 | APHIS | Importation of Fresh Cherimoya Fruit From Chile Into the United States APHIS-2015-0015 | Importation of Fresh Cherimoya Fruit from Chile into the United States | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2016-04-04T04:00:00Z | 2016 | 4 | 2016-04-04T04:00:00Z | 2016-06-04T03:59:59Z | 2016-06-11T01:00:48Z | 2016-07653 | 0 | 0 | 0900006481f23324 |
| APHIS-2015-0015-0002 | APHIS | Importation of Fresh Cherimoya Fruit From Chile Into the United States APHIS-2015-0015 | Commodity Import Evaluation Document: Importation of Fresh Cherimoya (Annona cherimola Mill.) Fruit from Chile into the Continental United States using a systems approach | Supporting & Related Material | Evaluation document | 2016-04-04T04:00:00Z | 2016 | 4 | 2016-04-04T17:12:29Z | 0 | 0 | 0900006481eddb2b |
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);