documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "NOAA-NMFS-2012-0161" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_month, comment_end_date, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- NOAA 10
| 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-0161-0132 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Atlantic Highly Migratory Species: Commercial Atlantic Aggregated Large Coastal Shark, Atlantic Hammerhead Shark, etc., Management Groups; Closures | Rule | 2013-09-30T04:00:00Z | 2013 | 9 | 2013-09-30T04:00:00Z | 2013-10-21T18:48:02Z | 2013-23741 | 0 | 0 | 09000064814400ab | ||
| NOAA-NMFS-2012-0161-0130 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Atlantic Highly Migratory Species: Commercial Gulf of Mexico Aggregated Large Coastal Shark and Gulf of Mexico Hammerhead Shark Management Groups | Rule | 2013-09-13T04:00:00Z | 2013 | 9 | 2013-09-13T04:00:00Z | 2013-09-13T15:35:54Z | 2013-16882 | 0 | 0 | 0900006481412dad | ||
| NOAA-NMFS-2012-0161-0131 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Atlantic Highly Migratory Species: Commercial Shark Fisheries | Rule | 2013-09-03T04:00:00Z | 2013 | 9 | 2013-09-03T04:00:00Z | 2013-10-21T18:36:32Z | 2013-21387 | 0 | 0 | 09000064813d6343 | ||
| NOAA-NMFS-2012-0161-0129 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Highly Migratory Species: Atlantic Shark Management Measures; Amendment 5a | Rule | 2013-07-03T04:00:00Z | 2013 | 7 | 2013-07-03T04:00:00Z | 2013-07-10T15:50:43Z | 2013-15875 | 0 | 0 | 09000064813548a5 | ||
| NOAA-NMFS-2012-0161-0127 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | FEIS for Amendment A5a E-mail Notice | Supporting & Related Material | 2013-05-01T04:00:00Z | 2013 | 5 | 2013-07-10T15:56:11Z | 0 | 0 | 09000064812aee2e | ||||
| NOAA-NMFS-2012-0161-0126 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Amendment A5a to the 2006 Consolidated HMS FMP | Other | 2013-04-30T04:00:00Z | 2013 | 4 | 2013-04-30T04:00:00Z | 2013-05-29T03:59:59Z | 2013-07-10T15:59:57Z | 0 | 0 | 09000064812ae107 | ||
| NOAA-NMFS-2012-0161-0125 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Amendment A5a to the 2006 Consolidated HMS FMP | Supporting & Related Material | 2013-04-30T00:00:00Z | 2013 | 4 | 2013-04-30T19:27:54Z | 0 | 1 | 09000064812ae524 | ||||
| NOAA-NMFS-2012-0161-0013 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Atlantic Highly Migratory Species: 2006 Consolidated Highly Migratory Species Fishery Management Plan; Amendment 5 | Proposed Rule | 2013-01-03T05:00:00Z | 2013 | 1 | 2013-01-03T05:00:00Z | 2013-02-13T04:59:59Z | 2013-02-14T03:02:23Z | 2012-31629 | 0 | 0 | 09000064811a3b55 | |
| NOAA-NMFS-2012-0161-0004 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Atlantic Highly Migratory Species: 2006 Consolidated Highly Migratory Species Fishery Management Plan; Amendment 5; Notice of Public Hearings | Proposed Rule | 2012-12-11T05:00:00Z | 2012 | 12 | 2012-12-11T05:00:00Z | 2013-02-13T04:59:59Z | 2013-02-12T03:01:30Z | 2012-29899 | 0 | 0 | 0900006481185948 | |
| NOAA-NMFS-2012-0161-0001 | NOAA | Highly Migratory Species; Atlantic Shark Management Measures NOAA-NMFS-2012-0161 | Highly Migratory Species: Atlantic Shark Management Measures | Proposed Rule | 2012-11-26T05:00:00Z | 2012 | 11 | 2012-11-26T05:00:00Z | 2013-02-13T04:59:59Z | 2013-02-15T03:02:06Z | 2012-28056 | 0 | 0 | 0900006481173068 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;