documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "NOAA-NMFS-2020-0098" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-2020-0098-0019 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | Fisheries off West Coast States: Pacific Coast Groundfish Fishery; Pacific Coast Groundfish Fishery Management Plan; Amendment 29; 2021-22 Biennial Specifications and Management Measures; Correction | Rule | 2020-12-31T05:00:00Z | 2020 | 12 | 2020-12-31T05:00:00Z | 2021-03-16T16:49:34Z | 2020-28963 | 0 | 0 | 09000064849d650d | ||
| NOAA-NMFS-2020-0098-0018 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | Fisheries off West Coast States: Pacific Coast Groundfish Fishery; Pacific Coast Groundfish Fishery Management Plan; 2021-22 Biennial Specifications and Management Measures | Rule | 2020-12-11T05:00:00Z | 2020 | 12 | 2020-12-11T05:00:00Z | 2020-12-14T17:36:21Z | 2020-27142 | 0 | 0 | 0900006484998047 | ||
| NOAA-NMFS-2020-0098-0008 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | Cook Exempted Fishing Permit Application | Supporting & Related Material | 2020-10-05T04:00:00Z | 2020 | 10 | 2020-10-05T17:53:32Z | 0 | 0 | 09000064848ada3e | ||||
| NOAA-NMFS-2020-0098-0006 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | Real Good Fish Exempted Fishing Permit Application | Supporting & Related Material | 2020-10-05T04:00:00Z | 2020 | 10 | 2020-10-05T17:53:05Z | 0 | 0 | 09000064848ad800 | ||||
| NOAA-NMFS-2020-0098-0007 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | Emley-Platt Exempted Fishing Permit Application | Supporting & Related Material | 2020-10-05T04:00:00Z | 2020 | 10 | 2020-10-05T17:53:16Z | 0 | 0 | 09000064848ad801 | ||||
| NOAA-NMFS-2020-0098-0005 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | WDFW Exempted Fishing Permit Application | Supporting & Related Material | 2020-10-05T04:00:00Z | 2020 | 10 | 2020-10-05T17:52:51Z | 0 | 0 | 09000064848ad7ff | ||||
| NOAA-NMFS-2020-0098-0004 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | CDFW Exempted Fishing Permit Application | Supporting & Related Material | 2020-10-05T04:00:00Z | 2020 | 10 | 2020-10-05T17:52:37Z | 0 | 0 | 09000064848ad7fe | ||||
| NOAA-NMFS-2020-0098-0003 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | Fisheries Off West Coast States; Pacific Coast Groundfish Fishery: Pacific Coast Groundfish Fishery Management Plan; Amendment 29; 2021-22 Biennial Specifications and Management Measures | Proposed Rule | 2020-10-02T04:00:00Z | 2020 | 10 | 2020-10-02T04:00:00Z | 2020-11-03T04:59:59Z | 2020-11-04T02:02:42Z | 2020-21783 | 0 | 0 | 09000064848b4f8f | |
| NOAA-NMFS-2020-0098-0002 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | 2021-22 Spex Analytical Document 09820-web version | Supporting & Related Material | 2020-09-08T04:00:00Z | 2020 | 9 | 2020-09-08T20:01:05Z | 0 | 0 | 090000648484b46b | ||||
| NOAA-NMFS-2020-0098-0001 | NOAA | Amendment 29 to the Pacific Coast Groundfish FMP to implement 2021-22 biennial harvest specifications NOAA-NMFS-2020-0098 | Fisheries Off West Coast States: Pacific Coast Groundfish Fishery Management Plan; Amendment 29; 2021-2022 Biennial Specifications and Management Measures | Proposed Rule | 2020-09-02T04:00:00Z | 2020 | 9 | 2020-09-02T04:00:00Z | 2020-11-03T04:59:59Z | 2020-11-04T02:01:15Z | 2020-19414 | 0 | 0 | 0900006484837e9f |
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;