documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "NOAA-NMFS-2008-0063" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- NOAA 6
| 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-2008-0063-0006 | NOAA | West Coast Salmon Fisheries; 2008 Management Measures and a Temporary Rule NOAA-NMFS-2008-0063 | Fisheries Off West Coast States; Modifications of the West Coast Commercial and Recreational Salmon Fisheries; Inseason Actions<greek-i>7,<greek-i>8,<greek-i>9,<greek-i>10,<greek-i>11, and<greek-i>12 | Rule | 2008-12-15T05:00:00Z | 2008 | 12 | 2008-12-15T05:00:00Z | 2008-12-31T04:59:59Z | 2011-06-11T15:07:55Z | E8-29680 | 0 | 0 | 09000064807dc044 | |
| NOAA-NMFS-2008-0063-0005 | NOAA | West Coast Salmon Fisheries; 2008 Management Measures and a Temporary Rule NOAA-NMFS-2008-0063 | Fisheries Off West Coast States; Modifications of the West Coast Commercial and Recreational Salmon Fisheries; Inseason Actions<greek-i>5 and<greek-i>6 | Rule | 2008-08-11T04:00:00Z | 2008 | 8 | 2008-08-11T04:00:00Z | 2008-08-27T03:59:59Z | 2011-06-11T15:07:55Z | E8-18482 | 0 | 0 | 09000064806bd446 | |
| NOAA-NMFS-2008-0063-0003 | NOAA | West Coast Salmon Fisheries; 2008 Management Measures and a Temporary Rule NOAA-NMFS-2008-0063 | Fisheries Off West Coast States; Modifications of the West Coast Commercial Salmon Fishery; Inseason Action<greek-i>1 and<greek-i>2 | Rule | 2008-07-24T04:00:00Z | 2008 | 7 | 2008-07-24T04:00:00Z | 2008-08-09T03:59:59Z | 2011-06-11T15:07:54Z | E8-16996 | 0 | 0 | 09000064806924b0 | |
| NOAA-NMFS-2008-0063-0004 | NOAA | West Coast Salmon Fisheries; 2008 Management Measures and a Temporary Rule NOAA-NMFS-2008-0063 | Fisheries Off West Coast States; Modifications of the West Coast Commercial Salmon Fishery; Inseason Action<greek-i>3 and<greek-i>4 | Rule | 2008-07-22T04:00:00Z | 2008 | 7 | 2008-07-22T04:00:00Z | 2008-08-07T03:59:59Z | 2011-06-11T15:07:55Z | E8-16784 | 0 | 0 | 090000648068c523 | |
| NOAA-NMFS-2008-0063-0002 | NOAA | West Coast Salmon Fisheries; 2008 Management Measures and a Temporary Rule NOAA-NMFS-2008-0063 | Fisheries Off West Coast States and in the Western Pacific; West Coast Salmon Fisheries; 2008 Management Measures and a Temporary Rule | Rule | 2008-05-01T04:00:00Z | 2008 | 5 | 2008-05-01T04:00:00Z | 2008-05-17T03:59:59Z | 2011-06-11T15:07:54Z | E8-09687 | 0 | 0 | 090000648053f6b0 | |
| NOAA-NMFS-2008-0063-0001 | NOAA | West Coast Salmon Fisheries; 2008 Management Measures and a Temporary Rule NOAA-NMFS-2008-0063 | Fisheries off West Coast States; Pacific Coast Groundfish Fishery; Pacific Whiting Allocation | Supporting & Related Material | 2007-12-21T00:00:00Z | 2007 | 12 | 2011-06-11T15:07:54Z | 0 | 1 | 090000648037d61d |
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;