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

5 rows where docket_id = "FWS-R7-SM-2023-0214" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Rule 2
  • Supporting & Related Material 2
  • Proposed Rule 1

posted_year 2

  • 2025 3
  • 2024 2

agency_id 1

  • FWS 5
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-R7-SM-2023-0214-0017 FWS Subsistence Management Regulations for Public Lands in Alaska; Subsistence Taking of Fish and Shellfish Regulations; 2025–26 and 2026–27 FWS-R7-SM-2023-0214 Subsistence Management Regulations for Public Lands in Alaska-2025-26 and 2026-27 Subsistence Taking of Fish and Shellfish Regulations Rule   2025-07-18T04:00:00Z 2025 7     2025-09-26T22:43:15Z 2025-13516 0 0 09000064b8fde217
FWS-R7-SM-2023-0214-0018 FWS Subsistence Management Regulations for Public Lands in Alaska; Subsistence Taking of Fish and Shellfish Regulations; 2025–26 and 2026–27 FWS-R7-SM-2023-0214 Subsistence Management Regulations for Public Lands in Alaska: 2025-26 and 2026-27 Subsistence Taking of Fish and Shellfish Regulations Rule   2025-07-18T04:00:00Z 2025 7 2025-07-18T04:00:00Z   2026-01-24T00:31:24Z 2025-13516 0 0 09000064b8e8287f
FWS-R7-SM-2023-0214-0016 FWS Subsistence Management Regulations for Public Lands in Alaska; Subsistence Taking of Fish and Shellfish Regulations; 2025–26 and 2026–27 FWS-R7-SM-2023-0214 Federal Subsistence Board Meeting Transcripts Supporting & Related Material   2025-04-03T04:00:00Z 2025 4     2025-04-04T13:52:40Z   0 0 0900006486a66b78
FWS-R7-SM-2023-0214-0002 FWS Subsistence Management Regulations for Public Lands in Alaska; Subsistence Taking of Fish and Shellfish Regulations; 2025–26 and 2026–27 FWS-R7-SM-2023-0214 NPRM Summary-Providing Accountabilitythrough Transpaency Act-22 Mar 2024 Supporting & Related Material   2024-03-22T04:00:00Z 2024 3     2024-03-22T19:55:23Z   0 0 090000648648ef63
FWS-R7-SM-2023-0214-0001 FWS Subsistence Management Regulations for Public Lands in Alaska; Subsistence Taking of Fish and Shellfish Regulations; 2025–26 and 2026–27 FWS-R7-SM-2023-0214 Subsistence Management Regulations for Public Lands in Alaska: 2025–26 and 2026–27 Subsistence Taking of Fish and Shellfish Proposed Rule   2024-03-22T04:00:00Z 2024 3 2024-03-22T04:00:00Z 2024-05-22T03:59:59Z 2024-06-07T01:00:58Z 2024-05821 0 0 090000648648e5e5

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