documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "NOAA-NMFS-2007-0724" and posted_year = 2007 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2007-0724-0008 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | E-mail Notice - Notification of the Re-Opening of the Comment Period Until Dec 17 | Supporting & Related Material | 2007-11-16T05:00:00Z | 2007 | 11 | 2007-11-16T13:16:41Z | 0 | 0 | 09000064803650ec | ||||
| NOAA-NMFS-2007-0724-0009 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan | Proposed Rule | 2007-11-15T05:00:00Z | 2007 | 11 | 2007-11-15T05:00:00Z | 2007-12-18T04:59:59Z | 2011-06-11T15:04:50Z | E7-22377 | 0 | 0 | 0900006480364680 | |
| NOAA-NMFS-2007-0724-0007 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | E-mail Notice - Clarification of the Proposed Rule Regarding Landing Sharks with the Fins Attached and the Shark Finning Prohibition Act | Supporting & Related Material | 2007-11-13T05:00:00Z | 2007 | 11 | 2007-11-13T20:16:48Z | 0 | 0 | 090000648036329a | ||||
| NOAA-NMFS-2007-0724-0003 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | Proposed Rule - Atlantic Highly Migratory Species; Shark Management Measures | Proposed Rule | 2007-10-05T04:00:00Z | 2007 | 10 | 2007-07-27T19:45:18Z | 2007-12-18T04:59:59Z | 2011-06-11T15:04:51Z | E7–14536 | 0 | 0 | 09000064802f92d3 | |
| NOAA-NMFS-2007-0724-0002 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | Draft Amendment 2 to the Consolidated Atlantic Highly Migratory Species Fishery Management Plan | Supporting & Related Material | 2007-10-05T04:00:00Z | 2007 | 10 | 2007-10-05T20:13:52Z | 0 | 0 | 09000064802f9253 | ||||
| NOAA-NMFS-2007-0724-0004 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | Public Hearing Presentation | Supporting & Related Material | 2007-10-05T04:00:00Z | 2007 | 10 | 2007-10-05T20:13:58Z | 0 | 0 | 09000064802f92d8 | ||||
| NOAA-NMFS-2007-0724-0005 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | Email notice Announcement of Proposed Rule and Draft Amendment 2 | Supporting & Related Material | 2007-10-05T04:00:00Z | 2007 | 10 | 2007-10-05T20:13:58Z | 0 | 0 | 09000064802f92e1 | ||||
| NOAA-NMFS-2007-0724-0006 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | Email notice - Announcement of Comment Period Extension to Nov. 2 | Supporting & Related Material | 2007-10-05T04:00:00Z | 2007 | 10 | 2007-10-05T20:13:59Z | 0 | 0 | 09000064802f92e6 | ||||
| NOAA-NMFS-2007-0724-0001 | NOAA | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan NOAA-NMFS-2007-0724 | Atlantic Highly Migratory Species; Atlantic Shark Management Measures; Amendment 2 to the Consolidated Highly Migratory Species Fishery Management Plan | Proposed Rule | 2007-10-03T04:00:00Z | 2007 | 10 | 2007-10-03T04:00:00Z | 2007-12-18T04:59:59Z | 2011-06-11T15:04:51Z | E7-19544 | 0 | 0 | 09000064802f75c1 |
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;