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

7 rows where docket_id = "NOAA-NMFS-2013-0097" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2014 7

agency_id 1

  • NOAA 7
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-0097-0012 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 NOAA-NMFS-2013-0097 September 2014 BSAI FMP 106 Final RIR-IRFA Supporting & Related Material   2014-09-12T04:00:00Z 2014 9     2014-09-12T15:58:20Z   0 0 090000648186dd27
NOAA-NMFS-2013-0097-0011 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 NOAA-NMFS-2013-0097 Fisheries of the Exclusive Economic Zone Off Alaska: Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 Rule   2014-09-12T04:00:00Z 2014 9 2014-09-12T04:00:00Z   2014-09-12T15:47:18Z 2014-21829 0 0 090000648186cf75
NOAA-NMFS-2013-0097-0005 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 NOAA-NMFS-2013-0097 Fisheries of the Exclusive Economic Zone Off Alaska: Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 Proposed Rule   2014-06-18T04:00:00Z 2014 6 2014-06-18T04:00:00Z 2014-08-05T03:59:59Z 2014-08-05T01:03:21Z 2014-14012 0 0 090000648174fb4a
NOAA-NMFS-2013-0097-0003 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 NOAA-NMFS-2013-0097 20140500 BSAI 106 RIR/IRFA May 2014 Supporting & Related Material   2014-06-03T04:00:00Z 2014 6     2014-06-03T16:04:06Z   0 0 09000064817260a5
NOAA-NMFS-2013-0097-0002 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 NOAA-NMFS-2013-0097 20140500 BSAI 106 FMP text.fmp Supporting & Related Material   2014-06-03T04:00:00Z 2014 6     2014-06-03T16:03:18Z   0 0 09000064817260a4
NOAA-NMFS-2013-0097-0004 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 NOAA-NMFS-2013-0097 20140527 CE BSAI 106 Supporting & Related Material   2014-06-03T04:00:00Z 2014 6     2014-06-03T16:04:26Z   0 0 09000064817260a6
NOAA-NMFS-2013-0097-0001 NOAA Fisheries of the Exclusive Economic Zone Off Alaska; Bering Sea and Aleutian Islands Management Area; American Fisheries Act; Amendment 106 NOAA-NMFS-2013-0097 Fisheries of the Exclusive Economic Zone Off Alaska: Bering Sea and Aleutian Islands Management Area; Amendment 106 Proposed Rule   2014-06-03T04:00:00Z 2014 6 2014-06-03T04:00:00Z 2014-08-05T03:59:59Z 2014-08-05T01:01:59Z 2014-12829 0 0 0900006481725d31

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