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

11 rows where docket_id = "NOAA_FRDOC_0001" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Rule 9
  • Proposed Rule 2

posted_year 1

  • 2025 · 11 ✖

agency_id 1

  • NOAA 11
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
NOAA_FRDOC_0001-7453 NOAA None NOAA_FRDOC_0001 Atlantic Highly Migratory Species: 2025 North Atlantic Albacore Tuna, North and South Atlantic Swordfish, and Atlantic Bluefin Tuna Category Quotas Rule   2025-12-23T05:00:00Z 2025 12 2025-12-23T05:00:00Z   2025-12-23T17:29:58Z 2025-23749 0 0 09000064b91066d4
NOAA_FRDOC_0001-7392 NOAA None NOAA_FRDOC_0001 Fisheries of the Northeastern United States: Coastal Migratory Pelagic Resources of the Gulf and Atlantic Region Rule   2025-09-29T04:00:00Z 2025 9 2025-09-29T04:00:00Z   2025-09-29T16:59:54Z 2025-18914 0 0 09000064b8fe4170
NOAA_FRDOC_0001-7389 NOAA None NOAA_FRDOC_0001 Fisheries of the Northeastern United States: 2025-2026 Specifications for the Mackerel, Squid, and Butterfish Fishery Management Plan Rule   2025-09-23T04:00:00Z 2025 9 2025-09-23T04:00:00Z   2025-09-23T16:05:38Z 2025-18451 0 0 09000064b8fd3c00
NOAA_FRDOC_0001-7384 NOAA None NOAA_FRDOC_0001 Fisheries of the Northeastern United States: Mackerel, Squid, and Butterfish Fishery; 2025 Commercial Atlantic Mackerel Fishery Closure Rule   2025-09-17T04:00:00Z 2025 9 2025-09-17T04:00:00Z   2025-09-17T16:33:13Z 2025-17988 0 0 09000064b8fa618f
NOAA_FRDOC_0001-7356 NOAA None NOAA_FRDOC_0001 Gulf of America Name Change Rule   2025-08-07T04:00:00Z 2025 8 2025-08-07T04:00:00Z   2025-08-07T17:13:59Z 2025-15051 0 0 09000064b8eec2b7
NOAA_FRDOC_0001-7354 NOAA None NOAA_FRDOC_0001 Reef Fish Fishery of the Gulf of America: Red Grouper Catch Limits Rule   2025-08-06T04:00:00Z 2025 8 2025-08-06T04:00:00Z   2025-08-06T16:34:49Z 2025-14941 0 0 09000064b8ee533d
NOAA_FRDOC_0001-7292 NOAA None NOAA_FRDOC_0001 Fisheries of the Northeastern United States: Framework Adjustment 39 to the Atlantic Sea Scallop Fishery Management Plan Rule   2025-04-21T04:00:00Z 2025 4 2025-04-21T04:00:00Z   2025-04-21T12:18:38Z 2025-06826 0 0 0900006486aa43ba
NOAA_FRDOC_0001-7287 NOAA None NOAA_FRDOC_0001 Rescinding the Definition of Harm under the Endangered Species Act Proposed Rule   2025-04-17T04:00:00Z 2025 4     2025-04-20T04:19:25Z 2025-06746 0 0 0900006486a9a14e
NOAA_FRDOC_0001-7263 NOAA None NOAA_FRDOC_0001 Designation of Papahanaumokuakea National Marine Sanctuary Rule   2025-03-24T04:00:00Z 2025 3 2025-03-24T04:00:00Z   2025-03-24T11:42:17Z 2025-04949 0 0 0900006486a28fb3
NOAA_FRDOC_0001-7233 NOAA None NOAA_FRDOC_0001 Fisheries of the Northeastern United States: Atlantic Deep-Sea Red Crab Fishery; 2025 Atlantic Deep-Sea Red Crab Specifications Rule   2025-02-27T05:00:00Z 2025 2 2025-02-27T05:00:00Z   2025-02-27T12:36:43Z 2025-03192 0 0 090000648699460a
NOAA_FRDOC_0001-7224 NOAA None NOAA_FRDOC_0001 Implementation of Provisions of the Illegal, Unreported, and Unregulated Fishing Enforcement Act of 2015, the Ensuring Access to Pacific Fisheries Act, and the James M. Inhofe National Defense Authorization Act for Fiscal Year 2023 Proposed Rule   2025-01-16T05:00:00Z 2025 1 2025-01-16T05:00:00Z   2025-01-17T02:30:39Z 2025-00716 0 0 09000064868c8cee

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 456.297ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API