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-0006" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-0006-64026 | FWS | Revision of the Regulations for Listing Species and Designating Critical Habitat FWS-HQ-ES-2018-0006 | NEPA Category Exclusion | Supporting & Related Material | NEPA Documentation | 2019-09-05T04:00:00Z | 2019 | 9 | 2019-09-05T21:05:57Z | 0 | 0 | 0900006483ef0c27 | |||
| FWS-HQ-ES-2018-0006-64027 | FWS | Revision of the Regulations for Listing Species and Designating Critical Habitat FWS-HQ-ES-2018-0006 | Effects Data for the Revision of the Regulations for Listing Species and Designating Critical Habitat | Supporting & Related Material | Evaluation | 2019-09-05T04:00:00Z | 2019 | 9 | 2019-09-05T21:06:55Z | 0 | 0 | 0900006483ef0c28 | |||
| FWS-HQ-ES-2018-0006-64025 | FWS | Revision of the Regulations for Listing Species and Designating Critical Habitat FWS-HQ-ES-2018-0006 | Endangered and Threatened Species: Listing Species and Designating Critical Habitat | Rule | 2019-08-27T04:00:00Z | 2019 | 8 | 2019-08-27T04:00:00Z | 2019-08-27T13:20:44Z | 2019-17518 | 0 | 0 | 0900006483ecbb8b | ||
| FWS-HQ-ES-2018-0006-0001 | FWS | Revision of the Regulations for Listing Species and Designating Critical Habitat FWS-HQ-ES-2018-0006 | Endangered and Threatened Species: Listing Species and Designating Critical Habitat | Proposed Rule | 2018-07-25T04:00:00Z | 2018 | 7 | 2018-07-25T04:00:00Z | 2018-09-25T03:59:59Z | 2018-10-27T01:03:47Z | 2018-15810 | 0 | 0 | 0900006483554b71 | |
| FWS-HQ-ES-2018-0006-0002 | FWS | Revision of the Regulations for Listing Species and Designating Critical Habitat FWS-HQ-ES-2018-0006 | 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:49:38Z | 0 | 0 | 09000064835473d0 | |||
| FWS-HQ-ES-2018-0006-0003 | FWS | Revision of the Regulations for Listing Species and Designating Critical Habitat FWS-HQ-ES-2018-0006 | 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:49:39Z | 0 | 0 | 090000648354af1f |
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);