documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "APHIS-2011-0007" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- APHIS 7
| 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-0007-0012 | APHIS | Importation of Chinese Sand Pears From China APHIS-2011-0007 | Foreign Quarantine Notices; CFR Correction | Rule | Final Rule | 2015-07-23T04:00:00Z | 2015 | 7 | 2015-07-23T04:00:00Z | 2015-07-23T15:09:03Z | 2015-18071 | 0 | 0 | 0900006481b9b009 | |
| APHIS-2011-0007-0011 | APHIS | Importation of Chinese Sand Pears From China APHIS-2011-0007 | Importation of Sand Pears from China; Final Economic Analysis | Supporting & Related Material | Economic Analysis | 2012-12-19T05:00:00Z | 2012 | 12 | 2012-12-19T18:46:29Z | 0 | 0 | 0900006481192554 | |||
| APHIS-2011-0007-0010 | APHIS | Importation of Chinese Sand Pears From China APHIS-2011-0007 | Importation of Sand Pears from China | Rule | Final Rule | 2012-12-19T05:00:00Z | 2012 | 12 | 2012-12-19T05:00:00Z | 2012-12-19T18:45:34Z | 2012-30532 | 0 | 0 | 0900006481192321 | |
| APHIS-2011-0007-0004 | APHIS | Importation of Chinese Sand Pears From China APHIS-2011-0007 | Initial Regulatory Flexibility Analysis: Importation of Chinese Sand Pears from China, May 2011 | Supporting & Related Material | Economic Analysis | 2011-12-16T05:00:00Z | 2011 | 12 | 2011-12-16T15:01:30Z | 0 | 0 | 0900006480f823bb | |||
| APHIS-2011-0007-0001 | APHIS | Importation of Chinese Sand Pears From China APHIS-2011-0007 | Importation of Chinese Sand Pears From China | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2011-12-16T05:00:00Z | 2011 | 12 | 2011-12-16T05:00:00Z | 2012-02-15T04:59:59Z | 2012-10-02T02:01:00Z | 2011-32320 | 0 | 0 | 0900006480f8471f |
| APHIS-2011-0007-0003 | APHIS | Importation of Chinese Sand Pears From China APHIS-2011-0007 | Risk Management Document: Importation of fresh fruit of Chinese Sand Pear, Pyrus pyrifolia, from China, including the special administrative regions of Hong Kong and Macau, into the entire United States, including all territories; January 25, 2011 | Supporting & Related Material | Risk Management Document | 2011-12-16T05:00:00Z | 2011 | 12 | 2011-12-16T15:01:29Z | 0 | 0 | 0900006480f823b9 | |||
| APHIS-2011-0007-0002 | APHIS | Importation of Chinese Sand Pears From China APHIS-2011-0007 | Importation of Fresh Fruit of Chinese Sand Pear, Pyrus pyrifolia, from China, including the Special Administrative Regions of Hong Kong and Macau, into the Entire United States, Including all Territories; A Qualitative, Pathway-Initiated Risk Assessment; July 2, 2009 | Supporting & Related Material | Risk Assessment | 2011-12-16T05:00:00Z | 2011 | 12 | 2011-12-16T15:01:29Z | 0 | 0 | 0900006480f823b8 |
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);