documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-HQ-ES-2018-0007" 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 3
agency_id 1
- FWS 6
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-HQ-ES-2018-0007-69539 | FWS | Revision of the Regulations for Prohibitions to Threatened Wildlife and Plants FWS-HQ-ES-2018-0007 | Effects Data for the Revision of the Regulations on Prohibitions That Apply to Threatened Wildlife and Plants; 1018-BC97 | Supporting & Related Material | Evaluation | 2019-08-27T04:00:00Z | 2019 | 8 | 2019-08-27T13:16:13Z | 0 | 0 | 0900006483e85b96 | |||
| FWS-HQ-ES-2018-0007-69538 | FWS | Revision of the Regulations for Prohibitions to Threatened Wildlife and Plants FWS-HQ-ES-2018-0007 | Endangered and Threatened Species: Prohibitions to Threatened Wildlife and Plants | Rule | 2019-08-27T04:00:00Z | 2019 | 8 | 2019-08-27T04:00:00Z | 2019-08-27T13:15:18Z | 2019-17519 | 0 | 0 | 0900006483ecba77 | ||
| FWS-HQ-ES-2018-0007-69540 | FWS | Revision of the Regulations for Prohibitions to Threatened Wildlife and Plants FWS-HQ-ES-2018-0007 | NEPA Environmental Action Statement for Categorical Exclusion | Supporting & Related Material | NEPA Documentation | 2019-08-27T04:00:00Z | 2019 | 8 | 2019-08-27T13:16:14Z | 0 | 0 | 0900006483e85b97 | |||
| FWS-HQ-ES-2018-0007-0003 | FWS | Revision of the Regulations for Prohibitions to Threatened Wildlife and Plants FWS-HQ-ES-2018-0007 | Designation of Critical Habitat and the Incidence of Section 7 Consultations | Supporting & Related Material | Environmental Report | 2018-07-25T04:00:00Z | 2018 | 7 | 2018-07-25T12:48:26Z | 0 | 0 | 090000648354af21 | |||
| FWS-HQ-ES-2018-0007-0001 | FWS | Revision of the Regulations for Prohibitions to Threatened Wildlife and Plants FWS-HQ-ES-2018-0007 | Endangered and Threatened Species: Revision of Regulations for Prohibitions to Threatened Wildlife and Plants | Proposed Rule | 2018-07-25T04:00:00Z | 2018 | 7 | 2018-07-25T04:00:00Z | 2018-09-25T03:59:59Z | 2018-10-25T01:04:21Z | 2018-15811 | 0 | 0 | 0900006483554ac1 | |
| FWS-HQ-ES-2018-0007-0002 | FWS | Revision of the Regulations for Prohibitions to Threatened Wildlife and Plants FWS-HQ-ES-2018-0007 | DRAFT Effects Data for the Revision of the Regulations for Listing Species and Designating Critical Habitat; 1018–BC88, 0648–BH42 | Supporting & Related Material | Report | 2018-07-25T04:00:00Z | 2018 | 7 | 2018-07-25T12:48:25Z | 0 | 0 | 09000064835473cf |
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);