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-2013-0119" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2014 · 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-2013-0119-0016 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 International Fisheries; Pacific Tuna Fisheries: 2014 Commercial Fishing for Pacific Bluefin Tuna in the Eastern Pacific Ocean; Commercial Retention Limit Rule   2014-11-14T05:00:00Z 2014 11 2014-11-14T05:00:00Z   2014-11-16T21:34:50Z 2014-26988 0 0 090000648193069d
NOAA-NMFS-2013-0119-0017 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 International Fisheries; Pacific Tuna Fisheries: 2014 Commercial Fishing for Pacific Bluefin Tuna Closed in the Eastern Pacific Ocean Rule   2014-09-10T04:00:00Z 2014 9 2014-09-10T04:00:00Z   2014-11-14T22:46:38Z 2014-21548 0 0 0900006481868379
NOAA-NMFS-2013-0119-0015 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 International Fisheries; Pacific Tuna Fisheries: Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean Rule   2014-05-16T04:00:00Z 2014 5 2014-05-16T04:00:00Z   2014-07-25T19:28:51Z 2014-11182 0 0 09000064816ff2f8
NOAA-NMFS-2013-0119-0014 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 International Fisheries: Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean Rule   2014-05-16T04:00:00Z 2014 5 2014-05-16T04:00:00Z   2014-05-16T17:39:29Z 2014-11257 0 0 09000064816ff3fc
NOAA-NMFS-2013-0119-0004 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 DRAFT ENVIRONMENTAL ASSESSMENT Supporting & Related Material   2014-01-10T05:00:00Z 2014 1     2014-01-10T17:29:06Z   0 0 09000064814fb361
NOAA-NMFS-2013-0119-0003 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 Initial Regulatory Impact Review (IRIR) on the Implementation of Inter-American Tropical Tuna Commission Resolution C-13-02 Adopted in 2012 Supporting & Related Material   2014-01-10T05:00:00Z 2014 1     2014-01-10T17:29:05Z   0 0 09000064814fb360
NOAA-NMFS-2013-0119-0001 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean: International Fisheries; Pacific Tuna Fisheries Proposed Rule   2014-01-10T05:00:00Z 2014 1 2014-01-10T05:00:00Z 2014-02-11T04:59:59Z 2014-05-16T01:05:59Z 2014-00269 0 0 09000064814fa7e9
NOAA-NMFS-2013-0119-0002 NOAA International Fisheries; Pacific Tuna Fisheries; Fishing Restrictions for Pacific Bluefin Tuna in the Eastern Pacific Ocean NOAA-NMFS-2013-0119 Initial Regulatory Flexibility Analysis Supporting & Related Material   2014-01-10T05:00:00Z 2014 1     2014-01-30T00:13:55Z   0 0 09000064814fb35d

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