documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "APHIS-2016-0044" 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-2016-0044-0008 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Determinations: Classical Swine Fever, Foot-and-Mouth Disease, Rinderpest, and Swine Vesicular Disease Status of Cyprus | Notice | Advisory Committee | 2017-06-08T04:00:00Z | 2017 | 6 | 2017-06-08T04:00:00Z | 2017-06-08T13:37:26Z | 2017-11889 | 0 | 0 | 09000064826aaded | |
| APHIS-2016-0044-0001 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus | Notice | Advisory Committee | 2017-01-23T05:00:00Z | 2017 | 1 | 2017-01-23T05:00:00Z | 2017-03-25T03:59:59Z | 2017-01-23T15:51:48Z | 2017-01396 | 0 | 0 | 0900006482488c71 |
| APHIS-2016-0044-0007 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Finding of No Significant Impact Statement | Supporting & Related Material | Finding of no Significant Impact | 2017-01-23T05:00:00Z | 2017 | 1 | 2017-01-23T15:52:57Z | 0 | 0 | 090000648246569c | |||
| APHIS-2016-0044-0003 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Importation of Swine Commodities from Estonia; Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2017-01-23T05:00:00Z | 2017 | 1 | 2017-01-23T15:52:31Z | 0 | 0 | 09000064824655d7 | |||
| APHIS-2016-0044-0002 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Risk of Importation of Classical Swine Fever, Foot and Mouth Disease, Rinderpest, and Swine Vesicular Disease from the Republic of Cyprus | Supporting & Related Material | Risk Assessment | 2017-01-23T05:00:00Z | 2017 | 1 | 2017-01-23T15:52:24Z | 0 | 0 | 09000064824655d6 | |||
| APHIS-2016-0044-0004 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Importation of Swine Commodities from Hungary; Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2017-01-23T05:00:00Z | 2017 | 1 | 2017-01-23T15:52:36Z | 0 | 0 | 09000064824655d8 | |||
| APHIS-2016-0044-0005 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Importation of Swine Commodities from Slovakia; Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2017-01-23T05:00:00Z | 2017 | 1 | 2017-01-23T15:52:41Z | 0 | 0 | 09000064824655d9 | |||
| APHIS-2016-0044-0006 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Cyprus APHIS-2016-0044 | Importation of Swine Commodities from Slovenia; Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2017-01-23T05:00:00Z | 2017 | 1 | 2017-01-23T15:52:50Z | 0 | 0 | 09000064824655da |
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);