documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "APHIS" and docket_id = "APHIS-2013-0044" 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), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- APHIS · 7 ✖
| 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-2013-0044-0031 | APHIS | Environmental Impact Statement; Animal Carcass Management APHIS-2013-0044 | EIS; Animal Carcass Management: Record of Decision | Supporting & Related Material | Decision | 2016-03-24T04:00:00Z | 2016 | 3 | 2016-03-24T15:10:11Z | 0 | 0 | 0900006481ec83c7 | |||
| APHIS-2013-0044-0030 | APHIS | Environmental Impact Statement; Animal Carcass Management APHIS-2013-0044 | Environmental Impact Statements; Availability, etc.: Animal Carcass Management; Record of Decision | Notice | Environmental Impact Statement | 2016-03-24T04:00:00Z | 2016 | 3 | 2016-03-24T04:00:00Z | 2016-03-24T14:57:08Z | 2016-06657 | 0 | 0 | 0900006481edc72a | |
| APHIS-2013-0044-0027 | APHIS | Environmental Impact Statement; Animal Carcass Management APHIS-2013-0044 | Carcass Management During a Mass Animal Health Emergency: Final Programmatic Environmental Impact Statement: December 2015 | Other | Environmental Impact Statement | 2015-12-11T05:00:00Z | 2015 | 12 | 2015-12-11T05:00:00Z | 2016-01-20T04:59:59Z | 2016-02-02T22:00:53Z | 0 | 0 | 0900006481d9f211 | |
| APHIS-2013-0044-0017 | APHIS | Environmental Impact Statement; Animal Carcass Management APHIS-2013-0044 | Animal Carcass Management: Draft Environmental Impact Statement (EIS) | Other | Environmental Impact Statement | 2015-08-14T04:00:00Z | 2015 | 8 | 2015-08-14T04:00:00Z | 2015-10-21T03:59:59Z | 2015-12-01T22:00:45Z | 0 | 0 | 0900006481b44a8d | |
| APHIS-2013-0044-0009 | APHIS | Environmental Impact Statement; Animal Carcass Management APHIS-2013-0044 | Environmental Impact Statements; Availability, etc.: Animal Carcass Management | Notice | Information Collection Request (ICR) | 2013-12-31T05:00:00Z | 2013 | 12 | 2013-12-31T05:00:00Z | 2014-01-31T04:59:59Z | 2014-02-02T03:33:39Z | 2013-31194 | 0 | 0 | 09000064814e42e7 |
| APHIS-2013-0044-0008 | APHIS | Environmental Impact Statement; Animal Carcass Management APHIS-2013-0044 | Environmental Impact Statement: Animal Carcass Managment: Notice of intent to prepare an environmental impact statement and proposed scope of study; reopening of comment period. | Notice | 2013-12-31T00:00:00Z | 2013 | 12 | 2014-01-05T00:19:36Z | 0 | 1 | 09000064814e42be | ||||
| APHIS-2013-0044-0001 | APHIS | Environmental Impact Statement; Animal Carcass Management APHIS-2013-0044 | Environmental Impact Statements; Availability, etc.: Animal Carcass Management | Notice | Availability of Environmental Assessment | 2013-10-25T04:00:00Z | 2013 | 10 | 2013-10-25T04:00:00Z | 2013-12-27T04:59:59Z | 2013-11-26T14:11:08Z | 2013-25158 | 0 | 0 | 09000064814600a6 |
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);