documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "NOAA-NMFS-2018-0138" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, 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-2018-0138-0016 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Fisheries of the Northeastern United States: Northeast Multispecies Fishery; Closure of the Regular B Days-at-Sea Program for the Remainder of Fishing Year 2019 | Rule | 2019-12-17T05:00:00Z | 2019 | 12 | 2019-12-17T05:00:00Z | 2020-08-20T17:46:03Z | 2019-27131 | 0 | 0 | 090000648421cef1 | ||
| NOAA-NMFS-2018-0138-0011 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Magnuson-Stevens Fishery Conservation and Management Act Provisions; Fisheries of the Northeastern United States: Northeast Multispecies Fishery; Framework Adjustment 58 | Rule | 2019-07-19T04:00:00Z | 2019 | 7 | 2019-07-19T04:00:00Z | 2019-07-19T18:29:47Z | 2019-15322 | 0 | 0 | 0900006483da0566 | ||
| NOAA-NMFS-2018-0138-0014 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Groundfish_FW58_Appendix_III_Rebuilding Plan Analysis | Supporting & Related Material | 2019-07-19T04:00:00Z | 2019 | 7 | 2019-07-19T18:32:53Z | 0 | 0 | 0900006483d977cf | ||||
| NOAA-NMFS-2018-0138-0015 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Groundfish_FW58_Appendix_II_Calculation of ACLs | Supporting & Related Material | 2019-07-19T04:00:00Z | 2019 | 7 | 2019-07-19T18:33:00Z | 0 | 0 | 0900006483d977d0 | ||||
| NOAA-NMFS-2018-0138-0012 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Framework Adjustment 58 Final EA | Supporting & Related Material | 2019-07-19T04:00:00Z | 2019 | 7 | 2019-07-19T18:32:32Z | 0 | 0 | 0900006483d977cd | ||||
| NOAA-NMFS-2018-0138-0013 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Groundfish_FW58_Appendix_I_SSC_Reports | Supporting & Related Material | 2019-07-19T04:00:00Z | 2019 | 7 | 2019-07-19T18:32:48Z | 0 | 0 | 0900006483d977ce | ||||
| NOAA-NMFS-2018-0138-0004 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Groundfish_FW58_Appendix_III_Rebuilding Plan Analysis | Supporting & Related Material | 2019-04-19T04:00:00Z | 2019 | 4 | 2019-04-19T13:38:14Z | 0 | 0 | 0900006483bbdc0e | ||||
| NOAA-NMFS-2018-0138-0001 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Fisheries of the Northeastern United States: Northeast Multispecies Fishery; Framework Adjustment 58 | Proposed Rule | 2019-04-19T04:00:00Z | 2019 | 4 | 2019-04-19T04:00:00Z | 2019-05-07T03:59:59Z | 2019-05-07T01:01:06Z | 2019-07832 | 0 | 0 | 0900006483bc4b8b | |
| NOAA-NMFS-2018-0138-0002 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Groundfish_FW58_Appendix_I_SSC_Reports | Supporting & Related Material | 2019-04-19T04:00:00Z | 2019 | 4 | 2019-04-19T13:37:55Z | 0 | 0 | 0900006483bbdc0c | ||||
| NOAA-NMFS-2018-0138-0005 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Groundfish_FW58_Enivronmental Assessment | Supporting & Related Material | 2019-04-19T04:00:00Z | 2019 | 4 | 2019-04-19T13:38:20Z | 0 | 0 | 0900006483bbdc0f | ||||
| NOAA-NMFS-2018-0138-0003 | NOAA | Framework Adjustment 58 to the Northeast Multispecies Fishery Management Plan NOAA-NMFS-2018-0138 | Groundfish_FW58_Appendix_II_Calculation of ACLs | Supporting & Related Material | 2019-04-19T04:00:00Z | 2019 | 4 | 2019-04-19T13:38:08Z | 0 | 0 | 0900006483bbdc0d |
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;