documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2016-0034" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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 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-2016-0034-0013 | APHIS | Importation of Pummelo From Thailand APHIS-2016-0034 | Decision to Authorize the Importation of Pummelo From Thailand Into the Continental United States | Rule | Final Rule | 2021-11-10T05:00:00Z | 2021 | 11 | 2021-11-10T05:00:00Z | 2021-11-10T14:28:43Z | 2021-24490 | 0 | 0 | 0900006484e3b735 | |
| APHIS-2016-0034-0008 | APHIS | Importation of Pummelo From Thailand APHIS-2016-0034 | Importation of Fresh Pummelo Fruit from Thailand Into the Continental United States: Proposed Rule Information Collection Package | Supporting & Related Material | Paperwork Packages | 2018-04-12T04:00:00Z | 2018 | 4 | 2018-04-12T13:26:36Z | 0 | 0 | 090000648312e027 | |||
| APHIS-2016-0034-0001 | APHIS | Importation of Pummelo From Thailand APHIS-2016-0034 | Importation of Pummelo From Thailand Into the Continental United States | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2018-03-29T04:00:00Z | 2018 | 3 | 2018-03-29T04:00:00Z | 2018-05-30T03:59:59Z | 2018-04-22T01:03:52Z | 2018-06288 | 0 | 0 | 0900006483061a7f |
| APHIS-2016-0034-0004 | APHIS | Importation of Pummelo From Thailand APHIS-2016-0034 | Risk Management Document: Importation of Fruit of Pummelo, Citrus maxima (Burm.) Merr., from Thailand into the Continental United States | Supporting & Related Material | Risk Management Document | 2018-03-29T04:00:00Z | 2018 | 3 | 2018-03-29T14:00:44Z | 0 | 0 | 09000064830318b2 | |||
| APHIS-2016-0034-0002 | APHIS | Importation of Pummelo From Thailand APHIS-2016-0034 | Importation of fresh pummelo, Citrus maxima, (Burm.) Merr. (Rutaceae), from Thailand into the continental United States | Supporting & Related Material | Economic Analysis | 2018-03-29T04:00:00Z | 2018 | 3 | 2018-03-29T14:00:26Z | 0 | 0 | 09000064830318b0 | |||
| APHIS-2016-0034-0003 | APHIS | Importation of Pummelo From Thailand APHIS-2016-0034 | Importation of Fruit of Pummelo, Citrus maxima (Burm.) Merr., from Thailand into the Continental United States: A Qualitative, Pathway-Initiated Pest Risk Assessment | Supporting & Related Material | Risk Assessment | 2018-03-29T04:00:00Z | 2018 | 3 | 2018-03-29T14:00:37Z | 0 | 0 | 09000064830318b1 |
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);