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-2014-0090" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2015 5
  • 2014 2
  • 2016 1

document_type 1

  • Notice 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-2014-0090-0341 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Commerce Trusted Trader Program Notice   2016-04-29T04:00:00Z 2016 4 2016-04-29T04:00:00Z 2016-06-29T03:59:59Z 2016-06-29T13:00:34Z   0 0 0900006481f9912b
NOAA-NMFS-2014-0090-0340 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Presidential Task Force on Combating Illegal Unreported and Unregulated (IUU) Fishing and Seafood Fraud Action Plan: Notice of Determination. Notice   2015-12-02T05:00:00Z 2015 12 2015-12-02T05:00:00Z   2015-12-02T14:27:37Z 2015-27780 0 0 0900006481d7fe1b
NOAA-NMFS-2014-0090-0308 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Presidential Task Force on Combating Illegal Unreported and Unregulated Fishing and Seafood Fraud Action Plan; Extension of Comment Period Notice   2015-09-03T04:00:00Z 2015 9 2015-09-03T04:00:00Z 2015-09-12T03:59:59Z 2015-09-15T01:30:34Z 2015–20434 0 0 0900006481c53c1e
NOAA-NMFS-2014-0090-0298 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Presidential Task Force on Combating Illegal Unreported and Unregulated Fishing and Seafood Fraud Action Plan Notice   2015-08-04T04:00:00Z 2015 8 2015-08-04T04:00:00Z 2015-09-03T03:59:59Z 2015-09-03T01:30:40Z   0 0 0900006481bbffd2
NOAA-NMFS-2014-0090-0265 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Presidential Task Force on Combating Illegal Unreported and Unregulated (IUU) Fishing and Seafood Fraud Action Plan for Implementing Recommendations 14/15; Determining Types of Information and Operational Standards Related to Data Collection Notice   2015-07-07T04:00:00Z 2015 7 2015-07-01T04:00:00Z 2015-08-01T03:59:59Z 2015-08-01T21:05:55Z   0 0 0900006481b6ebb0
NOAA-NMFS-2014-0090-0109 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Presidential Task Force on Combating Illegal Unreported and Unregulated (IUU) Fishing and Seafood Fraud Action Plan Recommendations 14/15 Identifying Species ‘‘At Risk’’ of IUU Fishing and Seafood Fraud Notice   2015-04-30T04:00:00Z 2015 4 2015-04-30T04:00:00Z 2015-06-09T03:59:59Z 2015-06-29T16:53:23Z   0 0 0900006481ac47c1
NOAA-NMFS-2014-0090-0058 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Recommendations of the Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud Notice   2014-12-18T05:00:00Z 2014 12 2014-12-18T05:00:00Z 2015-01-21T04:59:59Z 2015-03-16T01:51:23Z 2014-29628 0 0 0900006481983d03
NOAA-NMFS-2014-0090-0001 NOAA Presidential Task Force on Combating Illegal, Unreported and Unregulated Fishing and Seafood Fraud NOAA-NMFS-2014-0090 Presidential Task Force IUU notice Notice   2014-07-31T04:00:00Z 2014 7 2014-07-31T04:00:00Z 2014-09-03T03:59:59Z 2015-03-16T01:52:37Z 2014-18024 0 0 09000064817f156f

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