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-2020-0027" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 4
  • Rule 2
  • Proposed Rule 1

posted_year 1

  • 2020 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-2020-0027-0013 NOAA 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation NOAA-NMFS-2020-0027 Fisheries Off West Coast States: Pacific Coast Groundfish Fishery; 2020 Tribal Fishery Allocations for Pacific Whiting; Reapportionment Between Tribal and Non-Tribal Sectors Rule   2020-11-16T05:00:00Z 2020 11 2020-11-16T05:00:00Z 2020-12-02T04:59:59Z 2020-11-16T20:17:25Z 2020-25229 0 0 0900006484960493
NOAA-NMFS-2020-0027-0012 NOAA 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation NOAA-NMFS-2020-0027 Fisheries off West Coast States; Pacific Coast Groundfish Fishery: 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation Rule   2020-06-18T04:00:00Z 2020 6 2020-06-18T04:00:00Z   2020-06-26T18:08:49Z 2020-12959 0 0 09000064846f89e5
NOAA-NMFS-2020-0027-0003 NOAA 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation NOAA-NMFS-2020-0027 2020 Pacific Whiting Scientific Review Group Report Final Supporting & Related Material   2020-04-21T04:00:00Z 2020 4     2020-04-21T15:58:58Z   0 0 09000064844b472b
NOAA-NMFS-2020-0027-0005 NOAA 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation NOAA-NMFS-2020-0027 Cowcod-Shortbelly_EA_RIR_IRFA_MSA_Draft for Public Review_April 2020 Supporting & Related Material   2020-04-21T04:00:00Z 2020 4     2020-04-21T16:03:29Z   0 0 09000064844bcd20
NOAA-NMFS-2020-0027-0004 NOAA 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation NOAA-NMFS-2020-0027 RIR-IRFA_ProposedRule_Whiting Tribal Allocation_Revised_March25_2020 Supporting & Related Material   2020-04-21T04:00:00Z 2020 4     2020-04-21T16:01:57Z   0 0 09000064844bcd1f
NOAA-NMFS-2020-0027-0002 NOAA 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation NOAA-NMFS-2020-0027 hake-assessment-2020-final Supporting & Related Material   2020-04-17T04:00:00Z 2020 4     2020-04-17T21:47:37Z   0 0 09000064844b43de
NOAA-NMFS-2020-0027-0001 NOAA 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation NOAA-NMFS-2020-0027 Fisheries Off West Coast States: Pacific Coast Groundfish Fishery; 2020 Harvest Specifications for Pacific Whiting, Cowcod and Shortbelly Rockfish and 2020 Pacific Whiting Tribal Allocation Proposed Rule   2020-04-17T04:00:00Z 2020 4 2020-04-17T04:00:00Z 2020-05-05T03:59:59Z 2020-05-05T01:01:30Z 2020-08019 0 0 09000064844b0e2c

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