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

10 rows where agency_id = "NPS" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 4

  • 2008 5
  • 2007 3
  • 2011 1
  • 2025 1

document_type 1

  • Notice · 10 ✖

agency_id 1

  • NPS · 10 ✖
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
NPS-2025-0037-0001 NPS RFI: Improving Visitor Services in National Parks NPS-2025-0037 Improving Visitor Services in National Parks Notice   2025-09-09T04:00:00Z 2025 9 2025-09-09T04:00:00Z 2025-10-10T03:59:59Z 2025-10-10T09:00:21Z 2025-17293 0 0 09000064b8f5ad2a
NPS-2011-0005-0800 NPS Special Regulations, National Park Service, Cape Hatteras National Seashore, Off-Road Vehicle Management NPS-2011-0005 Off-Road Vehicle Management: Cape Hatteras National Seashore Notice   2011-09-09T04:00:00Z 2011 9 2011-09-09T04:00:00Z 2011-09-20T03:59:59Z 2011-09-09T13:43:07Z 2011-23127 0 0 0900006480f14cf5
NPS-2007-0163-0007 NPS Cape Hatteras National Seashore NPS-2007-0163 Negotiated Rulemaking Advisory Committee for Off-Road Vehicle Management for Cape Hatteras National Seashore Notice   2008-11-19T05:00:00Z 2008 11 2008-11-19T05:00:00Z   2008-12-20T23:46:43Z E8-27451 0 0 09000064807b14b0
NPS-2007-0163-0006 NPS Cape Hatteras National Seashore NPS-2007-0163 Negotiated Rulemaking Advisory Committee for Off-Road Vehicle Management for Cape Hatteras National Seashore Notice   2008-10-09T04:00:00Z 2008 10 2008-10-09T04:00:00Z   2008-11-20T17:41:42Z E8-23779 0 0 0900006480741080
NPS-2007-0163-0005 NPS Cape Hatteras National Seashore NPS-2007-0163 Negotiated Rulemaking Advisory Committee for Off-Road Vehicle Management for Cape Hatteras National Seashore Notice   2008-07-08T04:00:00Z 2008 7 2008-07-08T04:00:00Z   2008-11-20T17:41:42Z E8-15418 0 0 090000648065d813
NPS-2007-0163-0004 NPS Cape Hatteras National Seashore NPS-2007-0163 Negotiated Rulemaking Advisory Committee for Off-Road Vehicle Management for Cape Hatteras National Seashore Notice   2008-02-28T05:00:00Z 2008 2 2008-02-28T05:00:00Z   2008-11-20T17:41:41Z E8-03819 0 0 09000064803cf707
NPS-2007-0163-0003 NPS Cape Hatteras National Seashore NPS-2007-0163 Establishment of Negotiated Rulemaking Advisory Committee for Off-Road Vehicle Management, Cape Hatteras National Seashore; Correction Notice   2008-01-15T05:00:00Z 2008 1 2008-01-15T05:00:00Z   2008-11-20T17:41:41Z E8-00529 0 0 090000648039ad07
NPS-2007-0163-0002 NPS Cape Hatteras National Seashore NPS-2007-0163 Establishment of Negotiated Rulemaking Advisory Committee for Off-Road Vehicle Management, Cape Hatteras National Seashore Notice   2007-12-20T05:00:00Z 2007 12 2007-12-20T05:00:00Z   2008-11-20T17:41:42Z 07-06152 0 0 090000648037cd71
NPS-2007-0164-0002 NPS Commercial Filming NPS-2007-0164 Public Submission Notice   2007-08-30T04:00:00Z 2007 8 2007-08-30T04:00:00Z   2014-01-17T20:38:03Z   0 0 090000648027ce71
NPS-2007-0163-0001 NPS Cape Hatteras National Seashore NPS-2007-0163 Cape Hatteras National Seashore; Off-Road Vehicle Management Notice   2007-06-28T04:00:00Z 2007 6 2007-06-28T04:00:00Z 2007-07-31T03:59:59Z 2008-11-20T17:41:42Z E7-12012 0 0 090000648025a561

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