documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "APHIS-2012-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, 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-2012-0002-0031 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Importation of Avocados from Continental Spain | Rule | Final Rule | 2013-12-31T05:00:00Z | 2013 | 12 | 2013-12-31T05:00:00Z | 2013-12-31T15:47:04Z | 2013-31190 | 0 | 0 | 09000064814e4156 | |
| APHIS-2012-0002-0030 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Final Rule: Analysis in Support of Certification that the Rule will not have a Significant Impact on a Substantial Number of Small Entities | Supporting & Related Material | Economic Analysis | 2013-12-31T05:00:00Z | 2013 | 12 | 2013-12-31T14:10:10Z | 0 | 0 | 09000064814cfb8e | |||
| APHIS-2012-0002-0028 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Characterizing and mitigating relative risk associated with the movement of tropical fruit fly host material into the United States for cold treatment at certain ports | Supporting & Related Material | Technical Support Document | 2013-07-03T04:00:00Z | 2013 | 7 | 2013-07-03T17:21:09Z | 0 | 0 | 09000064813510b8 | |||
| APHIS-2012-0002-0029 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Allowing a new cold treatment facility at Mascoutah, Illinois Treatment Evaluation Document | Supporting & Related Material | Technical Support Document | 2013-07-03T04:00:00Z | 2013 | 7 | 2013-07-03T17:21:23Z | 0 | 0 | 09000064813510b9 | |||
| APHIS-2012-0002-0027 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Importation of Avocados from Continental Spain | Proposed Rule | Reopening of Comment Period | 2013-05-29T04:00:00Z | 2013 | 5 | 2013-05-29T04:00:00Z | 2013-06-14T03:59:59Z | 2013-05-29T14:31:35Z | 2013-12679 | 0 | 0 | 09000064812fdee8 |
| APHIS-2012-0002-0002 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Pest Risk Assessment: Importation of Fresh Avocado, Persea americana Miller, from Continental Spain into the United States | Supporting & Related Material | Risk Assessment | 2013-02-04T05:00:00Z | 2013 | 2 | 2013-02-04T14:38:51Z | 0 | 0 | 09000064811e4679 | |||
| APHIS-2012-0002-0003 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Risk Management Document: Importation of Fresh Avocado, Persea americana Miller, from Continental Spain into the United States | Supporting & Related Material | Risk Management Document | 2013-02-04T05:00:00Z | 2013 | 2 | 2013-02-04T14:38:58Z | 0 | 0 | 09000064811e467a | |||
| APHIS-2012-0002-0001 | APHIS | Importation of Avocados from Continental Spain APHIS-2012-0002 | Importation of Avocados from Continental Spain | Proposed Rule | Advance Notice of Proposed Rulemaking (ANPRM) | 2013-01-30T05:00:00Z | 2013 | 1 | 2013-01-30T05:00:00Z | 2013-04-02T03:59:59Z | 2013-05-08T01:05:48Z | 2013-02017 | 0 | 0 | 09000064811deac3 |
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);