documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R4-ES-2018-0092" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-R4-ES-2018-0092-0050 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Neuse River Waterdog and Endangered Species Status for Carolina Madtom FWS-R4-ES-2018-0092 | Plot Points FCH_NECTURUS_LEWISI_20210609 | Supporting & Related Material | Technical Support Document | 2021-06-10T04:00:00Z | 2021 | 6 | 2021-06-10T12:52:38Z | 0 | 0 | 0900006484b63a2f | |||
| FWS-R4-ES-2018-0092-0049 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Neuse River Waterdog and Endangered Species Status for Carolina Madtom FWS-R4-ES-2018-0092 | Plot Point FCH_NOTURUS_FURIOSUS_20210609 | Supporting & Related Material | Technical Support Document | 2021-06-10T04:00:00Z | 2021 | 6 | 2021-06-10T12:52:19Z | 0 | 0 | 0900006484b63a2e | |||
| FWS-R4-ES-2018-0092-0044 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Neuse River Waterdog and Endangered Species Status for Carolina Madtom FWS-R4-ES-2018-0092 | Endangered and Threatened Species: Threatened Species Status With Section 4(d) Rule for Neuse River Waterdog, Endangered Species Status for Carolina Madtom, and Designations of Critical Habitat | Rule | 2021-06-09T04:00:00Z | 2021 | 6 | 2021-06-09T12:29:39Z | 2021-11600 | 0 | 0 | 0900006484b5fbc9 | |||
| FWS-R4-ES-2018-0092-0046 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Neuse River Waterdog and Endangered Species Status for Carolina Madtom FWS-R4-ES-2018-0092 | Carolina Madtom Species Status Assessment v1.2 | Supporting & Related Material | Environmental Report | 2021-06-09T04:00:00Z | 2021 | 6 | 2021-06-09T11:50:37Z | 0 | 0 | 0900006484b5182d | |||
| FWS-R4-ES-2018-0092-0047 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Neuse River Waterdog and Endangered Species Status for Carolina Madtom FWS-R4-ES-2018-0092 | Neuse River Waterdog Species Status Assessment v1.2 | Supporting & Related Material | Environmental Report | 2021-06-09T04:00:00Z | 2021 | 6 | 2021-06-09T11:50:41Z | 0 | 0 | 0900006484b5182e | |||
| FWS-R4-ES-2018-0092-0048 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Neuse River Waterdog and Endangered Species Status for Carolina Madtom FWS-R4-ES-2018-0092 | Coats, W.A. 2017. An Assessment of Forestry Best Management Practices in North Carolina, 2012-2016. NCDA&CS-North Carolina Forest Service. Raleigh, N.C. | Supporting & Related Material | Environmental Report | 2021-06-09T04:00:00Z | 2021 | 6 | 2021-06-09T11:50:45Z | 0 | 0 | 0900006484b5182f | |||
| FWS-R4-ES-2018-0092-0045 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Neuse River Waterdog and Endangered Species Status for Carolina Madtom FWS-R4-ES-2018-0092 | References for Carolina Madtom and Neuse River Waterdog Final Listing and Critical Habitat Rule | Supporting & Related Material | Reference (external attachments) | 2021-06-09T04:00:00Z | 2021 | 6 | 2021-06-09T11:50:33Z | 0 | 0 | 0900006484b5182c |
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);