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

6 rows where docket_id = "NOAA-NMFS-2018-0023" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2021 6

agency_id 1

  • NOAA 6
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-2018-0023-0008 NOAA Pacific Island Fisheries; Amendment 9 to the Fishery Ecosystem Plan for Pelagic Fisheries of the Western Pacific; Modifications to the Limited Entry Permit Program for the American Samoa Pelagic Longline Fishery NOAA-NMFS-2018-0023 2021-09-22 Pel Amd 9 ASLL Permits incl Final EA and RIR 0648-BH65 Supporting & Related Material   2021-10-07T04:00:00Z 2021 10     2021-10-07T16:40:31Z   0 0 0900006484da1a2e
NOAA-NMFS-2018-0023-0007 NOAA Pacific Island Fisheries; Amendment 9 to the Fishery Ecosystem Plan for Pelagic Fisheries of the Western Pacific; Modifications to the Limited Entry Permit Program for the American Samoa Pelagic Longline Fishery NOAA-NMFS-2018-0023 Pacific Island Fisheries: Modifications to the American Samoa Longline Fishery Limited Entry Program Rule   2021-10-07T04:00:00Z 2021 10 2021-10-07T04:00:00Z   2021-10-07T16:40:02Z 2021-21662 0 0 0900006484dbd9f0
NOAA-NMFS-2018-0023-0004 NOAA Pacific Island Fisheries; Amendment 9 to the Fishery Ecosystem Plan for Pelagic Fisheries of the Western Pacific; Modifications to the Limited Entry Permit Program for the American Samoa Pelagic Longline Fishery NOAA-NMFS-2018-0023 Pacific Island Fisheries: Modifications to the American Samoa Longline Fishery Limited Entry Program Proposed Rule   2021-07-19T04:00:00Z 2021 7 2021-07-18T10:00:00Z 2021-09-02T03:59:59Z 2021-09-01T01:00:57Z 2021-15171 0 0 0900006484c0183f
NOAA-NMFS-2018-0023-0002 NOAA Pacific Island Fisheries; Amendment 9 to the Fishery Ecosystem Plan for Pelagic Fisheries of the Western Pacific; Modifications to the Limited Entry Permit Program for the American Samoa Pelagic Longline Fishery NOAA-NMFS-2018-0023 2021-06-23 - Amendment 9 - American Samoa Longline Permits including Draft Environmental Analysis and Regulatory Impact Review Supporting & Related Material   2021-06-30T04:00:00Z 2021 6     2021-07-23T20:06:14Z   0 0 0900006484badb98
NOAA-NMFS-2018-0023-0003 NOAA Pacific Island Fisheries; Amendment 9 to the Fishery Ecosystem Plan for Pelagic Fisheries of the Western Pacific; Modifications to the Limited Entry Permit Program for the American Samoa Pelagic Longline Fishery NOAA-NMFS-2018-0023 70 FR 29646 - Final Rule - AS Longline Limited Entry Program (2005-05-24) Supporting & Related Material   2021-06-30T04:00:00Z 2021 6     2021-06-30T16:56:41Z   0 0 0900006484badb99
NOAA-NMFS-2018-0023-0001 NOAA Pacific Island Fisheries; Amendment 9 to the Fishery Ecosystem Plan for Pelagic Fisheries of the Western Pacific; Modifications to the Limited Entry Permit Program for the American Samoa Pelagic Longline Fishery NOAA-NMFS-2018-0023 Pacific Island Fisheries: Amendment 9 to the Fishery Ecosystem Plan for Pelagic Fisheries of the Western Pacific; Modifications to the American Samoa Longline Fishery Limited Entry Program Proposed Rule   2021-06-30T04:00:00Z 2021 6 2021-06-30T04:00:00Z 2021-08-31T03:59:59Z 2021-09-01T01:00:51Z 2021-13970 0 0 0900006484bc2a78

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