documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where agency_id = "APHIS", document_type = "Rule" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, subtype, 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-2018-0067-0007 | APHIS | Swine Health Protection Act; Amendments to Garbage Feeding Regulations APHIS-2018-0067 | Swine Health Protection Act; Amendments to Garbage Feeding Regulations | Rule | Final Rule | 2019-11-22T05:00:00Z | 2019 | 11 | 2019-11-22T05:00:00Z | 2019-11-22T15:05:56Z | 2019-25367 | 0 | 0 | 0900006484197f8d | |
| APHIS-2016-0009-0008 | APHIS | Importation of Fresh Cape Gooseberry Fruit From Ecuador to the Continental United States APHIS-2016-0009 | Decision to Authorize the Importation of Fresh Cape Gooseberry Fruit from Ecuador to the Continental United States | Rule | Final Rule | 2019-09-19T04:00:00Z | 2019 | 9 | 2019-09-19T04:00:00Z | 2019-09-19T13:38:46Z | 2019-20096 | 0 | 0 | 0900006483f9b356 | |
| APHIS-2015-0053-0012 | APHIS | Importation of Raspberry From Morocco Into the Continental United States APHIS-2015-0053 | Decision to Authorize the Importation of Fresh Raspberry Fruit from Morocco into the Continental United States | Rule | Final Rule | 2019-07-24T04:00:00Z | 2019 | 7 | 2019-07-24T04:00:00Z | 2019-07-24T14:32:44Z | 2019-15704 | 0 | 0 | 0900006483db03eb | |
| 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-2007-0127-0068 | APHIS | Scrapie in Sheep and Goats APHIS-2007-0127 | Scrapie in Sheep and Goats; Correction | Rule | Correction | 2019-06-18T04:00:00Z | 2019 | 6 | 2019-06-18T04:00:00Z | 2019-06-18T14:14:59Z | 2019-12820 | 0 | 0 | 0900006483d1dbc2 | |
| APHIS-2013-0021-0253 | APHIS | User Fees for Agricultural Quarantine and Inspection Services APHIS-2013-0021 | User Fees for Agricultural Quarantine and Inspection Services | Rule | Final Rule | 2019-04-26T04:00:00Z | 2019 | 4 | 2019-04-26T04:00:00Z | 2019-05-29T03:59:59Z | 2019-05-29T01:04:24Z | 2019-08394 | 0 | 0 | 0900006483bfb018 |
| APHIS-2015-0101-0013 | APHIS | Revise Regulatory Framework of Phytophthora Ramorum (Sudden Oak Death) Domestic Regulations APHIS-2015-0101 | Regulated Areas, Regulated Establishments, and Testing Protocols: Phytophthora ramorum | Rule | Final Rule | 2019-04-18T04:00:00Z | 2019 | 4 | 2019-04-18T04:00:00Z | 2019-04-18T14:33:36Z | 2019-07798 | 0 | 0 | 0900006483bb9382 | |
| APHIS-2007-0127-0065 | APHIS | Scrapie in Sheep and Goats APHIS-2007-0127 | Scrapie in Sheep and Goats | Rule | Final Rule | 2019-03-25T04:00:00Z | 2019 | 3 | 2019-03-25T04:00:00Z | 2019-03-25T13:40:28Z | 2019-05430 | 0 | 0 | 0900006483b24c54 | |
| APHIS-2018-0070-0001 | APHIS | Subpart Nomenclature Change APHIS-2018-0070 | Subpart Nomenclature Change | Rule | Final Rule | 2019-02-07T05:00:00Z | 2019 | 2 | 2019-02-07T05:00:00Z | 2019-02-07T16:18:35Z | 2019-01142 | 0 | 0 | 0900006483a4ff29 |
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);