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 docket_id = "NOAA-NMFS-2012-0180" and posted_year = 2014 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), last_modified (date)

posted_year 1

  • 2014 · 6 ✖

document_type 1

  • Rule 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-2012-0180-0047 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Gulf of Alaska 2013 and 2014 Harvest Specifications for Groundfish NOAA-NMFS-2012-0180 Fisheries of the Exclusive Economic Zone Off Alaska: Pacific Cod by Catcher Vessels Using Hook-and-Line Gear in the Central Regulatory Area of the Gulf of Alaska Rule   2014-03-14T04:00:00Z 2014 3 2014-03-14T04:00:00Z   2014-03-14T16:42:24Z 2014-05647 0 0 0900006481665b72
NOAA-NMFS-2012-0180-0046 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Gulf of Alaska 2013 and 2014 Harvest Specifications for Groundfish NOAA-NMFS-2012-0180 Fisheries of the Exclusive Economic Zone Off Alaska: Pacific Cod by Catcher/Processors Using Hook-and-Line Gear in the Western Regulatory Area of the Gulf of Alaska Rule   2014-03-07T05:00:00Z 2014 3 2014-03-07T05:00:00Z   2014-03-07T17:04:07Z 2014-04994 0 0 09000064816278b5
NOAA-NMFS-2012-0180-0045 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Gulf of Alaska 2013 and 2014 Harvest Specifications for Groundfish NOAA-NMFS-2012-0180 Fisheries of the Exclusive Economic Zone Off Alaska: Pacific Cod by Trawl Catcher Vessels in the Western Regulatory Area of the Gulf of Alaska Rule   2014-02-26T05:00:00Z 2014 2 2014-02-26T05:00:00Z   2014-02-26T18:59:42Z 2014-04190 0 0 09000064815c3b2a
NOAA-NMFS-2012-0180-0044 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Gulf of Alaska 2013 and 2014 Harvest Specifications for Groundfish NOAA-NMFS-2012-0180 Fisheries of the Exclusive Economic Zone Off Alaska: Pacific Cod; Vessels Using Pot Gear, Central Regulatory Area of the Gulf of Alaska Rule   2014-02-19T05:00:00Z 2014 2 2014-02-19T05:00:00Z   2014-02-19T17:04:09Z 2014-03524 0 0 0900006481581c74
NOAA-NMFS-2012-0180-0043 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Gulf of Alaska 2013 and 2014 Harvest Specifications for Groundfish NOAA-NMFS-2012-0180 Fisheries of the Exclusive Economic Zone Off Alaska: Big Skate in the Central Regulatory Area of the Gulf of Alaska; Closure Rule   2014-02-10T05:00:00Z 2014 2 2014-02-10T05:00:00Z   2014-02-10T17:10:57Z 2014-02822 0 0 090000648155653e
NOAA-NMFS-2012-0180-0042 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Gulf of Alaska 2013 and 2014 Harvest Specifications for Groundfish NOAA-NMFS-2012-0180 Fisheries of the Exclusive Economic Zone Off Alaska: Pacific Cod by Vessels Using Pot Gear; Western Regulatory Area Rule   2014-01-27T05:00:00Z 2014 1 2014-01-27T05:00:00Z   2014-01-27T16:56:35Z 2014-01459 0 0 090000648152a78c

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