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

10 rows where docket_id = "NOAA-NMFS-2023-0053" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2023 8
  • 2022 1
  • 2024 1

document_type 3

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

agency_id 1

  • NOAA 10
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-2023-0053-0322 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 Taking or Importing of Marine Mammals: Empire Wind Project, Offshore New York Rule   2024-02-14T05:00:00Z 2024 2 2024-02-14T05:00:00Z   2024-02-14T13:38:00Z 2024-01363 0 0 090000648640690e
NOAA-NMFS-2023-0053-0009 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 Original Monitoring Plan for Empire Wind Supporting & Related Material   2023-04-14T04:00:00Z 2023 4     2025-04-07T14:07:22Z   0 0 0900006485936711
NOAA-NMFS-2023-0053-0008 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 Take Addendum Memo for EmpireWind Supporting & Related Material   2023-04-14T00:00:00Z 2023 4     2023-04-17T19:51:54Z   0 1 0900006485936710
NOAA-NMFS-2023-0053-0010 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 LOA Application for EmpireWind Supporting & Related Material   2023-04-14T00:00:00Z 2023 4     2023-04-17T19:52:02Z   0 1 0900006485936712
NOAA-NMFS-2023-0053-0011 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 References for Empire Wind Supporting & Related Material   2023-04-14T00:00:00Z 2023 4     2023-04-17T19:52:09Z   0 1 0900006485936713
NOAA-NMFS-2023-0053-0005 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 Takes of Marine Mammals Incidental to Specified Activities: Empire Wind Project, Offshore New York Proposed Rule   2023-04-13T04:00:00Z 2023 4 2023-04-13T04:00:00Z 2023-05-16T03:59:59Z 2023-05-17T01:01:20Z 2023-07417 0 0 090000648594087e
NOAA-NMFS-2023-0053-0003 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 Take Addendum Memo for EmpireWind Supporting & Related Material   2023-04-13T04:00:00Z 2023 4     2023-04-13T12:39:53Z   0 0 0900006485941288
NOAA-NMFS-2023-0053-0002 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 References for Empire Wind Supporting & Related Material   2023-04-13T04:00:00Z 2023 4     2023-04-13T12:32:01Z   0 0 090000648594121e
NOAA-NMFS-2023-0053-0004 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 LOA Application for EmpireWind Supporting & Related Material   2023-04-13T04:00:00Z 2023 4     2023-04-13T12:43:29Z   0 0 09000064859412aa
NOAA-NMFS-2023-0053-0001 NOAA Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to the Empire Wind Project, Offshore New York NOAA-NMFS-2023-0053 Fisheries of the Exclusive Economic Zone off Alaska: Pacific Cod by Catcher/Processors using Hook-and-Line Gear in the Central Regulatory Area of the Gulf of Alaska Rule   2022-11-15T00:00:00Z 2022 11     2023-04-14T17:37:49Z   0 1 09000064854b0e3c

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