documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "APHIS-2016-0031" 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)
document_type 3
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-2016-0031-0011 | APHIS | Environmental Impact Statement; Fruit Fly Eradication Program APHIS-2016-0031 | Environmental Impact Statements; Availability, etc.: Fruit Fly Cooperative Control Program: Record of Decision | Notice | Advisory Committee | 2019-07-09T04:00:00Z | 2019 | 7 | 2019-07-09T04:00:00Z | 2019-07-09T15:02:10Z | 2019-14539 | 0 | 0 | 0900006483d6d5f6 | |
| APHIS-2016-0031-0012 | APHIS | Environmental Impact Statement; Fruit Fly Eradication Program APHIS-2016-0031 | Fruit Fly Eradication Program EIS: Record of Decision, 2019 | Supporting & Related Material | Decision | 2019-07-09T04:00:00Z | 2019 | 7 | 2019-07-09T15:03:09Z | 0 | 0 | 0900006483d5ee7a | |||
| APHIS-2016-0031-0010 | APHIS | Environmental Impact Statement; Fruit Fly Eradication Program APHIS-2016-0031 | Fruit Fly Cooperative Control Program Final Environmental Impact Statement, November 2018 | Other | Environmental Impact Statement | 2018-11-27T05:00:00Z | 2018 | 11 | 2018-11-27T15:25:06Z | 0 | 0 | 09000064838cf829 | |||
| APHIS-2016-0031-0008 | APHIS | Environmental Impact Statement; Fruit Fly Eradication Program APHIS-2016-0031 | Fruit Fly Cooperative Control Program: Draft Environmental Impact Statement, April 2018 | Other | Environmental Impact Statement | 2018-04-27T04:00:00Z | 2018 | 4 | 2018-04-27T04:00:00Z | 2018-06-12T03:59:59Z | 2018-04-27T13:35:15Z | 0 | 0 | 090000648319a6dc | |
| APHIS-2016-0031-0001 | APHIS | Environmental Impact Statement; Fruit Fly Eradication Program APHIS-2016-0031 | Environmental Impact Statements; Availability, etc.: Fruit Fly Eradication Program | Notice | Environmental Impact Statement | 2016-08-12T04:00:00Z | 2016 | 8 | 2016-08-12T04:00:00Z | 2016-09-27T03:59:59Z | 2016-09-25T01:01:05Z | 2016-19223 | 0 | 0 | 0900006482170c2e |
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);