documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R4-ES-2019-0059" 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 5
| 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-2019-0059-0013 | FWS | Designation of Critical Habitat for Suwannee Moccasinshell FWS-R4-ES-2019-0059 | Takings Implication Assessment: Critical Habitat for the Suwannee Moccasinshell (Medionidus walkeri) January 2021 | Supporting & Related Material | Environmental Report | 2021-07-01T04:00:00Z | 2021 | 7 | 2021-07-01T12:06:45Z | 0 | 0 | 0900006484bc5185 | |||
| FWS-R4-ES-2019-0059-0014 | FWS | Designation of Critical Habitat for Suwannee Moccasinshell FWS-R4-ES-2019-0059 | Coordinates, unit descriptions, and maps Suwannee Moccasinshell fCH | Supporting & Related Material | Technical Support Document | 2021-07-01T04:00:00Z | 2021 | 7 | 2021-07-01T12:07:21Z | 0 | 0 | 0900006484bc5186 | |||
| FWS-R4-ES-2019-0059-0012 | FWS | Designation of Critical Habitat for Suwannee Moccasinshell FWS-R4-ES-2019-0059 | Literature Cited Final Rule to Designate Critical Habitat for the Suwannee Moccasinshell | Supporting & Related Material | Reference (external attachments) | 2021-07-01T04:00:00Z | 2021 | 7 | 2021-07-01T12:06:06Z | 0 | 0 | 0900006484bc5184 | |||
| FWS-R4-ES-2019-0059-0011 | FWS | Designation of Critical Habitat for Suwannee Moccasinshell FWS-R4-ES-2019-0059 | Endangered and Threatened Species: Designation of Critical Habitat for Suwannee Moccasinshell | Rule | 2021-07-01T04:00:00Z | 2021 | 7 | 2021-07-29T01:00:32Z | 2021-13800 | 0 | 0 | 0900006484bc6b7e | |||
| FWS-R4-ES-2019-0059-0001 | FWS | Designation of Critical Habitat for Suwannee Moccasinshell FWS-R4-ES-2019-0059 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Suwannee Moccasinshell | Proposed Rule | 2019-11-27T05:00:00Z | 2019 | 11 | 2019-11-27T05:00:00Z | 2020-01-28T04:59:59Z | 2020-01-28T02:03:07Z | 2019-25598 | 0 | 0 | 09000064841bf9b1 |
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);