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

8 rows where agency_id = "FWS" and docket_id = "FWS-R2-ES-2023-0026" 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 1

posted_year 1

  • 2023 8

agency_id 1

  • FWS · 8 ✖
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-0026-0028 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 NYT Monster fracks require lots of water 9 2023 Supporting & Related Material   2023-10-20T04:00:00Z 2023 10     2023-10-20T12:54:42Z   0 0 0900006486112edb
FWS-R2-ES-2023-0026-0029 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 Nielsen-Gammon Unprecedented drought challenges for Texas water resources in a changing climate 2020 Supporting & Related Material   2023-10-20T04:00:00Z 2023 10     2023-10-20T12:54:51Z   0 0 0900006486112edc
FWS-R2-ES-2023-0026-0001 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 Endangered and Threatened Species: Status for Salina Mucket and Mexican Fawnsfootand Designation of Critical Habitat Proposed Rule   2023-07-25T04:00:00Z 2023 7 2023-07-25T04:00:00Z 2023-09-26T03:59:59Z 2023-09-27T01:04:30Z 2023-15360 0 0 0900006485d36c74
FWS-R2-ES-2023-0026-0006 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 Critical Habitat Coordinates - See Attachments Supporting & Related Material   2023-07-25T04:00:00Z 2023 7     2023-07-25T13:51:27Z   0 0 0900006485c8029b
FWS-R2-ES-2023-0026-0005 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 20230215_RGM_SSA Supporting & Related Material   2023-07-25T04:00:00Z 2023 7     2023-07-25T13:51:26Z   0 0 0900006485c7f4a9
FWS-R2-ES-2023-0026-0003 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 20220523_RGM_DraftEconScreening Memo Supporting & Related Material   2023-07-25T04:00:00Z 2023 7     2023-07-25T13:51:21Z   0 0 0900006485c7f4a7
FWS-R2-ES-2023-0026-0002 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 20221118_RGM_RuleLitCited - See Attachments Supporting & Related Material   2023-07-25T04:00:00Z 2023 7     2023-07-25T13:51:13Z   0 0 0900006485c7f4a6
FWS-R2-ES-2023-0026-0004 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Salina Mucket and Mexican Fawnsfoot and Designation of Critical Habitat FWS-R2-ES-2023-0026 20220322_RGMussels IEM_Signed Supporting & Related Material   2023-07-25T04:00:00Z 2023 7     2023-07-25T13:51:23Z   0 0 0900006485c7f4a8

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