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

12 rows where agency_id = "FWS" and docket_id = "FWS-R2-ES-2023-0102" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 11
  • Proposed Rule 1

posted_year 1

  • 2024 12

agency_id 1

  • FWS · 12 ✖
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-0102-0001 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 Endangered and Threatened Species: Status for Bushy Whitlow-Wort and Designation of Critical Habitat Proposed Rule   2024-03-19T04:00:00Z 2024 3 2024-03-19T04:00:00Z 2024-05-21T03:59:59Z 2024-05-22T01:00:44Z 2024-05700 0 0 090000648648425b
FWS-R2-ES-2023-0102-0004 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 Petition_cover letter Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:30Z   0 0 0900006486481b70
FWS-R2-ES-2023-0102-0007 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 20220802_Draft Bushy Whitlow-Wort IEM Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:41Z   0 0 0900006486481b73
FWS-R2-ES-2023-0102-0002 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 BWW_PCH_VertexCoords_ForExport Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:25Z   0 0 0900006486481b6e
FWS-R2-ES-2023-0102-0008 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 Bushy whitlow wort Memo Revised Draft 1.5.23 Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:43Z   0 0 0900006486481b74
FWS-R2-ES-2023-0102-0003 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 Petition_BWW Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:28Z   0 0 0900006486481b6f
FWS-R2-ES-2023-0102-0010 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 Literature - See Attachments Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:48Z   0 0 0900006486481b7b
FWS-R2-ES-2023-0102-0011 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 Grey Literature - See Attachments Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:51Z   0 0 0900006486481b8d
FWS-R2-ES-2023-0102-0005 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 20240221_100-word summary BWW Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:33Z   0 0 0900006486481b71
FWS-R2-ES-2023-0102-0012 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 NCDC 2020 - See Attachments Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:54Z   0 0 0900006486481bba
FWS-R2-ES-2023-0102-0009 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 Bushy Whitlow-wort SSA V1_29Sep2023 Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:46Z   0 0 0900006486481b75
FWS-R2-ES-2023-0102-0006 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Bushy Whitlow-Wort and Designation of Critical Habitat FWS-R2-ES-2023-0102 20231213_BWW memo to file Supporting & Related Material   2024-03-19T04:00:00Z 2024 3     2024-03-19T12:43:36Z   0 0 0900006486481b72

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