documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2010-0113" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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 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-2010-0113-0005 | APHIS | Importation of Fresh Pitaya Fruit from Central America into the Continental United States APHIS-2010-0113 | Importation of Fresh Pitaya Fruit from Central America into the Continental United States | Rule | Final Rule | 2012-04-16T04:00:00Z | 2012 | 4 | 2012-04-16T04:00:00Z | 2012-04-16T13:48:42Z | 2012-09066 | 0 | 0 | 0900006480ff14bc | |
| APHIS-2010-0113-0006 | APHIS | Importation of Fresh Pitaya Fruit from Central America into the Continental United States APHIS-2010-0113 | Final Regulatory Flexibility Analysis: Importation of pitaya fruit from Belize, Costa Rica, El Salvador, Guatemala, Honduras, Nicaragua, and Panama into the continental United States | Supporting & Related Material | Economic Analysis | 2012-04-16T04:00:00Z | 2012 | 4 | 2012-04-16T14:23:52Z | 0 | 0 | 0900006480fed70d | |||
| APHIS-2010-0113-0001 | APHIS | Importation of Fresh Pitaya Fruit from Central America into the Continental United States APHIS-2010-0113 | Importation of Fresh Pitaya Fruit From Central America Into the Continental United States | Proposed Rule | Proposed rule | 2011-05-24T04:00:00Z | 2011 | 5 | 2011-05-24T04:00:00Z | 2011-07-26T03:59:59Z | 2011-06-11T16:56:30Z | 2011-12755 | 0 | 0 | 0900006480e31008 |
| APHIS-2010-0113-0003 | APHIS | Importation of Fresh Pitaya Fruit from Central America into the Continental United States APHIS-2010-0113 | Risk Management Document; Importation of Fresh Pitaya (Hylocereus spp. and several other genera and species) Fruit from Central America into the Continental United States | Supporting & Related Material | Risk Management Document | 2011-05-24T04:00:00Z | 2011 | 5 | 2011-06-11T16:56:31Z | 0 | 0 | 0900006480d4b44e | |||
| APHIS-2010-0113-0002 | APHIS | Importation of Fresh Pitaya Fruit from Central America into the Continental United States APHIS-2010-0113 | Initial Regulatory Flexibility Analysis; Importation of pitaya fruit from Belize, Costa Rica, El Salvador, Guatemala, Honduras, Nicaragua, and Panama into the continental United States | Supporting & Related Material | Economic analysis | 2011-05-24T04:00:00Z | 2011 | 5 | 2011-06-11T16:56:30Z | 0 | 0 | 0900006480d4b44d | |||
| APHIS-2010-0113-0004 | APHIS | Importation of Fresh Pitaya Fruit from Central America into the Continental United States APHIS-2010-0113 | Risk Assessment; Importation of Fresh Pitaya Fruit, Hylocereus spp. and several other genera and species from Central America into the Continental United States | Supporting & Related Material | Risk assessment | 2011-05-24T04:00:00Z | 2011 | 5 | 2011-06-11T16:56:31Z | 0 | 0 | 0900006480d4b44f |
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);