home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where docket_id = "FWS-R4-ES-2021-0053" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

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 2

  • Supporting & Related Material 7
  • Proposed Rule 2

posted_year 1

  • 2021 · 9 ✖

agency_id 1

  • FWS 9
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-2021-0053-0037 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 20211202_Miami Tiger Beetle VPM_Transcript Supporting & Related Material   2021-12-13T05:00:00Z 2021 12     2021-12-13T19:12:46Z   0 0 0900006484ec1f81
FWS-R4-ES-2021-0053-0034 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 20211202_Miami Tiger Beetle VPM_Video Recording Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2021-12-08T05:00:00Z 2021 12     2021-12-08T13:17:33Z   0 0 0900006484eae36f
FWS-R4-ES-2021-0053-0023 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 Endangered and Threatened Species: Designation of Critical Habitat for the Miami Tiger Beetle Proposed Rule   2021-11-08T05:00:00Z 2021 11 2021-11-08T05:00:00Z 2021-12-24T04:59:59Z 2022-02-19T02:00:41Z 2021-24357 0 0 0900006484e35319
FWS-R4-ES-2021-0053-0003 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 Miami Tiger Beetle Screening Memo IEc 042821 Supporting & Related Material   2021-09-07T04:00:00Z 2021 9     2021-09-07T12:08:55Z   0 0 0900006484d5044c
FWS-R4-ES-2021-0053-0004 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 Miami Tiger Beetle pCH Incremental Effects Memo 20210324 Supporting & Related Material   2021-09-07T04:00:00Z 2021 9     2021-09-07T12:09:02Z   0 0 0900006484d5044b
FWS-R4-ES-2021-0053-0006 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 20210901 Miami Tiger Beetle pCH TIA Supporting & Related Material   2021-09-07T04:00:00Z 2021 9     2021-09-07T12:09:11Z   0 0 0900006484d50449
FWS-R4-ES-2021-0053-0001 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 Endangered and Threatened Species: Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) Proposed Rule   2021-09-07T04:00:00Z 2021 9 2021-09-07T04:00:00Z 2021-11-09T04:59:59Z 2021-11-10T02:00:16Z 2021-19088 0 0 0900006484d56836
FWS-R4-ES-2021-0053-0002 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 Miami Tiger Beetle Proposed Critical Habitat Literature Cited Supporting & Related Material Reference (external attachments) 2021-09-07T04:00:00Z 2021 9     2021-09-07T12:08:43Z   0 0 0900006484d50448
FWS-R4-ES-2021-0053-0005 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Miami Tiger Beetle (Cicindelidia floridana) FWS-R4-ES-2021-0053 Miami Tiger Beetle pCH units XYpoints Supporting & Related Material   2021-09-07T04:00:00Z 2021 9     2021-09-07T12:09:06Z   0 0 0900006484d5044a

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 1213.497ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API