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-2020-0013" 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 6
  • Rule 4
  • Proposed Rule 1

posted_year 2

  • 2020 8
  • 2021 3

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-2020-0013-0054 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Fisheries of the Northeastern United States: Northeast Multispecies Fishery; Common Pool Fishery and Other Measures for Fishing Year 2021 Rule   2021-04-26T04:00:00Z 2021 4 2021-04-26T04:00:00Z   2022-12-08T21:48:10Z 2021-08628 0 0 0900006484ab68d1
NOAA-NMFS-2020-0013-0053 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Revisions to Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan and Sector Annual Catch Entitlements; Correction Rule   2021-03-26T04:00:00Z 2021 3 2021-03-26T04:00:00Z   2022-12-06T21:47:32Z 2021-06295 0 0 0900006484a7e082
NOAA-NMFS-2020-0013-0055 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Fisheries of the Northeastern United States: Northeast Multispecies Fishery; Possession and Trip Limit Increases for the Common Pool Fishery Rule   2021-03-11T05:00:00Z 2021 3 2021-03-11T05:00:00Z   2022-12-08T21:49:48Z 2021-05110 0 0 0900006484a674b9
NOAA-NMFS-2020-0013-0052 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Fisheries of the Northeastern United States: Magnuson-Stevens Fishery Conservation and Management Act Provisions; Northeast Multispecies Fishery; Framework Adjustment 59 Rule   2020-07-30T04:00:00Z 2020 7 2020-07-30T04:00:00Z   2020-08-20T10:56:07Z 2020-16424 0 0 09000064847bdeb5
NOAA-NMFS-2020-0013-0006 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Northeast Multispecies Framework 59 Environmental Assessment Appendix IV: SSC Use of Constant ABCs Supporting & Related Material   2020-05-29T04:00:00Z 2020 5     2020-05-29T12:48:29Z   0 0 09000064846baed6
NOAA-NMFS-2020-0013-0007 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Northeast Multispecies Framework 59 Environmental Assessment Appendix V: Groundfish Bycatch Other Fisheries Supporting & Related Material   2020-05-29T04:00:00Z 2020 5     2020-05-29T12:49:29Z   0 0 09000064846baed7
NOAA-NMFS-2020-0013-0004 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Northeast Multispecies Framework 59 Environmental Assessment Appendix II: Calculation of ACLs Supporting & Related Material   2020-05-29T04:00:00Z 2020 5     2020-05-29T12:46:58Z   0 0 09000064846baed4
NOAA-NMFS-2020-0013-0002 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Northeast Multispecies Framework 59 Environmental Assessment: Final Submission Supporting & Related Material   2020-05-29T04:00:00Z 2020 5     2020-05-29T12:45:53Z   0 0 09000064846baed2
NOAA-NMFS-2020-0013-0003 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Northeast Multispecies Framework 59 Environmental Assessment Appendix I: SSC Reports Supporting & Related Material   2020-05-29T04:00:00Z 2020 5     2020-05-29T12:46:28Z   0 0 09000064846baed3
NOAA-NMFS-2020-0013-0001 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Fisheries of the Northeastern United States: Magnuson-Stevens Fishery Conservation and Management Act Provisions; Northeast Multispecies Fishery; Framework Adjustment 59 Proposed Rule   2020-05-29T04:00:00Z 2020 5 2020-05-29T04:00:00Z 2020-06-16T03:59:59Z 2020-06-17T01:01:44Z 2020-10732 0 0 09000064846babb4
NOAA-NMFS-2020-0013-0005 NOAA Framework Adjustment 59 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2020-0013 Northeast Multispecies Framework 59 Environmental Assessment Appendix III: ABC projection output Supporting & Related Material   2020-05-29T04:00:00Z 2020 5     2020-05-29T12:47:17Z   0 0 09000064846baed5

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