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-2007-0716" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 2

  • 2007 10
  • 2008 1

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-2007-0716-0012 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 FW 42 Correction Rule Permit Holder Letter Supporting & Related Material   2008-02-05T05:00:00Z 2008 2     2008-02-05T18:44:01Z   0 0 09000064803a8b50
NOAA-NMFS-2007-0716-0011 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Fisheries of the Northeastern United States; Northeast Multispecies Fishery; Framework Adjustment 42 Rule   2007-12-27T05:00:00Z 2007 12 2007-12-27T05:00:00Z   2011-06-11T15:04:45Z E7-25073 0 0 090000648037ee57
NOAA-NMFS-2007-0716-0010 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Fisheries of the Northeastern United States; Northeast (NE) Multispecies Fishery; Regulatory Amendment to Adopt Fishing Gear Standards for the NE Multispecies Regular B Day-At-Sea (DAS) Program and the Eastern U.S./Canada Haddock Special Access Program (SAP) Rule   2007-12-26T00:00:00Z 2007 12     2011-06-11T15:04:45Z   0 1 090000648037e8b8
NOAA-NMFS-2007-0716-0004 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Regulatory Impact Review Supporting & Related Material   2007-10-18T04:00:00Z 2007 10     2007-10-18T12:34:24Z   0 0 0900006480300401
NOAA-NMFS-2007-0716-0005 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Framework 42 Environmental Assessment Supporting & Related Material   2007-10-18T04:00:00Z 2007 10     2007-10-18T12:34:25Z   0 0 0900006480317443
NOAA-NMFS-2007-0716-0006 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 FW 40A Environmental Assessment Supporting & Related Material   2007-10-18T04:00:00Z 2007 10     2007-10-18T12:34:25Z   0 0 090000648032228e
NOAA-NMFS-2007-0716-0003 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Amendment 13 FEIS Volumes I and II Supporting & Related Material   2007-10-18T04:00:00Z 2007 10     2007-10-18T12:34:24Z   0 0 090000648030045c
NOAA-NMFS-2007-0716-0007 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 FW 41 Environmental Assessment Supporting & Related Material   2007-10-18T04:00:00Z 2007 10     2007-10-18T12:34:26Z   0 0 090000648032276f
NOAA-NMFS-2007-0716-0008 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Categorical Exclusion Memorandum Supporting & Related Material   2007-10-18T04:00:00Z 2007 10     2007-10-18T15:36:04Z   0 0 0900006480324488
NOAA-NMFS-2007-0716-0002 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Categorical Exclusion Memorandum Supporting & Related Material   2007-10-18T00:00:00Z 2007 10     2007-10-18T15:32:28Z   0 1 09000064802f8633
NOAA-NMFS-2007-0716-0001 NOAA Proposed Rule to Correct NE Multispecies Regulations NOAA-NMFS-2007-0716 Fisheries of the Northeastern United States; Northeast Multispecies Fishery; Framework Adjustment 42 Proposed Rule   2007-10-16T04:00:00Z 2007 10 2007-10-16T04:00:00Z 2007-11-01T03:59:59Z 2011-06-11T15:04:45Z E7-20386 0 0 09000064803052a8

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