documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "APHIS-2011-0132" and posted_year = 2013 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-2011-0132-0010 | APHIS | Importation of Fresh Apricot From Continental Spain APHIS-2011-0132 | Final Rule: Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities | Supporting & Related Material | Economic Analysis | 2013-12-31T05:00:00Z | 2013 | 12 | 2013-12-31T14:10:01Z | 0 | 0 | 09000064814cfb8d | |||
| APHIS-2011-0132-0011 | APHIS | Importation of Fresh Apricot From Continental Spain APHIS-2011-0132 | Importation of Fresh Apricots from Continental Spain | Rule | Final Rule | 2013-12-31T05:00:00Z | 2013 | 12 | 2013-12-31T05:00:00Z | 2013-12-31T15:58:22Z | 2013-31189 | 0 | 0 | 09000064814e4284 | |
| APHIS-2011-0132-0008 | APHIS | Importation of Fresh Apricot From Continental Spain APHIS-2011-0132 | Importation of Fresh Apricots 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-06-01T01:03:34Z | 2013-12685 | 0 | 0 | 09000064812fdeb2 |
| APHIS-2011-0132-0004 | APHIS | Importation of Fresh Apricot From Continental Spain APHIS-2011-0132 | Importation of Apricots from Continental Spain: Economic Analysis | Supporting & Related Material | Economic Analysis | 2013-01-30T05:00:00Z | 2013 | 1 | 2013-01-30T17:11:49Z | 0 | 0 | 09000064811d37d5 | |||
| APHIS-2011-0132-0003 | APHIS | Importation of Fresh Apricot From Continental Spain APHIS-2011-0132 | Importation of Fresh Apricot, Prunus armeniaca (L.) fruit, from Continental Spain into the United States: Risk Assessment | Supporting & Related Material | Risk Assessment | 2013-01-30T05:00:00Z | 2013 | 1 | 2013-01-30T17:11:28Z | 0 | 0 | 09000064811d37d4 | |||
| APHIS-2011-0132-0002 | APHIS | Importation of Fresh Apricot From Continental Spain APHIS-2011-0132 | Importation of Fresh Apricot, Prunus armeniaca Marshall, Fruit from Continental Spain into the United States, including Hawaii and U.S. Territories: Risk Management Document | Supporting & Related Material | Risk Management Document | 2013-01-30T05:00:00Z | 2013 | 1 | 2013-01-30T17:11:05Z | 0 | 0 | 09000064811d37d3 | |||
| APHIS-2011-0132-0001 | APHIS | Importation of Fresh Apricot From Continental Spain APHIS-2011-0132 | Importation of Fresh Apricots 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-02021 | 0 | 0 | 09000064811dec59 |
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);