documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "APHIS-2008-0076" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, withdrawn, posted_date (date), comment_start_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-0076-0097 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | Plant Pest Regulations: Record of Decision | Supporting & Related Material | Decision | 2019-09-13T04:00:00Z | 2019 | 9 | 2019-09-13T14:17:48Z | 0 | 0 | 0900006483f25132 | |||
| APHIS-2008-0076-0096 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | Environmental Impact Statements; Availability, etc.: Regulation of the Importation, Interstate Movement, and Intrastate Movement of Plant Pests: Record of Decision | Notice | Availability of Document | 2019-09-13T04:00:00Z | 2019 | 9 | 2019-09-13T04:00:00Z | 2019-09-13T14:15:08Z | 2019-19856 | 0 | 0 | 0900006483f545df | |
| APHIS-2008-0076-0095 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | Record of Decision for the Importation, Interstate Movement, and Intrastate Movement of Plant Pests, Final EIS, July 2019 | Supporting & Related Material | Decision | 2019-07-24T04:00:00Z | 2019 | 7 | 2019-07-24T12:43:07Z | 0 | 0 | 0900006483db0919 | |||
| APHIS-2008-0076-0094 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | Plant Pest Regulations: Final Regulatory Flexibility Analysis | Supporting & Related Material | Economic Analysis | 2019-06-25T04:00:00Z | 2019 | 6 | 2019-06-25T12:34:56Z | 0 | 0 | 0900006483bba3f5 | |||
| APHIS-2008-0076-0093 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | Plant Pest Regulations | Rule | Final Rule | 2019-06-25T04:00:00Z | 2019 | 6 | 2019-06-25T04:00:00Z | 2019-06-25T12:33:50Z | 2019-13246 | 0 | 0 | 0900006483d3e410 | |
| APHIS-2008-0076-0092 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | USDA-APHIS-PPQ NATIVE AND NATURALIZED PLANT PESTS PERMITTED BY REGULATION (INDIVIDUAL PERMITS NOT REQUIRED) FOR THEIR INTERSTATE MOVEMENT WITHIN THE UNITED STATES June 2019 | Supporting & Related Material | Fact/Data Sheet | 2019-06-12T04:00:00Z | 2019 | 6 | 2019-06-12T18:21:21Z | 0 | 0 | 0900006483d0b3c1 | |||
| APHIS-2008-0076-0091 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | Invertebrate Organisms for the Biological Control of Weeds, June 2019 | Supporting & Related Material | Fact/Data Sheet | 2019-06-11T04:00:00Z | 2019 | 6 | 2019-06-11T16:46:36Z | 0 | 0 | 0900006483d033c2 | |||
| APHIS-2008-0076-0090 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | 08-076-2 Tribal Impact Statement | Supporting & Related Material | 2019-06-11T00:00:00Z | 2019 | 6 | 2019-06-14T15:45:58Z | 0 | 1 | 090000648383a61c | ||||
| APHIS-2008-0076-0089 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | USDA-APHIS-PPQ NATIVE AND NATURALIZED PLANT PESTS PERMITTED BY REGULATION (INDIVIDUAL PERMITS NOT REQUIRED) FOR THEIR INTERSTATE MOVEMENT WITHIN THE UNITED STATES June 2019 | Supporting & Related Material | 2019-06-11T00:00:00Z | 2019 | 6 | 2019-06-12T18:18:40Z | 0 | 1 | 0900006483d026d8 | ||||
| APHIS-2008-0076-0088 | APHIS | Plant Pest Regulations; Update of Provisions APHIS-2008-0076 | Final Environmental Impact Statement: Regulation of the Importation, Interstate Movement, and Intrastate Movement of Plant Pests, June 2019 | Notice | Environmental Impact Statement | 2019-06-05T04:00:00Z | 2019 | 6 | 2019-06-05T13:59:29Z | 0 | 0 | 0900006483be4455 |
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);