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

12 rows where agency_id = "NOAA", document_type = "Other" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2020 · 12 ✖

document_type 1

  • Other · 12 ✖

agency_id 1

  • NOAA · 12 ✖
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-0033-1631 NOAA None NOAA-NOS-2019-0033 FGBNMS_comment period FRN_85 FR 74630_2020-25838 Other   2020-11-23T00:00:00Z 2020 11     2020-11-24T13:56:01Z   0 1 090000648496e34a
NOAA-HQ-2020-0021-0287 NOAA Federal Consistency Appeal by Electric Boat Corporation NOAA-HQ-2020-0021 Electric Boat Corporation New York State Department of State Consistency Appeal Decision 11-16-20_signed Other   2020-11-16T05:00:00Z 2020 11 2020-11-16T05:00:00Z   2020-11-16T14:34:23Z   0 0 09000064849600f8
NOAA-HQ-2020-0021-0286 NOAA Federal Consistency Appeal by Electric Boat Corporation NOAA-HQ-2020-0021 20200724.Order_BriefingSchedule Other   2020-10-28T04:00:00Z 2020 10 2020-10-28T04:00:00Z   2020-10-29T03:07:28Z   0 0 090000648493d80c
NOAA-HQ-2020-0021-0285 NOAA Federal Consistency Appeal by Electric Boat Corporation NOAA-HQ-2020-0021 20200519.Order_BriefingSchedule Other   2020-10-28T04:00:00Z 2020 10 2020-10-28T04:00:00Z   2020-10-29T03:07:27Z   0 0 090000648493dbd8
NOAA-NMFS-2020-0067-0001 NOAA Magnuson Stevens Act Provisions; General Provisions for Domestic Fisheries; Coastal Pelagic Species Fishery; Application for Exempted Fishing Permits; California Wetfish Producers Association NOAA-NMFS-2020-0067 2020-13369 CWPA FR Notice Other   2020-06-22T04:00:00Z 2020 6 2020-06-22T04:00:00Z 2020-07-08T03:59:59Z 2020-07-08T01:02:35Z   0 0 09000064846fe796
NOAA-NMFS-2020-0071-0002 NOAA Notice of Receipt of a Request for an Exempted Fishing Permit (EFP) for NMFS Southeast Fisheries Science Center Panama City, FL Laboratory NOAA-NMFS-2020-0071 Federal Register Notice 85 FR 36377 Other   2020-06-16T04:00:00Z 2020 6 2020-06-16T04:00:00Z 2020-07-17T03:59:59Z 2020-06-16T11:26:18Z   0 0 09000064846f1f15
NOAA-NMFS-2020-0071-0001 NOAA Notice of Receipt of a Request for an Exempted Fishing Permit (EFP) for NMFS Southeast Fisheries Science Center Panama City, FL Laboratory NOAA-NMFS-2020-0071 EFP Application_Overly 2020 Other   2020-05-05T04:00:00Z 2020 5 2020-05-05T04:00:00Z   2020-05-05T11:58:34Z   0 0 090000648455d9ce
NOAA-NMFS-2020-0062-0001 NOAA Amendment 53 to the Fishery Management Plan for the Reef Fish Resources of the Gulf of Mexico NOAA-NMFS-2020-0062 Am53 NOI Other   2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-05-22T03:59:59Z 2020-05-23T01:00:51Z   0 0 09000064844bc073
NOAA-HQ-2020-0021-0072 NOAA Federal Consistency Appeal by Electric Boat Corporation NOAA-HQ-2020-0021 20200403.Order_UpdatedBriefingSchedule2 Other   2020-04-14T04:00:00Z 2020 4 2020-04-14T04:00:00Z   2020-04-15T03:14:10Z   0 0 09000064844a4c83
NOAA-HQ-2020-0021-0071 NOAA Federal Consistency Appeal by Electric Boat Corporation NOAA-HQ-2020-0021 20200323.Order_UpdatedBriefingSchedule Other   2020-04-14T04:00:00Z 2020 4 2020-04-14T04:00:00Z   2020-04-15T03:14:09Z   0 0 09000064844a4c82
NOAA-HQ-2019-0089-0020 NOAA WesternGeco Federal Consistency Appeal of North Carolina Objection NOAA-HQ-2019-0089 Federal Register Notice of Appeal Decision Record Closure 03-30-20 Other   2020-03-30T04:00:00Z 2020 3 2020-03-30T04:00:00Z   2020-03-30T18:17:15Z   0 0 09000064844788b1
NOAA-NMFS-2020-0006-0001 NOAA Taking and Importing Marine Mammals; Taking Marine Mammals Incidental to the U.S. Navy Training and Testing Activities in the Mariana Islands Training and Testing (MITT) Study Area NOAA-NMFS-2020-0006 FR Notice Proposed Rule Mariana Islands Navy Testing and Testing 85 FR 5782 Other   2020-03-06T05:00:00Z 2020 3 2020-03-06T05:00:00Z 2020-03-17T03:59:59Z 2020-03-18T01:00:53Z   0 0 09000064843fa589

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