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-2019-0146" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 6
  • Rule 1

posted_year 1

  • 2019 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-2019-0146-0002 NOAA International Fisheries; Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean NOAA-NMFS-2019-0146 83 FR 33851 - Final Rule - WCPFC Limits (2018-07-18) Supporting & Related Material   2019-12-13T05:00:00Z 2019 12     2019-12-13T16:01:30Z   0 0 09000064841f82a4
NOAA-NMFS-2019-0146-0005 NOAA International Fisheries; Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean NOAA-NMFS-2019-0146 84 FR 34321 - Final Specs - 2019 Territorial BET Limits (2019-07-18) Supporting & Related Material   2019-12-13T05:00:00Z 2019 12     2019-12-13T16:01:59Z   0 0 09000064841f82a5
NOAA-NMFS-2019-0146-0001 NOAA International Fisheries; Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean NOAA-NMFS-2019-0146 International Fisheries: Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean Rule   2019-12-13T05:00:00Z 2019 12 2019-12-13T05:00:00Z 2020-01-14T04:59:59Z 2020-01-15T02:02:26Z 2019-26902 0 0 090000648420bfbc
NOAA-NMFS-2019-0146-0007 NOAA International Fisheries; Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean NOAA-NMFS-2019-0146 84 FR 37592 - Notice - 2019 MP Agreement (2019-08-01) Supporting & Related Material   2019-12-13T05:00:00Z 2019 12     2019-12-13T16:02:01Z   0 0 09000064841f82b8
NOAA-NMFS-2019-0146-0004 NOAA International Fisheries; Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean NOAA-NMFS-2019-0146 84 FR 57653 - Notice - 2019 AS Agreement (2019-10-28) Supporting & Related Material   2019-12-13T05:00:00Z 2019 12     2019-12-13T16:01:57Z   0 0 09000064841f82b9
NOAA-NMFS-2019-0146-0006 NOAA International Fisheries; Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean NOAA-NMFS-2019-0146 84 FR 35568 - Temp Rule - Close 2019 WCPO BET LL (2019-07-24) Supporting & Related Material   2019-12-13T05:00:00Z 2019 12     2019-12-13T16:02:00Z   0 0 09000064841f82b6
NOAA-NMFS-2019-0146-0003 NOAA International Fisheries; Western and Central Pacific Fisheries for Highly Migratory Species; Limited Reopening of the 2019 U.S. Pelagic Longline Fishery for Bigeye Tuna in the Western and Central Pacific Ocean NOAA-NMFS-2019-0146 84 FR 57827 - Temp Rule - Close 2019 MP BET LL (2019-10-29) Supporting & Related Material   2019-12-13T05:00:00Z 2019 12     2019-12-13T16:01:51Z   0 0 09000064841f82ba

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