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-2017-0122" and posted_year = 2018 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 2

  • Supporting & Related Material 6
  • Notice 2

posted_year 1

  • 2018 · 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-2017-0122-0022 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Amendment 50 Program Amendment and DEIS Supporting & Related Material   2018-12-21T05:00:00Z 2018 12     2018-12-21T14:20:39Z   0 0 09000064839b1e67
NOAA-NMFS-2017-0122-0025 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Amendment 50B Louisiana Supporting & Related Material   2018-12-21T05:00:00Z 2018 12     2018-12-21T14:22:54Z   0 0 09000064839baa30
NOAA-NMFS-2017-0122-0026 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Amendment 50C Mississippi Supporting & Related Material   2018-12-21T05:00:00Z 2018 12     2018-12-21T14:23:20Z   0 0 09000064839baa31
NOAA-NMFS-2017-0122-0024 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Amendment 50E Florida Supporting & Related Material   2018-12-21T05:00:00Z 2018 12     2018-12-21T14:22:17Z   0 0 09000064839baa2f
NOAA-NMFS-2017-0122-0023 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Amendment 50D Alabama Supporting & Related Material   2018-12-21T05:00:00Z 2018 12     2018-12-21T14:21:36Z   0 0 09000064839baa2e
NOAA-NMFS-2017-0122-0027 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Amendment 50 E Texas Supporting & Related Material   2018-12-21T05:00:00Z 2018 12     2018-12-21T14:24:12Z   0 0 09000064839baa32
NOAA-NMFS-2017-0122-0021 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Notice of Availability of a Draft Environmental Impact Statement for State Management of Recreational Red Snapper Fishing in the Gulf of Mexico Notice   2018-12-21T05:00:00Z 2018 12 2018-12-21T05:00:00Z 2019-02-05T04:59:59Z 2019-02-05T02:06:53Z   0 0 09000064839be5e3
NOAA-NMFS-2017-0122-0001 NOAA Amendments 50A-F to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2017-0122 Gulf Red Snapper State Management Notice of Intent to Develop on Environmental Impact Statement Notice   2018-01-17T05:00:00Z 2018 1 2018-01-17T05:00:00Z 2018-02-17T04:59:59Z 2018-02-17T02:00:55Z   0 0 0900006482e1a6d0

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