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 agency_id = "FWS" and docket_id = "FWS-R4-ES-2023-0220" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 2

  • 2023 8
  • 2024 1

document_type 2

  • Supporting & Related Material 7
  • Proposed Rule 2

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-2023-0220-0033 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 Endangered and Threatened Species: Status for Coal Darter with Section 4(d) Rule Proposed Rule   2024-04-08T04:00:00Z 2024 4 2024-04-08T04:00:00Z 2024-05-09T03:59:59Z 2024-05-09T01:01:08Z 2024-07331 0 0 09000064864bf4af
FWS-R4-ES-2023-0220-0006 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 CBD Petition 2010 Supporting & Related Material   2023-12-21T05:00:00Z 2023 12     2023-12-21T13:45:26Z   0 0 090000648634b7a6
FWS-R4-ES-2023-0220-0007 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 Grey Literature - See Attachments Supporting & Related Material   2023-12-21T05:00:00Z 2023 12     2023-12-21T13:45:27Z   0 0 090000648634b796
FWS-R4-ES-2023-0220-0005 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 Species Status Assessment (SSA) Report for the Coal Darter, Version 1.1, October 2023 Supporting & Related Material   2023-12-21T05:00:00Z 2023 12     2023-12-21T13:45:25Z   0 0 090000648634b7a5
FWS-R4-ES-2023-0220-0003 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 Proposed Rule Literature Cited Supporting & Related Material   2023-12-21T05:00:00Z 2023 12     2023-12-21T13:45:24Z   0 0 090000648634b7a3
FWS-R4-ES-2023-0220-0004 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 SSA Literature Cited Supporting & Related Material   2023-12-21T05:00:00Z 2023 12     2023-12-21T13:45:24Z   0 0 090000648634b7a4
FWS-R4-ES-2023-0220-0008 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 100-Word Summary of Proposed Rule Supporting & Related Material   2023-12-21T05:00:00Z 2023 12     2023-12-21T13:45:27Z   0 0 090000648634c27d
FWS-R4-ES-2023-0220-0001 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter With Section 4(d) Rule Proposed Rule   2023-12-21T05:00:00Z 2023 12 2023-12-21T05:00:00Z 2024-02-21T04:59:59Z 2024-02-22T02:00:49Z 2023-27873 0 0 090000648634dbc6
FWS-R4-ES-2023-0220-0002 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coal Darter (Percina brevicauda) FWS-R4-ES-2023-0220 Peer Reviews - See Attachments Supporting & Related Material   2023-12-21T05:00:00Z 2023 12     2023-12-21T13:45:23Z   0 0 090000648634b778

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 40.08ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API