documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where agency_id = "APHIS", docket_id = "APHIS-2019-0005" and posted_year = 2024 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-2019-0005-6087 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | FINAL ENVIRONMENTAL IMPACT STATEMENT PREDATOR DAMAGE MANAGEMENT IN IDAHO | Supporting & Related Material | Environmental Impact Statement | 2024-11-29T05:00:00Z | 2024 | 11 | 2024-11-29T17:56:14Z | 0 | 0 | 090000648683fb20 | |||
| APHIS-2019-0005-6086 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | Stakeholder Notice: Availability of Final Environmental Impact Statement for Predator Damage Management in Idaho | Supporting & Related Material | Background Material | 2024-11-29T05:00:00Z | 2024 | 11 | 2024-12-02T15:43:02Z | 0 | 0 | 090000648683fb1f | |||
| APHIS-2019-0005-0254 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | Draft Environmental Impact Statement (DEIS): Predator Damage Management in Idaho | Other | Environmental Impact Statement | 2024-09-23T04:00:00Z | 2024 | 9 | 2024-09-23T04:00:00Z | 2024-11-13T04:59:59Z | 2024-11-14T02:00:46Z | 0 | 0 | 090000648676ab9d | |
| APHIS-2019-0005-0256 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | Memorandum of Understanding: USDA-APHIS-WS and BLM, November 2023 | Supporting & Related Material | Background Material | 2024-09-23T04:00:00Z | 2024 | 9 | 2024-09-23T17:53:41Z | 0 | 0 | 090000648676ab7b | |||
| APHIS-2019-0005-0258 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | DEIS Predator Damage Management in Idaho, Supplemental Material - Trophic Cascades | Supporting & Related Material | Background Material | 2024-09-23T04:00:00Z | 2024 | 9 | 2024-09-23T18:42:28Z | 0 | 0 | 090000648676abb7 | |||
| APHIS-2019-0005-0257 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | Memorandum of Understanding: USDA-APHIS-WS and USFS, September 2023 | Supporting & Related Material | Background Material | 2024-09-23T04:00:00Z | 2024 | 9 | 2024-09-23T17:53:47Z | 0 | 0 | 090000648676ab7c | |||
| APHIS-2019-0005-0260 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | USFWS Biological Opinion: Wildlife Damage Management in Idaho, 2016 | Supporting & Related Material | Background Material | 2024-09-23T04:00:00Z | 2024 | 9 | 2024-09-23T17:54:04Z | 0 | 0 | 090000648676abb9 | |||
| APHIS-2019-0005-0255 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | Stakeholder Notice | Supporting & Related Material | Background Material | 2024-09-23T04:00:00Z | 2024 | 9 | 2024-09-23T17:53:16Z | 0 | 0 | 090000648676aba0 | |||
| APHIS-2019-0005-0259 | APHIS | Environmental Impact Statement for Predator Damage Management in Idaho APHIS-2019-0005 | WS-Idaho Biological Assessment Wildlife Damage Management in Idaho, January 2016 | Supporting & Related Material | Background Material | 2024-09-23T04:00:00Z | 2024 | 9 | 2024-09-23T17:53:58Z | 0 | 0 | 090000648676abb8 |
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);