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-2018-0030" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2020 5
  • 2018 1
  • 2019 1

document_type 2

  • Rule 5
  • Proposed Rule 2

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-2018-0030-0013 NOAA Tuna Conventions Act; Regulatory Amendments to Procedures for the Active and Inactive Vessel Register NOAA-NMFS-2018-0030 International Fisheries: Pacific Tuna Fisheries; Procedures for the Active and Inactive Vessel Register Rule   2020-09-18T04:00:00Z 2020 9 2020-09-18T04:00:00Z   2020-10-21T16:18:17Z 2020-20610 0 0 09000064848649c8
NOAA-NMFS-2018-0030-0010 NOAA Tuna Conventions Act; Regulatory Amendments to Procedures for the Active and Inactive Vessel Register NOAA-NMFS-2018-0030 International Fisheries; Pacific Tuna Fisheries; Procedures for the Active and Inactive Vessel Register; Final rule; date of effectiveness for collection-of-information requirements; correcting amendment. Rule   2020-06-10T04:00:00Z 2020 6 2020-06-15T04:00:00Z   2020-10-21T17:36:53Z   0 0 09000064846f0ac1
NOAA-NMFS-2018-0030-0016 NOAA Tuna Conventions Act; Regulatory Amendments to Procedures for the Active and Inactive Vessel Register NOAA-NMFS-2018-0030 International Fisheries: Pacific Tuna Fisheries; Procedures for the Active and Inactive Vessel Register Rule   2020-06-10T04:00:00Z 2020 6 2020-06-10T04:00:00Z   2022-12-09T18:37:20Z 2020-10268 0 0 09000064846dde14
NOAA-NMFS-2018-0030-0008 NOAA Tuna Conventions Act; Regulatory Amendments to Procedures for the Active and Inactive Vessel Register NOAA-NMFS-2018-0030 International Fisheries: Pacific Tuna Fisheries; Procedures for the Active and Inactive Vessel Register; Final Rule Rule   2020-02-26T05:00:00Z 2020 2 2020-02-26T05:00:00Z   2020-10-21T17:45:15Z 2019-26394 0 0 09000064843b69cd
NOAA-NMFS-2018-0030-0009 NOAA Tuna Conventions Act; Regulatory Amendments to Procedures for the Active and Inactive Vessel Register NOAA-NMFS-2018-0030 International Fisheries: Pacific Tuna Fisheries; Procedures for the Active and Inactive Vessel Register; Final rule; Correcting amendment. Rule   2020-02-13T05:00:00Z 2020 2 2020-02-26T05:00:00Z   2020-10-21T17:47:40Z 2020-01198 0 0 09000064843b69ce
NOAA-NMFS-2018-0030-0005 NOAA Tuna Conventions Act; Regulatory Amendments to Procedures for the Active and Inactive Vessel Register NOAA-NMFS-2018-0030 International Fisheries: Pacific Tuna Fisheries; Procedures for the Active and Inactive Vessel Register Proposed Rule   2019-04-16T04:00:00Z 2019 4 2019-04-16T04:00:00Z 2019-05-17T03:59:59Z 2019-05-17T01:05:47Z 2019-07300 0 0 0900006483bac96f
NOAA-NMFS-2018-0030-0001 NOAA Tuna Conventions Act; Regulatory Amendments to Procedures for the Active and Inactive Vessel Register NOAA-NMFS-2018-0030 Tuna Conventions Act: Procedures for the Active and Inactive Vessel Register Proposed Rule   2018-03-29T04:00:00Z 2018 3 2018-03-29T04:00:00Z 2018-05-01T03:59:59Z 2018-04-28T01:03:07Z 2018-06373 0 0 09000064830619dd

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