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 agency_id = "NOAA", document_type = "Other" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 6 ✖

document_type 1

  • Other · 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-2019-0113-8893 NOAA Permit Application to Import 5 Beluga Whales for Scientific Research (File No. 22629, Mystic Aquarium) NOAA-NMFS-2019-0113 19-12-02, Harrison, Mystic Aquarium #22629 Other   2019-12-02T00:00:00Z 2019 12     2019-12-02T17:59:09Z   0 1 09000064841d8c80
NOAA-NMFS-2019-0113-0001 NOAA Permit Application to Import 5 Beluga Whales for Scientific Research (File No. 22629, Mystic Aquarium) NOAA-NMFS-2019-0113 Federal Register Notice Request for Comments on File 22629 (Mystic Aquarium) Other   2019-09-30T00:00:00Z 2019 9     2019-09-30T13:59:58Z   0 1 0900006483feaee9
NOAA-NMFS-2019-0071-0001 NOAA Endangered and Threatened Species; Initiation of 5-Year Review for the Scalloped Hammerhead Shark Central & Southwest Atlantic, Eastern Atlantic, Eastern Pacific, and Indo-West Pacific Distinct Population Segments NOAA-NMFS-2019-0071 84 FR 46938 September 6 2019 Scalloped Hammerhead 5-Yr Review Initiation Other   2019-09-06T04:00:00Z 2019 9 2019-09-06T04:00:00Z 2019-11-06T04:59:59Z 2019-11-07T02:01:22Z   0 0 0900006483f074a5
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
NOAA-NMFS-2018-0028-0024 NOAA Framework Adjustment 57 to the Northeast Multispecies FMP NOAA-NMFS-2018-0028 Fisheries of the Northeastern United States; Northeast Multispecies Fishery; Common Pool Measures for Fishing Year 2019 Other   2019-05-03T04:00:00Z 2019 5 2019-05-03T04:00:00Z   2019-05-03T19:24:01Z   0 0 0900006483c30b17
NOAA-HQ-2019-0029-0001 NOAA Revisions to NOAA’s Policy for the Assessment of Civil Administrative Penalties and Permit Sanctions NOAA-HQ-2019-0029 0648-XG926 Notice Other   2019-05-02T04:00:00Z 2019 5 2019-05-02T04:00:00Z 2019-06-04T03:59:59Z 2019-06-05T01:03:33Z   0 0 0900006483c2a063

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