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

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

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

posted_year 3

  • 2022 5
  • 2019 2
  • 2025 1

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-NOS-2019-0094-5903 NOAA None NOAA-NOS-2019-0094 Florida Keys National Marine Sanctuary Management Review: Blueprint for Restoration Rule   2025-01-17T05:00:00Z 2025 1 2025-01-17T05:00:00Z   2025-01-21T17:42:31Z 2025-00496 0 0 09000064868e2da7
NOAA-NOS-2019-0094-1015 NOAA None NOAA-NOS-2019-0094 Copy_of_Notice of Proposed Rulemaking for Florida Keys National Marine Sanctuary Restoration Blueprint Proposed Rule   2022-07-18T04:00:00Z 2022 7     2022-07-18T14:14:27Z   0 0 09000064851cf856
NOAA-NOS-2019-0094-1016 NOAA None NOAA-NOS-2019-0094 Published_Notice of Proposed Rulemaking for Florida Keys National Marine Sanctuary Restoration Blueprint Proposed Rule   2022-07-18T04:00:00Z 2022 7 2022-07-18T04:00:00Z 2022-10-27T03:59:59Z 2022-10-28T01:00:48Z 2022-14554 0 0 09000064851cf9e9
NOAA-NOS-2019-0094-1012 NOAA None NOAA-NOS-2019-0094 Notice of Proposed Rulemaking for the Florida Keys National Marine Sanctuary Restoration Blueprint Proposed Rule   2022-07-12T04:00:00Z 2022 7 2022-07-12T04:00:00Z 2022-10-27T03:59:59Z 2024-11-23T02:00:41Z   0 0 09000064851c2853
NOAA-NOS-2019-0094-1014 NOAA None NOAA-NOS-2019-0094 2022 Socioeconomic Report for the Florida Keys NMS Restoration Blueprint Supporting & Related Material   2022-07-12T04:00:00Z 2022 7     2022-07-12T13:13:14Z   0 0 09000064851bd23c
NOAA-NOS-2019-0094-1013 NOAA None NOAA-NOS-2019-0094 Management Plan for the Florida Keys NMS Restoration Blueprint 2022 Supporting & Related Material   2022-07-12T04:00:00Z 2022 7     2022-07-12T13:12:38Z   0 0 09000064851bbf37
NOAA-NOS-2019-0094-0002 NOAA None NOAA-NOS-2019-0094 FKNMS DEIS_Federal Register_Notice of Availability_84 FR 45728 Supporting & Related Material   2019-09-03T04:00:00Z 2019 9     2019-09-03T14:35:32Z   0 0 0900006483ee2f7f
NOAA-NOS-2019-0094-0001 NOAA None NOAA-NOS-2019-0094 Florida Keys Draft EIS Restoration Blueprint Other   2019-08-20T04:00:00Z 2019 8 2019-08-20T04:00:00Z 2020-02-01T04:59:59Z 2021-03-17T01:00:33Z   0 0 0900006483e741b3

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