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

9 rows where docket_id = "NOAA-2006-0123" 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), comment_end_date (date), last_modified (date)

posted_year 1

  • 2006 9

document_type 1

  • Rule 9

agency_id 1

  • NOAA 9
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-2006-0123-0009 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries Off West Coast States; Pacific Coast Groundfish Fishery; Specifications and Management Measures; Inseason Adjustments Rule   2006-11-29T05:00:00Z 2006 11 2006-11-29T05:00:00Z 2006-12-30T04:59:59Z 2011-12-01T21:40:45Z 06-09451 0 0 09000064801e66ae
NOAA-2006-0123-0008 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries off West Coast States; Pacific Coast Groundfish Pacific Coast Groundfish Fishery; End of the Pacific Whiting Primary Season for the Catcher-processor Sector Rule   2006-11-16T05:00:00Z 2006 11 2006-11-16T05:00:00Z 2006-12-02T04:59:59Z 2011-12-01T21:40:43Z E6-19395 0 0 09000064801e254b
NOAA-2006-0123-0007 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries off West Coast States; Pacific Coast Groundfish Pacific Coast Groundfish Fishery; End of the Pacific Whiting Primary Season for the Mothership Sector Rule   2006-10-10T04:00:00Z 2006 10 2006-10-10T04:00:00Z 2006-10-26T03:59:59Z 2011-12-01T21:40:39Z E6-16676 0 0 09000064801d3496
NOAA-2006-0123-0006 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries Off West Coast States; Pacific Coast Groundfish Fishery; Specifications and Management Measures; Inseason Adjustments Rule   2006-10-03T04:00:00Z 2006 10 2006-10-03T04:00:00Z 2006-11-03T04:59:59Z 2011-12-01T21:40:38Z 06-08402 0 0 09000064801d0fbd
NOAA-2006-0123-0005 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries Off West Coast States; Pacific Coast Groundfish Fishery; Specifications and Management Measures Rule   2006-08-22T04:00:00Z 2006 8 2006-08-22T04:00:00Z   2011-12-01T21:40:33Z 06-07072 0 0 09000064801bc140
NOAA-2006-0123-0004 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries Off West Coast States; Pacific Coast Groundfish Fishery; End of the Pacific Whiting Primary Season for the Shore-based Sector and the Resumption of Trip Limits Rule   2006-08-07T04:00:00Z 2006 8 2006-08-07T04:00:00Z 2006-08-23T03:59:59Z 2011-12-01T21:40:31Z 06-06737 0 0 09000064801b0657
NOAA-2006-0123-0003 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures; Inseason Adjustments Rule   2006-04-11T04:00:00Z 2006 4 2006-04-11T04:00:00Z 2006-05-12T03:59:59Z 2011-12-01T21:40:19Z 06-03468 0 0 090000648015a72c
NOAA-2006-0123-0002 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Magnuson-Stevens Act Provisions; Fisheries off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures; Correction Rule   2006-03-27T05:00:00Z 2006 3 2006-03-27T05:00:00Z   2011-12-01T21:40:17Z 06-02929 0 0 090000648014e969
NOAA-2006-0123-0001 NOAA Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures NOAA-2006-0123 Fisheries Off West Coast States and in the Western Pacific; Pacific Coast Groundfish Fishery; Specifications and Management Measures Rule   2006-02-17T05:00:00Z 2006 2 2006-02-17T05:00:00Z   2011-12-01T21:40:13Z 06-01451 0 0 09000064801334ad

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