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-NMFS-2015-0125" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2025 · 11 ✖

document_type 1

  • Rule 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-NMFS-2015-0125-0205 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the Caribbean, Gulf of America, and South Atlantic: 2025 Commercial Closure for Gag in the South Atlantic Rule   2025-12-01T05:00:00Z 2025 12 2025-12-01T05:00:00Z   2026-02-18T01:33:19Z 2025-21628 0 0 09000064b90a5ad7
NOAA-NMFS-2015-0125-0209 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 2025 Commercial Longline Closure for Golden Tilefish in the South Atlantic Rule   2025-10-02T04:00:00Z 2025 10 2025-10-02T04:00:00Z   2026-02-18T01:42:20Z 2025-19346 0 0 09000064b8ff0747
NOAA-NMFS-2015-0125-0206 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the South Atlantic: 2025 Commercial Closure of Red Snapper in the South Atlantic Rule   2025-09-23T04:00:00Z 2025 9 2025-09-23T04:00:00Z   2026-02-18T01:40:33Z 2025-18406 0 0 09000064b8fd3b6e
NOAA-NMFS-2015-0125-0207 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the South Atlantic: Re-opening of Commercial Harvest for Blueline Tilefish in the South Atlantic Rule   2025-09-17T04:00:00Z 2025 9 2025-09-17T04:00:00Z   2026-02-18T01:40:59Z 2025-17974 0 0 09000064b8fa54a1
NOAA-NMFS-2015-0125-0212 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Coastal Migratory Pelagic Resources of the Gulf and Atlantic Region: Commercial Closure for Atlantic Spanish Mackerel in the Northern Zone Rule   2025-09-16T04:00:00Z 2025 9 2025-09-16T04:00:00Z   2026-02-18T01:46:17Z 2025-17870 0 0 09000064b8f96c64
NOAA-NMFS-2015-0125-0208 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the South Atlantic: 2025 Recreational Fishing Season Announcement and Closure for Blueline Tilefish in the South Atlantic Rule   2025-05-16T04:00:00Z 2025 5 2025-05-16T04:00:00Z   2026-02-18T01:41:32Z 2025-08723 0 0 09000064b8d62b49
NOAA-NMFS-2015-0125-0204 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the Caribbean, Gulf, and South Atlantic: 2025 Recreational Season Announcement and Closure for Golden Tilefish in the South Atlantic; 2025 Recreational Accountability Measure and Closure for Gag in the South Atlantic; Correction Rule   2025-03-31T04:00:00Z 2025 3 2025-03-31T04:00:00Z   2025-06-16T20:35:31Z 2025-05501 0 0 0900006486a5bd75
NOAA-NMFS-2015-0125-0201 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Snapper-Grouper Fishery of the South Atlantic; 2025-2026 Recreational Fishing Season for Black Sea Bass Rule   2025-03-24T04:00:00Z 2025 3 2025-03-24T04:00:00Z   2025-03-27T12:38:07Z 2025-04930 0 0 0900006486a28f68
NOAA-NMFS-2015-0125-0200 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: 2025 Recreational Accountability Measure and Closure for Gag in the South Atlantic Rule   2025-03-24T04:00:00Z 2025 3 2025-03-24T04:00:00Z   2025-03-27T12:37:24Z 2025-04903 0 0 0900006486a28f6a
NOAA-NMFS-2015-0125-0202 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: 2025 Recreational Accountability Measure and Closure for Snowy Grouper Rule   2025-03-21T04:00:00Z 2025 3 2025-03-21T04:00:00Z   2025-03-27T12:38:36Z 2025-04805 0 0 0900006486a1becb
NOAA-NMFS-2015-0125-0203 NOAA Southeast Region Inseason Actions NOAA-NMFS-2015-0125 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: 2025 Recreational Season Announcement and Closure for Golden Tilefish in the South Atlantic Rule   2025-03-20T04:00:00Z 2025 3 2025-03-20T04:00:00Z   2025-03-27T12:39:00Z 2025-04788 0 0 0900006486a12c62

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