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-2015-0115" 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 7
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2016 9
  • 2018 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-2015-0115-0011 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 2016-09-16 Compliance Guide - Bottomfish Fishing in the Commonwealth of the Northern Mariana Islands Supporting & Related Material   2018-03-27T04:00:00Z 2018 3     2018-03-27T16:58:27Z   0 0 090000648305650f
NOAA-NMFS-2015-0115-0008 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 Marianas FEP Amendment 4, incl. Environmental Assessment and Regulatory Impact Review Supporting & Related Material   2016-09-07T04:00:00Z 2016 9     2016-09-07T15:54:27Z   0 0 090000648215e177
NOAA-NMFS-2015-0115-0009 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 Finding of No Significant Impact - Marianas Amendment 4 Supporting & Related Material   2016-09-07T04:00:00Z 2016 9     2016-09-07T15:54:34Z   0 0 090000648215e179
NOAA-NMFS-2015-0115-0007 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 Mariana Archipelago Fisheries: Commonwealth of Northern Mariana Islands Medium and Large Vessel Bottomfish Prohibited Areas; Removal Rule   2016-09-07T04:00:00Z 2016 9 2016-09-07T04:00:00Z   2016-09-07T15:53:05Z 2016-21422 0 0 09000064821db7b2
NOAA-NMFS-2015-0115-0010 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 80 FR 81194 - Final Rule - SBA Size Standards (2015-12-29) Supporting & Related Material   2016-09-07T04:00:00Z 2016 9     2016-09-07T15:54:38Z   0 0 09000064821d5d46
NOAA-NMFS-2015-0115-0004 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 Mariana Archipelago Fisheries: Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas Proposed Rule   2016-06-13T04:00:00Z 2016 6 2016-06-13T04:00:00Z 2016-07-29T03:59:59Z 2016-06-13T16:22:51Z 2016-13852 0 0 09000064820334cf
NOAA-NMFS-2015-0115-0005 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 73 FR 51992 - Proposed Rule - CNMI Bottomfish (2008-09-08) Supporting & Related Material   2016-06-13T04:00:00Z 2016 6     2016-06-13T16:09:52Z   0 0 0900006481fe47d2
NOAA-NMFS-2015-0115-0006 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 73 FR 75615 - Final Rule - CNMI Bottomfish (2008-12-12) Supporting & Related Material   2016-06-13T04:00:00Z 2016 6     2016-06-13T16:09:57Z   0 0 0900006481fe47d3
NOAA-NMFS-2015-0115-0003 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 Marianas FEP Amendment 4, incl. Draft EA and RIR Supporting & Related Material   2016-05-25T04:00:00Z 2016 5     2016-08-08T18:36:51Z   0 0 0900006481fe4957
NOAA-NMFS-2015-0115-0002 NOAA Pacific Island Fisheries; Amendment 4 to Marianas Archipelago Fishery Ecosystem Plan; Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas NOAA-NMFS-2015-0115 Mariana Archipelago Fisheries: Remove the CNMI Medium and Large Vessel Bottomfish Prohibited Areas Proposed Rule   2016-05-25T04:00:00Z 2016 5 2016-05-25T04:00:00Z 2016-07-26T03:59:59Z 2016-05-25T16:55:09Z 2016-12347 0 0 0900006481fee8c0

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