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

6 rows where docket_id = "FWS-R7-MB-2024-0197" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2025 6

agency_id 1

  • FWS 6
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-MB-2024-0197-0013 FWS Migratory Bird Subsistence Harvest in Alaska; Regulatory Changes to the Harvest Regulations for Migratory Birds in Alaska Implemented in 2025 FWS-R7-MB-2024-0197 Naves & Mengak (2023) 2020 Bird Harvest Aleutian, Kodiak, TP493 Supporting & Related Material   2025-04-02T04:00:00Z 2025 4     2025-04-02T13:21:35Z   0 0 0900006486a5d489
FWS-R7-MB-2024-0197-0011 FWS Migratory Bird Subsistence Harvest in Alaska; Regulatory Changes to the Harvest Regulations for Migratory Birds in Alaska Implemented in 2025 FWS-R7-MB-2024-0197 Migratory Bird Subsistence Harvest in Alaska Rule   2025-04-02T04:00:00Z 2025 4     2025-04-02T12:24:04Z 2025-05689 0 0 0900006486a6274d
FWS-R7-MB-2024-0197-0012 FWS Migratory Bird Subsistence Harvest in Alaska; Regulatory Changes to the Harvest Regulations for Migratory Birds in Alaska Implemented in 2025 FWS-R7-MB-2024-0197 Mig Bird 2024 Spring Summer Supporting & Related Material   2025-04-02T04:00:00Z 2025 4     2025-04-02T13:21:32Z   0 0 0900006486a5d488
FWS-R7-MB-2024-0197-0001 FWS Migratory Bird Subsistence Harvest in Alaska; Regulatory Changes to the Harvest Regulations for Migratory Birds in Alaska Implemented in 2025 FWS-R7-MB-2024-0197 Migratory Bird Subsistence Harvest in Alaska Proposed Rule   2025-01-21T05:00:00Z 2025 1 2025-01-21T05:00:00Z 2025-02-21T04:59:59Z 2025-02-18T02:00:32Z 2025-00512 0 0 09000064868e35f0
FWS-R7-MB-2024-0197-0002 FWS Migratory Bird Subsistence Harvest in Alaska; Regulatory Changes to the Harvest Regulations for Migratory Birds in Alaska Implemented in 2025 FWS-R7-MB-2024-0197 2025_MigratoryBirdSubsistenceHarvestInAlaska_ProposedRule_100WordSummary Supporting & Related Material   2025-01-21T05:00:00Z 2025 1     2025-01-21T14:29:19Z   0 0 09000064868e22c4
FWS-R7-MB-2024-0197-0003 FWS Migratory Bird Subsistence Harvest in Alaska; Regulatory Changes to the Harvest Regulations for Migratory Birds in Alaska Implemented in 2025 FWS-R7-MB-2024-0197 NavesMengak2023_2020BirdHarvestAleutianKodiakTP493 Supporting & Related Material   2025-01-21T05:00:00Z 2025 1     2025-01-21T14:29:23Z   0 0 09000064868e22c5

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