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-2010-0112" 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)
| 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-0112-0011 | APHIS | Notice of Availability of a Pest Risk Analysis for the Importation of Fresh Litchi From the Republic of South Africa Into the Continental United States APHIS-2010-0112 | Importation of fresh litchi (Litchi chinensis) fruit from the Republic of South Africa into the continental United States: Risk Management Document | Supporting & Related Material | Risk Management Document | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T14:44:02Z | 0 | 0 | 0900006480f83dab | |||
| APHIS-2010-0112-0012 | APHIS | Notice of Availability of a Pest Risk Analysis for the Importation of Fresh Litchi From the Republic of South Africa Into the Continental United States APHIS-2010-0112 | Importation of Fresh Litchi, Litchi chinensis Sonn., Fruit from the Republic of South Africa into the Continental United States: A Qualitative, Pathway-initiated Pest Risk Assessment | Supporting & Related Material | Risk Assessment | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T14:44:03Z | 0 | 0 | 0900006480f83dac | |||
| APHIS-2010-0112-0010 | APHIS | Notice of Availability of a Pest Risk Analysis for the Importation of Fresh Litchi From the Republic of South Africa Into the Continental United States APHIS-2010-0112 | Importation Authorizations: Fresh Litchi From the Republic of South Africa | Notice | Advisory Committee | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T05:00:00Z | 2011-12-28T20:10:30Z | 2011-33203 | 0 | 0 | 0900006480f8a226 | |
| APHIS-2010-0112-0003 | APHIS | Notice of Availability of a Pest Risk Analysis for the Importation of Fresh Litchi From the Republic of South Africa Into the Continental United States APHIS-2010-0112 | Importation of Fresh Litchi, Litchi chinensis Sonn., Fruit from the Republic of South Africa into the Continental United States; A Qualitative, Pathway-initiated Pest Risk Assessment (January 4, 2011) | Supporting & Related Material | Risk assessment | 2011-02-02T05:00:00Z | 2011 | 2 | 2011-02-02T15:19:35Z | 0 | 0 | 0900006480bd6a04 | |||
| APHIS-2010-0112-0002 | APHIS | Notice of Availability of a Pest Risk Analysis for the Importation of Fresh Litchi From the Republic of South Africa Into the Continental United States APHIS-2010-0112 | Risk Management Document: Importation of fresh litchi (Litchi chinensis) fruit from the Republic of South Africa into the continental United States (January 06, 2011) | Supporting & Related Material | Risk Management Document | 2011-02-02T05:00:00Z | 2011 | 2 | 2011-02-02T15:19:06Z | 0 | 0 | 0900006480bd6a03 | |||
| APHIS-2010-0112-0001 | APHIS | Notice of Availability of a Pest Risk Analysis for the Importation of Fresh Litchi From the Republic of South Africa Into the Continental United States APHIS-2010-0112 | Pest Risk Analyses; Availability: Importation of Fresh Litchi From the Republic of South Africa Into the Continental United States | Notice | Notice | 2011-02-02T05:00:00Z | 2011 | 2 | 2011-02-02T05:00:00Z | 2011-04-05T03:59:59Z | 2011-02-02T15:20:13Z | 2011-02235 | 0 | 0 | 0900006480bd85e4 |
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);