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-2021-0061" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 2

  • 2021 10
  • 2022 1

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-2021-0061-0017 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Revisions to Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan and Sector Annual Catch Entitlements; Correction Rule   2022-02-17T05:00:00Z 2022 2 2022-02-17T05:00:00Z   2022-12-06T21:57:00Z 2022-03338 0 0 0900006484f812a5
NOAA-NMFS-2021-0061-0016 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Framework 61 EA with Signed FONSI Supporting & Related Material   2021-07-29T04:00:00Z 2021 7     2021-07-29T11:30:15Z   0 0 0900006484c16f74
NOAA-NMFS-2021-0061-0015 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Fisheries of the Northeastern United States: Magnuson-Stevens Fishery Conservation and Management Act Provisions; Northeast Multispecies Fishery; Framework Adjustment 61 Rule   2021-07-28T04:00:00Z 2021 7 2021-07-28T04:00:00Z   2021-07-29T11:25:59Z 2021-16070 0 0 0900006484c14830
NOAA-NMFS-2021-0061-0007 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Groundfish FW61 Appendix V ABC Projections Supporting & Related Material   2021-06-24T04:00:00Z 2021 6     2021-06-24T12:19:33Z   0 0 0900006484ba88a1
NOAA-NMFS-2021-0061-0004 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Groundfish FW61 Appendix II Calculation of ACLs Supporting & Related Material   2021-06-24T04:00:00Z 2021 6     2021-06-24T12:19:21Z   0 0 0900006484ba90a3
NOAA-NMFS-2021-0061-0006 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Groundfish FW61 Appendix IV Redfish Exemption Methods Supporting & Related Material   2021-06-24T04:00:00Z 2021 6     2021-06-24T12:19:29Z   0 0 0900006484ba90a5
NOAA-NMFS-2021-0061-0002 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Groundfish Framework 61 Environmental Assessment Supporting & Related Material   2021-06-24T04:00:00Z 2021 6     2021-06-24T12:19:06Z   0 0 0900006484ba90a7
NOAA-NMFS-2021-0061-0003 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Groundfish FW61 Appendix I SSC Reports Supporting & Related Material   2021-06-24T04:00:00Z 2021 6     2021-06-24T12:19:16Z   0 0 0900006484ba88a2
NOAA-NMFS-2021-0061-0001 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Fisheries of the Northeastern United States: Northeast Multispecies Fishery; Framework Adjustment 61 Proposed Rule   2021-06-24T04:00:00Z 2021 6 2021-06-24T04:00:00Z 2021-07-10T03:59:59Z 2021-07-10T01:00:48Z 2021-13410 0 0 0900006484ba926d
NOAA-NMFS-2021-0061-0005 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Groundfish FW61 Appendix III White Hake Rebuilding Supporting & Related Material   2021-06-24T04:00:00Z 2021 6     2021-06-24T12:19:25Z   0 0 0900006484ba90a4
NOAA-NMFS-2021-0061-0008 NOAA Framework Adjustment 61 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2021-0061 Groundfish FW61 Appendix VI Groundfish Bycatch Supporting & Related Material   2021-06-24T04:00:00Z 2021 6     2021-06-24T12:19:38Z   0 0 0900006484ba90a6

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