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

7 rows where docket_id = "NOAA-NMFS-2015-0048" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Rule 6
  • Proposed Rule 1

posted_year 1

  • 2015 7

agency_id 1

  • NOAA 7
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-0048-0026 NOAA 2015 Atlantic Bluefish Specifications NOAA-NMFS-2015-0048 Fisheries of the Northeastern United States: Atlantic Bluefish Fishery; Quota Transfer Rule   2015-09-22T04:00:00Z 2015 9 2015-09-22T04:00:00Z   2015-11-24T18:25:54Z 2015-24014 0 0 0900006481c8b40d
NOAA-NMFS-2015-0048-0025 NOAA 2015 Atlantic Bluefish Specifications NOAA-NMFS-2015-0048 Fisheries of the Northeastern United States: Bluefish Fishery and Summer Flounder Fishery; Commercial Quota Harvested for Massachusetts Rule   2015-09-21T04:00:00Z 2015 9 2015-09-21T04:00:00Z   2015-11-24T16:11:29Z 2015-23598 0 0 0900006481c88486
NOAA-NMFS-2015-0048-0024 NOAA 2015 Atlantic Bluefish Specifications NOAA-NMFS-2015-0048 Fisheries of the Northeastern United States: Atlantic Bluefish Fishery; Quota Transfer Rule   2015-09-11T04:00:00Z 2015 9 2015-09-11T04:00:00Z   2015-11-24T15:39:40Z 2015-22953 0 0 0900006481c68181
NOAA-NMFS-2015-0048-0023 NOAA 2015 Atlantic Bluefish Specifications NOAA-NMFS-2015-0048 Fisheries of the Northeastern United States: Atlantic Bluefish Fishery; Quota Transfer Rule   2015-09-02T04:00:00Z 2015 9 2015-09-02T04:00:00Z   2015-11-24T15:38:56Z 2015-21638 0 0 0900006481c4f3d4
NOAA-NMFS-2015-0048-0021 NOAA 2015 Atlantic Bluefish Specifications NOAA-NMFS-2015-0048 Fisheries of the Northeastern United States: Atlantic Bluefish Fishery; 2015 Atlantic Bluefish Specifications Rule   2015-08-06T04:00:00Z 2015 8 2015-08-06T04:00:00Z   2015-11-10T16:11:18Z 2015-19269 0 0 0900006481bc76b0
NOAA-NMFS-2015-0048-0022 NOAA 2015 Atlantic Bluefish Specifications NOAA-NMFS-2015-0048 Fisheries of the Northeastern United States: Atlantic Bluefish Fishery; Quota Transfer Rule   2015-08-06T04:00:00Z 2015 8 2015-08-06T04:00:00Z   2015-11-24T15:36:29Z 2015-19486 0 0 0900006481bc76fa
NOAA-NMFS-2015-0048-0001 NOAA 2015 Atlantic Bluefish Specifications NOAA-NMFS-2015-0048 Fisheries of the Northeastern United States: Atlantic Bluefish Fishery; 2015 Atlantic Bluefish Specifications Proposed Rule   2015-04-27T04:00:00Z 2015 4 2015-04-27T04:00:00Z 2015-05-13T03:59:59Z 2015-05-26T16:28:43Z 2015-09684 0 0 0900006481abc4a8

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