documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "APHIS" and docket_id = "APHIS-2008-0025" 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-2008-0025-0010 | APHIS | Notice of Availability of a Pest Risk Analysis for Importation of Blueberries from Guatemala into the Continental United States APHIS-2008-0025 | Notice of Decision To Issue Permits for the Importation of Blueberries from Guatemala into the Continental United States | Notice | Notice | 2008-05-01T04:00:00Z | 2008 | 5 | 2008-05-01T12:17:56Z | E8-09579 | 0 | 0 | 090000648053f6d2 | ||
| APHIS-2008-0025-0003 | APHIS | Notice of Availability of a Pest Risk Analysis for Importation of Blueberries from Guatemala into the Continental United States APHIS-2008-0025 | Importation of fresh blueberry (Vaccinium spp.) fruit from Guatemala into the continental United States; Risk Management Document | Supporting & Related Material | Risk assessment | 2008-02-07T05:00:00Z | 2008 | 2 | 2008-02-07T14:00:38Z | 0 | 0 | 09000064803a696b | |||
| APHIS-2008-0025-0002 | APHIS | Notice of Availability of a Pest Risk Analysis for Importation of Blueberries from Guatemala into the Continental United States APHIS-2008-0025 | Pathway-Initiated Risk Analysis of the Importation of Vaccinium spp. Fruit from Countries in Central and South America into the Continental United States | Supporting & Related Material | Risk assessment | 2008-02-07T05:00:00Z | 2008 | 2 | 2008-02-07T14:00:37Z | 0 | 0 | 09000064803a6961 | |||
| APHIS-2008-0025-0001 | APHIS | Notice of Availability of a Pest Risk Analysis for Importation of Blueberries from Guatemala into the Continental United States APHIS-2008-0025 | Notice of Availability of a Pest Risk Analysis for Importation of Blueberries From Guatemala Into the Continental United States | Notice | Notice | 2008-02-07T05:00:00Z | 2008 | 2 | 2008-02-07T05:00:00Z | 2008-04-08T03:59:59Z | 2008-02-07T13:59:48Z | E8-02263 | 0 | 0 | 09000064803a9eaf |
| APHIS-2008-0025-0004 | APHIS | Notice of Availability of a Pest Risk Analysis for Importation of Blueberries from Guatemala into the Continental United States APHIS-2008-0025 | Determination by the Administrator: Conditions for Importation into the Continental United States Fresh Blueberry Fruit from Guatemala | Supporting & Related Material | Memorandum | 2008-02-07T05:00:00Z | 2008 | 2 | 2008-02-07T14:00:39Z | 0 | 0 | 09000064803a6976 |
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);