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-2017-0121" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 10 ✖

document_type 1

  • Rule 10

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-2017-0121-0011 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder Fishery; 2018 Commercial Quota Harvested for the State of Rhode Island Rule   2018-12-28T05:00:00Z 2018 12 2018-12-28T05:00:00Z   2022-12-08T22:54:46Z 2018-28215 0 0 09000064839cc04c
NOAA-NMFS-2017-0121-0012 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder Fishery; Quota Transfer Rule   2018-12-17T05:00:00Z 2018 12 2018-12-17T05:00:00Z   2022-12-08T23:01:24Z 2018-27200 0 0 090000648399ce37
NOAA-NMFS-2017-0121-0013 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder Fishery; Quota Transfer Rule   2018-11-26T05:00:00Z 2018 11 2018-11-26T05:00:00Z   2022-12-08T23:03:05Z 2018-25566 0 0 09000064838f9bc3
NOAA-NMFS-2017-0121-0014 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder Fishery; Quota Transfer Rule   2018-10-29T04:00:00Z 2018 10 2018-10-29T04:00:00Z   2022-12-08T23:04:56Z 2018-23571 0 0 0900006483861844
NOAA-NMFS-2017-0121-0015 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder Fishery; Quota Transfer Rule   2018-10-23T04:00:00Z 2018 10 2018-10-23T04:00:00Z   2022-12-08T23:07:08Z 2018-23137 0 0 090000648383ddc9
NOAA-NMFS-2017-0121-0016 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Scup Fishery; Adjustment to the 2018 Winter II Quota Rule   2018-09-21T04:00:00Z 2018 9 2018-09-21T04:00:00Z   2022-12-08T23:09:38Z 2018-20624 0 0 09000064837407a1
NOAA-NMFS-2017-0121-0017 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder Fishery; 2018 Commercial Quota Harvested for the Commonwealth of Massachusetts Rule   2018-08-16T04:00:00Z 2018 8 2018-08-16T04:00:00Z   2022-12-08T23:12:26Z 2018-17620 0 0 090000648362b63b
NOAA-NMFS-2017-0121-0018 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder Fishery; Quota Transfer Rule   2018-03-14T04:00:00Z 2018 3 2018-03-14T04:00:00Z   2022-12-08T23:15:53Z 2018-05169 0 0 090000648300e656
NOAA-NMFS-2017-0121-0019 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States Summer Flounder Fishery; Quota Transfer Rule   2018-02-09T05:00:00Z 2018 2 2018-02-09T05:00:00Z   2022-12-08T23:18:31Z 2018-02660 0 0 0900006482f060a2
NOAA-NMFS-2017-0121-0007 NOAA 2018 and 2019 Scup Specifications NOAA-NMFS-2017-0121 Fisheries of the Northeastern United States: Summer Flounder, Scup, Black Sea Bass Fisheries; 2018 and Projected 2019 Scup Specifications, etc.; Correction Rule   2018-01-30T05:00:00Z 2018 1 2018-01-30T05:00:00Z   2018-07-09T12:24:04Z 2018-01672 0 0 0900006482e7c9d1

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