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

11 rows where agency_id = "FS", docket_id = "FS_FRDOC_0001" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Notice 6
  • Rule 3
  • Proposed Rule 2

posted_year 1

  • 2016 · 11 ✖

agency_id 1

  • FS · 11 ✖
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
FS_FRDOC_0001-2484 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 New Fee Sites: Sardine Lookout Notice General Notice 2016-12-09T05:00:00Z 2016 12 2016-12-09T05:00:00Z 2017-02-08T04:59:59Z 2018-02-18T02:32:18Z 2016-29462 0 0 09000064823f4b57
FS_FRDOC_0001-2447 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Sale and Disposal of National Forest System Timber: Forest Products for Traditional and Cultural Purposes Rule Final Rule 2016-09-26T04:00:00Z 2016 9 2016-09-26T04:00:00Z   2018-02-18T02:32:18Z 2016-22929 0 0 09000064822662f7
FS_FRDOC_0001-2376 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Travel Management Plan: Pike/San Isabel National Forests Notice General Notice 2016-07-25T04:00:00Z 2016 7 2016-07-25T04:00:00Z 2016-09-09T03:59:59Z 2018-02-18T02:26:35Z 2016-17498 0 0 09000064821195a4
FS_FRDOC_0001-2339 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 New Fee Site: Federal Lands Recreation Enhancement Act Notice General Notice 2016-06-14T04:00:00Z 2016 6 2016-06-14T04:00:00Z 2017-01-01T04:59:59Z 2018-02-18T02:24:51Z 2016-13992 0 0 090000648203763e
FS_FRDOC_0001-2327 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Subsistence Management Regulations: Public Lands in Alaska: Tongass National Forest Submerged Lands Proposed Rule Notice of Proposed Rulemaking (NPRM) 2016-06-08T04:00:00Z 2016 6 2016-06-08T04:00:00Z 2016-08-09T03:59:59Z 2018-02-18T02:23:18Z 2016-13374 0 0 090000648201e057
FS_FRDOC_0001-2320 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Role of Communities in Stewardship Contracting Projects Notice General Notice 2016-06-01T04:00:00Z 2016 6 2016-06-01T04:00:00Z 2016-08-02T03:59:59Z 2018-02-18T02:23:13Z 2016-12940 0 0 0900006482003e9a
FS_FRDOC_0001-2242 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Subsistence Management Regulations for Public Lands in Alaska; Rural Determinations, Nonrural List Rule Final Rule 2016-03-10T05:00:00Z 2016 3 2016-03-10T05:00:00Z   2018-02-18T02:18:08Z 2016-05317 0 0 0900006481eb81e5
FS_FRDOC_0001-2223 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 New Fee Sites Notice   2016-02-24T05:00:00Z 2016 2 2016-02-24T05:00:00Z 2016-04-12T03:59:59Z 2016-02-24T23:00:18Z 2016-03841 0 0 0900006481e83d9a
FS_FRDOC_0001-2216 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Subsistence Management for Public Lands in Alaska--2017-18 and 2018-19 Subsistence Taking of Fish and Shellfish Proposed Rule   2016-02-22T05:00:00Z 2016 2 2016-02-22T05:00:00Z 2016-03-12T04:59:59Z 2016-02-22T20:00:47Z 2016-03248 0 0 0900006481e7bf91
FS_FRDOC_0001-2197 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 New Fee Site: Federal Lands Recreation Enhancement Act Notice   2016-02-01T05:00:00Z 2016 2 2016-02-01T05:00:00Z 2016-03-19T03:59:59Z 2016-02-22T22:00:26Z 2016-01733 0 0 0900006481e403e7
FS_FRDOC_0001-2192 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Stewardship End Result Contracting Projects Rule Final Rule 2016-01-22T05:00:00Z 2016 1 2016-01-22T05:00:00Z   2018-02-18T02:11:29Z 2016-01215 0 0 0900006481e28875

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