documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where agency_id = "APHIS" and docket_id = "APHIS-2014-0105" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- APHIS · 8 ✖
| 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-2014-0105-0222 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | Final Idaho Predator Damage Management EA and Decision Notice | Supporting & Related Material | Reference (external attachments) | 2016-11-25T05:00:00Z | 2016 | 11 | 2016-11-25T13:51:59Z | 0 | 0 | 09000064823bd18b | |||
| APHIS-2014-0105-0221 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | Decision and Finding of No Significant Impact | Other | Decision | 2016-11-25T05:00:00Z | 2016 | 11 | 2016-11-25T05:00:00Z | 2016-11-25T13:51:50Z | 0 | 0 | 09000064823bd188 | ||
| APHIS-2014-0105-0220 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | Predator Damage Management in Idaho: Final Environmental Assessment | Other | Environmental assessment | 2016-11-23T05:00:00Z | 2016 | 11 | 2016-11-23T05:00:00Z | 2016-11-23T19:27:42Z | 0 | 0 | 09000064823bd187 | ||
| APHIS-2014-0105-0072 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | ENVIRONMENTAL ASSESSMENT: PREDATOR DAMAGE AND CONFLICT MANAGEMENT IN IDAHO | Other | Environmental Assessment | 2015-06-19T04:00:00Z | 2015 | 6 | 2015-06-24T04:00:00Z | 2015-07-28T03:59:59Z | 2015-07-28T01:31:02Z | 0 | 0 | 0900006481b49caa | |
| APHIS-2014-0105-0071 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | Notice of Availability of an Environmental Assessment: Predator Damage and Conflict Management in Idaho | Supporting & Related Material | Availability of Environmental Assessment | 2015-06-19T04:00:00Z | 2015 | 6 | 2015-06-24T10:26:55Z | 0 | 0 | 0900006481b44a91 | |||
| APHIS-2014-0105-0003 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | Notice of Availability; Request for Comments | Other | Request | 2014-12-12T05:00:00Z | 2014 | 12 | 2014-12-12T05:00:00Z | 2015-01-15T04:59:59Z | 2015-01-16T03:01:26Z | 0 | 0 | 0900006481970723 | |
| APHIS-2014-0105-0001 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | Notice of Intent to Prepare an Environmental Assessment; Request for Comments | Other | 2014-12-11T00:00:00Z | 2014 | 12 | 2014-12-11T15:29:01Z | 0 | 1 | 090000648196d494 | ||||
| APHIS-2014-0105-0002 | APHIS | Predator Damage Management in Idaho APHIS-2014-0105 | Notice of Availability; Request for Comments | Other | 2014-12-11T00:00:00Z | 2014 | 12 | 2016-10-31T15:07:13Z | 0 | 1 | 090000648196dfe0 |
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);