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

6 rows where docket_id = "NOAA-NMFS-2018-0088" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

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

posted_year 1

  • 2019 6

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-2018-0088-0010 NOAA Amendment 13 to the Fishery Management Plan for Spiny Lobster in the Gulf of Mexico and the South Atlantic to Modify Spiny Lobster Gear Requirements and Cooperative Management Procedures NOAA-NMFS-2018-0088 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Spiny Lobster Fishery of the Gulf of Mexico and South Atlantic; Amendment 13; Correction Rule   2019-08-21T04:00:00Z 2019 8 2019-08-21T04:00:00Z   2019-08-22T15:54:48Z 2019-17909 0 0 0900006483e7ee80
NOAA-NMFS-2018-0088-0009 NOAA Amendment 13 to the Fishery Management Plan for Spiny Lobster in the Gulf of Mexico and the South Atlantic to Modify Spiny Lobster Gear Requirements and Cooperative Management Procedures NOAA-NMFS-2018-0088 Fisheries of the Caribbean, Gulf of Mexico, and South Atlantic: Spiny Lobster Fishery of the Gulf of Mexico and South Atlantic; Amendment 13 Rule   2019-07-31T04:00:00Z 2019 7 2019-07-31T04:00:00Z   2019-07-31T19:13:57Z 2019-16265 0 0 0900006483dd46e3
NOAA-NMFS-2018-0088-0005 NOAA Amendment 13 to the Fishery Management Plan for Spiny Lobster in the Gulf of Mexico and the South Atlantic to Modify Spiny Lobster Gear Requirements and Cooperative Management Procedures NOAA-NMFS-2018-0088 Proposed Rule for Spiny Lobster 13 Proposed Rule   2019-04-18T04:00:00Z 2019 4 2019-04-18T04:00:00Z 2019-05-21T03:59:59Z 2019-05-18T01:04:16Z 2019-07110 0 0 0900006483bb9975
NOAA-NMFS-2018-0088-0003 NOAA Amendment 13 to the Fishery Management Plan for Spiny Lobster in the Gulf of Mexico and the South Atlantic to Modify Spiny Lobster Gear Requirements and Cooperative Management Procedures NOAA-NMFS-2018-0088 Notice of Availability for Spiny Lobster Amendment 13 Proposed Rule   2019-04-02T04:00:00Z 2019 4 2019-04-02T04:00:00Z 2019-06-04T03:59:59Z 2019-05-13T00:56:05Z 2019-05969 0 0 0900006483b572c7
NOAA-NMFS-2018-0088-0002 NOAA Amendment 13 to the Fishery Management Plan for Spiny Lobster in the Gulf of Mexico and the South Atlantic to Modify Spiny Lobster Gear Requirements and Cooperative Management Procedures NOAA-NMFS-2018-0088 2019-05969 NOA Notice   2019-04-02T00:00:00Z 2019 4     2019-04-18T19:52:30Z   0 1 0900006483b5769a
NOAA-NMFS-2018-0088-0001 NOAA Amendment 13 to the Fishery Management Plan for Spiny Lobster in the Gulf of Mexico and the South Atlantic to Modify Spiny Lobster Gear Requirements and Cooperative Management Procedures NOAA-NMFS-2018-0088 Final Spiny Lobster Amendment 13 Supporting & Related Material   2019-02-11T05:00:00Z 2019 2     2019-02-11T18:11:09Z   0 0 0900006483a5fef9

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