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

9 rows where docket_id = "NOAA-NMFS-2015-0001" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Rule 8
  • Proposed Rule 1

posted_year 1

  • 2015 9

agency_id 1

  • NOAA 9
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-0001-0010 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries off West Coast States: Modifications of the West Coast Commercial and Recreational Salmon Fisheries; Inseason Actions #37 through #39 Rule   2015-11-12T05:00:00Z 2015 11 2015-11-12T05:00:00Z 2015-11-28T04:59:59Z 2015-11-23T22:00:37Z 2015-28674 0 0 0900006481d38e19
NOAA-NMFS-2015-0001-0008 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: Modifications of the West Coast Commercial and Recreational Salmon Fisheries; Inseason Actions #30 Through #36 Rule   2015-09-25T04:00:00Z 2015 9 2015-09-25T04:00:00Z 2015-10-14T03:59:59Z 2015-09-28T21:16:11Z 2015-24442 0 0 0900006481c95d8c
NOAA-NMFS-2015-0001-0006 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: Modifications of the West Coast Commercial and Recreational Salmon Fisheries; Inseason Actions #22 through #29 Rule   2015-09-02T04:00:00Z 2015 9 2015-09-02T04:00:00Z 2015-09-18T03:59:59Z 2015-09-10T23:23:54Z 2015-21770 0 0 0900006481c4f356
NOAA-NMFS-2015-0001-0004 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: Modifications of the West Coast Commercial, Recreational, and Treaty Indian Salmon Fisheries; Inseason Actions 16 through 21 Proposed Rule   2015-08-25T04:00:00Z 2015 8 2015-08-25T04:00:00Z 2015-09-10T03:59:59Z 2015-08-26T22:31:52Z 2015-20996 0 0 0900006481c36d7f
NOAA-NMFS-2015-0001-0005 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: West Coast Salmon Fisheries; 2015 Management Measures; Correction Rule   2015-08-06T04:00:00Z 2015 8 2015-08-06T04:00:00Z   2015-09-10T23:18:59Z 2015-19268 0 0 0900006481bc76ab
NOAA-NMFS-2015-0001-0003 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: West Coast Commercial Salmon Fisheries; Modifications; Inseason Actions 14 and 15 Rule   2015-07-22T04:00:00Z 2015 7 2015-07-22T04:00:00Z 2015-08-07T03:59:59Z 2015-07-22T17:41:19Z 2015-17969 0 0 0900006481b97858
NOAA-NMFS-2015-0001-0002 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: West Coast Commercial Salmon Fisheries; Modifications; Inseason Actions #7 through #13 Rule   2015-07-10T04:00:00Z 2015 7 2015-07-10T04:00:00Z 2015-07-28T03:59:59Z 2015-07-10T18:05:37Z 2015-16829 0 0 0900006481b78d66
NOAA-NMFS-2015-0001-0001 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: Modifications of the West Coast Commercial Salmon Fisheries; Inseason Actions No. 3, No. 4, No. 5, and No. 6 Rule   2015-06-26T04:00:00Z 2015 6 2015-06-26T04:00:00Z 2015-07-14T03:59:59Z 2015-07-06T19:19:15Z 2015-15738 0 0 0900006481b56acd
NOAA-NMFS-2015-0001-0007 NOAA Fisheries Off West Coast States; West Coast Salmon Fisheries; 2015 Management Measures NOAA-NMFS-2015-0001 Fisheries Off West Coast States: West Coast Salmon Fisheries; Management Measures Rule   2015-05-05T04:00:00Z 2015 5 2015-05-05T04:00:00Z   2015-09-10T23:24:40Z 2015-10421 0 0 0900006481accc7c

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