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

11 rows where docket_id = "NOAA-NMFS-2013-0023" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 11

document_type 1

  • Rule 11

agency_id 1

  • NOAA 11
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-0023-0011 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Reef Fish Fishery of the Gulf of Mexico; Closure of the 2014 Gulf of Mexico Recreational Season for Red Snapper Rule   2013-12-19T05:00:00Z 2013 12 2013-12-19T05:00:00Z   2014-01-07T20:09:15Z 2013-30194 0 0 09000064814cb07c
NOAA-NMFS-2013-0023-0010 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Coastal Migratory Pelagic Resources of the Gulf of Mexico and South Atlantic: Reopening of the Commercial Harvest of Gulf King Mackerel in Western Zone Rule   2013-10-30T04:00:00Z 2013 10 2013-10-30T04:00:00Z   2013-12-05T12:09:00Z 2013-25695 0 0 09000064814670a6
NOAA-NMFS-2013-0023-0009 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Coastal Migratory Pelagic Resources; Gulf of Mexico and South Atlantic; Accountability Measures and Closures Rule   2013-10-10T04:00:00Z 2013 10 2013-10-10T04:00:00Z   2013-10-28T15:58:16Z 2013-24436 0 0 09000064814497d0
NOAA-NMFS-2013-0023-0008 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Coastal Migratory Pelagic Resources of the Gulf of Mexico and South Atlantic; Trip Limit Reduction Rule   2013-09-26T04:00:00Z 2013 9 2013-09-26T04:00:00Z   2013-09-30T11:42:01Z 2013-23476 0 0 090000648143b943
NOAA-NMFS-2013-0023-0007 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Gulf King Mackerel in Western Zone; Gulf of Mexico and South Atlantic; Accountability Measure and Closure Rule   2013-09-23T04:00:00Z 2013 9 2013-09-23T04:00:00Z   2013-09-30T11:40:48Z 2013-23070 0 0 0900006481430ffb
NOAA-NMFS-2013-0023-0006 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Reef Fish Fishery; Gulf of Mexico Recreational Sector for Red Snapper; Closure Rule   2013-06-10T04:00:00Z 2013 6 2013-06-10T04:00:00Z   2013-07-03T11:30:51Z 2013-13680 0 0 0900006481315964
NOAA-NMFS-2013-0023-0005 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Shrimp Fishery of the Gulf of Mexico; Texas Closure Rule   2013-05-14T04:00:00Z 2013 5 2013-05-14T04:00:00Z   2013-06-06T17:50:31Z 2013-11403 0 0 09000064812e2fca
NOAA-NMFS-2013-0023-0004 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: 2013 Commercial Accountability Measure and Closure for Coastal Migratory Pelagic Resources of the Gulf of Mexico and South Atlantic Rule   2013-03-19T04:00:00Z 2013 3 2013-03-19T04:00:00Z   2013-03-28T14:11:54Z 2013-06284 0 0 0900006481234e33
NOAA-NMFS-2013-0023-0003 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Coastal Migratory Pelagic Resources of the Gulf of Mexico and South Atlantic; Trip Limit Reduction Rule   2013-03-12T04:00:00Z 2013 3 2013-03-12T04:00:00Z   2013-03-28T14:08:21Z 2013-05782 0 0 09000064812258ec
NOAA-NMFS-2013-0023-0002 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Coastal Migratory Pelagic Resources of the Gulf of Mexico and South Atlantic; Trip Limit Increase Rule   2013-02-01T05:00:00Z 2013 2 2013-02-01T05:00:00Z   2013-02-21T18:29:50Z 2013-02192 0 0 09000064811e29c8
NOAA-NMFS-2013-0023-0001 NOAA Inseason 2013 NOAA-NMFS-2013-0023 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Coastal Migratory Pelagic Resources of the Gulf of Mexico and South Atlantic; Trip Limit Reduction Rule   2013-01-07T05:00:00Z 2013 1 2013-01-07T05:00:00Z   2013-01-28T16:14:19Z 2013-00058 0 0 09000064811ae040

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