documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "APHIS-2015-0102" 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 2
agency_id 1
- APHIS 5
| 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-0102-0007 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Swine Vesicular Disease, African Swine Fever, Foot-and-Mouth Disease, and Rinderpest Status of Malta APHIS-2015-0102 | Determination of Classical Swine Fever, Swine Vesicular Disease, African Swine Fever, Foot-and-Mouth Disease, and Rinderpest Status of Malta | Notice | Determinations | 2017-08-10T04:00:00Z | 2017 | 8 | 2017-08-10T12:44:12Z | 2017-16832 | 0 | 0 | 09000064829f5123 | ||
| APHIS-2015-0102-0003 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Swine Vesicular Disease, African Swine Fever, Foot-and-Mouth Disease, and Rinderpest Status of Malta APHIS-2015-0102 | Finding of No Significant Impact: Recognize Malta as Free of SVD, FMD, ASF, and Rinderpest and Low Risk of CSF--Environmental Assessment | Supporting & Related Material | Finding of no Significant Impact | 2016-05-13T04:00:00Z | 2016 | 5 | 2016-07-01T13:55:16Z | 0 | 0 | 0900006481fb1944 | |||
| APHIS-2015-0102-0004 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Swine Vesicular Disease, African Swine Fever, Foot-and-Mouth Disease, and Rinderpest Status of Malta APHIS-2015-0102 | Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2016-05-13T04:00:00Z | 2016 | 5 | 2016-05-13T12:40:50Z | 0 | 0 | 0900006481fb1945 | |||
| APHIS-2015-0102-0001 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Swine Vesicular Disease, African Swine Fever, Foot-and-Mouth Disease, and Rinderpest Status of Malta APHIS-2015-0102 | Evaluation of the Classical Swine Fever, Swine Vesicular Disease, African Swine Fever, Foot-and-Mouth Disease, and Rinderpest Status of Malta | Notice | Advisory Committee | 2016-05-13T04:00:00Z | 2016 | 5 | 2016-05-13T04:00:00Z | 2016-07-13T03:59:59Z | 2016-08-10T01:01:45Z | 2016-11316 | 0 | 0 | 0900006481fcb7d6 |
| APHIS-2015-0102-0002 | APHIS | Notice of Availability of an Evaluation of the Classical Swine Fever, Swine Vesicular Disease, African Swine Fever, Foot-and-Mouth Disease, and Rinderpest Status of Malta APHIS-2015-0102 | Import Risk Analysis of Malta for CSF, SVD, ASF, FMD, and Rinderpest | Supporting & Related Material | Risk Assessment | 2016-05-13T04:00:00Z | 2016 | 5 | 2016-05-13T12:40:20Z | 0 | 0 | 0900006481fb11e5 |
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);