documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "APHIS-2015-0098" 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)
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-2015-0098-0009 | APHIS | Importation of Fresh Persimmons with Calyxes From Japan Into the United States APHIS-2015-0098 | Imports: Fresh Persimmon with Calyxes from Japan into United States | Rule | Final Rule | 2017-09-12T04:00:00Z | 2017 | 9 | 2017-09-12T04:00:00Z | 2017-09-12T13:46:17Z | 2017-19226 | 0 | 0 | 0900006482b292b4 | |
| APHIS-2015-0098-0010 | APHIS | Importation of Fresh Persimmons with Calyxes From Japan Into the United States APHIS-2015-0098 | 15-098-2 Economic Analysis | Supporting & Related Material | Economic Analysis | 2017-09-12T04:00:00Z | 2017 | 9 | 2017-09-12T13:51:11Z | 0 | 0 | 0900006482b0cae4 | |||
| APHIS-2015-0098-0005 | APHIS | Importation of Fresh Persimmons with Calyxes From Japan Into the United States APHIS-2015-0098 | Information Collection | Supporting & Related Material | Paperwork Packages | 2016-09-01T04:00:00Z | 2016 | 9 | 2016-09-01T13:48:36Z | 0 | 0 | 09000064821b5ec4 | |||
| APHIS-2015-0098-0004 | APHIS | Importation of Fresh Persimmons with Calyxes From Japan Into the United States APHIS-2015-0098 | Risk Management Document | Supporting & Related Material | Risk Management Document | 2016-08-30T04:00:00Z | 2016 | 8 | 2016-08-30T14:00:49Z | 0 | 0 | 0900006482185492 | |||
| APHIS-2015-0098-0001 | APHIS | Importation of Fresh Persimmons with Calyxes From Japan Into the United States APHIS-2015-0098 | Importation of Fresh Persimmon with Calyxes from Japan into the United States | Proposed Rule | Correction | 2016-08-30T04:00:00Z | 2016 | 8 | 2016-08-30T04:00:00Z | 2016-11-01T03:59:59Z | 2016-10-28T01:00:33Z | 2016-20724 | 0 | 0 | 09000064821ae394 |
| APHIS-2015-0098-0002 | APHIS | Importation of Fresh Persimmons with Calyxes From Japan Into the United States APHIS-2015-0098 | Economic Analysis | Supporting & Related Material | Economic Analysis | 2016-08-30T04:00:00Z | 2016 | 8 | 2016-08-31T12:51:30Z | 0 | 0 | 09000064821aee7a | |||
| APHIS-2015-0098-0003 | APHIS | Importation of Fresh Persimmons with Calyxes From Japan Into the United States APHIS-2015-0098 | Pest Risk Assessment | Supporting & Related Material | Risk Assessment | 2016-08-30T04:00:00Z | 2016 | 8 | 2016-08-30T14:00:45Z | 0 | 0 | 0900006482185491 |
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);