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-R2-ES-2023-0069" 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 7
  • 2024 2

document_type 2

  • Supporting & Related Material 6
  • Proposed Rule 3

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-R2-ES-2023-0069-0042 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Endangered and Threatened Species: 6-Month Extension of Final Determination on the Proposed Endangered Species Status for the Toothless Blindcat and the Widemouth Blindcat Proposed Rule   2024-08-01T04:00:00Z 2024 8 2024-08-01T04:00:00Z 2024-09-04T03:59:59Z 2024-09-24T01:01:09Z 2024-16749 0 0 09000064866125b3
FWS-R2-ES-2023-0069-0043 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 San Antonio Water System Edwards Aquifer Authority Response to FWS Clarification Request (3-29-2024) Supporting & Related Material   2024-08-01T04:00:00Z 2024 8     2024-08-01T13:02:27Z   0 0 0900006486610e27
FWS-R2-ES-2023-0069-0026 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Endangered and Threatened Species: Status for the Toothless Blindcat and the Widemouth Blindcat Proposed Rule   2023-12-07T05:00:00Z 2023 12 2023-12-07T05:00:00Z 2024-01-09T04:59:59Z 2024-04-20T01:00:34Z 2023-26853 0 0 090000648630b16c
FWS-R2-ES-2023-0069-0008 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Proposed rule document summary Supporting & Related Material   2023-10-16T04:00:00Z 2023 10     2023-10-16T16:01:08Z   0 0 09000064860ee577
FWS-R2-ES-2023-0069-0003 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Literature Cited - See attachments Supporting & Related Material   2023-08-23T04:00:00Z 2023 8     2023-08-23T12:12:16Z   0 0 0900006485e36684
FWS-R2-ES-2023-0069-0002 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Peer Reviews - See attachments Supporting & Related Material   2023-08-23T04:00:00Z 2023 8     2023-08-23T12:12:15Z   0 0 0900006485e363fa
FWS-R2-ES-2023-0069-0005 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Forest Guardians Petition to List 475 Species, June 18, 2007 Supporting & Related Material   2023-08-23T04:00:00Z 2023 8     2023-08-23T12:12:17Z   0 0 0900006485e36686
FWS-R2-ES-2023-0069-0004 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Species Status Assessment for the Toothless Blindcat (Trogloglanis pattersoni) and Widemouth Blindcat (Satan eurystomus), November 1, 2022 Supporting & Related Material   2023-08-23T04:00:00Z 2023 8     2023-08-23T12:12:16Z   0 0 0900006485e36685
FWS-R2-ES-2023-0069-0001 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Toothless Blindcat and Widemouth Blindcat FWS-R2-ES-2023-0069 Endangered and Threatened Species: Toothless Blindcat and Widemouth Blindcat Proposed Rule   2023-08-22T04:00:00Z 2023 8 2023-08-22T04:00:00Z 2023-10-24T03:59:59Z 2023-10-25T01:04:02Z 2023-17667 0 0 0900006485ed535b

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