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

8 rows where docket_id = "NOAA-NMFS-2023-0151" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 6
  • Proposed Rule 1
  • Rule 1

posted_year 1

  • 2024 8

agency_id 1

  • NOAA 8
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-2023-0151-0010 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 FINAL Amendment SBRM 0648-XD180 (2024-04-22) Supporting & Related Material   2024-05-10T04:00:00Z 2024 5     2024-05-10T20:58:22Z   0 0 0900006486559f38
NOAA-NMFS-2023-0151-0008 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 Pacific Island Fisheries: Standardized Bycatch Reporting Methodologies Rule   2024-05-07T04:00:00Z 2024 5     2024-05-07T17:15:17Z 2024-09956 0 0 090000648654999c
NOAA-NMFS-2023-0151-0009 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 2024-04-22 FINAL Amendment SBRM 0648-XD180 Supporting & Related Material   2024-05-07T00:00:00Z 2024 5     2024-05-10T21:14:42Z   0 1 090000648654b161
NOAA-NMFS-2023-0151-0001 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 Pacific Island Fisheries: Standardized Bycatch Reporting Methodologies Proposed Rule   2024-02-09T05:00:00Z 2024 2 2024-02-09T05:00:00Z 2024-04-10T03:59:59Z 2024-04-10T01:00:41Z 2024-02642 0 0 09000064863f78b8
NOAA-NMFS-2023-0151-0002 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 DRAFT Omnibus Fishery Ecosystem Plan Amendment Western Pacific Region for Compliance with Standardized Bycatch Reporting Methodology Guidance - February 1, 2024 Supporting & Related Material   2024-02-09T05:00:00Z 2024 2     2024-02-09T22:01:30Z   0 0 09000064863fb648
NOAA-NMFS-2023-0151-0004 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 64 FR 19067 (April 19, 1999) Notice of Agency Decision Supporting & Related Material   2024-02-09T05:00:00Z 2024 2     2024-02-09T22:20:31Z   0 0 09000064863fb49b
NOAA-NMFS-2023-0151-0005 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 68 FR 46112 (August 5, 2003) Notice of Agency Decision Supporting & Related Material   2024-02-09T05:00:00Z 2024 2     2024-02-09T22:22:06Z   0 0 09000064863fb49c
NOAA-NMFS-2023-0151-0003 NOAA Pacific Island Fisheries; Standardized Bycatch Reporting Methodologies NOAA-NMFS-2023-0151 82 FR 6317 (January 19, 2017) SBRM Final Rule Supporting & Related Material   2024-02-09T05:00:00Z 2024 2     2024-02-09T22:15:12Z   0 0 09000064863fb64b

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