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 docket_id = "FS_FRDOC_0001" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Rule 5
  • Proposed Rule 3
  • Notice 2

posted_year 1

  • 2015 · 10 ✖

agency_id 1

  • FS 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
FS_FRDOC_0001-2172 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Community Forest and Open Space Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2015-12-08T05:00:00Z 2015 12 2015-12-08T05:00:00Z 2016-03-08T04:59:59Z 2018-02-13T02:00:09Z 2015-30597 0 0 0900006481d8cb56
FS_FRDOC_0001-2164 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 New Fee Sites Notice General Notice 2015-11-19T05:00:00Z 2015 11 2015-11-19T05:00:00Z 2015-12-31T04:59:59Z 2018-02-13T01:59:53Z 2015-28925 0 0 0900006481d5a2f4
FS_FRDOC_0001-2153 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Subsistence Management Regulations: Public Lands in Alaska; Rural Determination Process Rule Final Rule 2015-11-04T05:00:00Z 2015 11 2015-11-04T05:00:00Z   2018-02-13T02:02:47Z 2015-27994 0 0 0900006481d0d4b9
FS_FRDOC_0001-2094 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Proposed Directives: American Indian and Alaska Native Relations Forest Service Manual 1500, Chapter 1560 and ForestService Handbook 1509.13, Chapter 10 Notice   2015-07-24T04:00:00Z 2015 7 2015-07-24T04:00:00Z 2015-09-23T03:59:59Z 2015-09-23T01:30:57Z 2015-17911 0 0 0900006481b9db11
FS_FRDOC_0001-2044 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Subsistence Management for Public Lands in Alaska: 2015-16 and 2016-17 Subsistence Taking of Fish Rule Final Rule 2015-05-18T04:00:00Z 2015 5 2015-05-18T04:00:00Z   2018-02-13T02:05:36Z 2015-11907 0 0 0900006481ae584d
FS_FRDOC_0001-2036 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Paleontological Resources Preservation Rule Final Rule 2015-04-17T04:00:00Z 2015 4 2015-04-17T04:00:00Z   2018-02-13T02:06:16Z 2015-08483 0 0 0900006481aab86f
FS_FRDOC_0001-1991 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Subsistence Management Regulations: Public Lands in Alaska; Rural Determination Process Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2015-01-28T05:00:00Z 2015 1 2015-01-28T05:00:00Z 2015-04-02T03:59:59Z 2018-02-13T01:54:23Z 2015-01621 0 0 09000064819e3eeb
FS_FRDOC_0001-1993 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Use By Over-Snow Vehicles (Travel Management Rule) Rule Final Rule 2015-01-28T05:00:00Z 2015 1 2015-01-28T05:00:00Z   2018-02-13T02:07:22Z 2015-01573 0 0 09000064819e407a
FS_FRDOC_0001-1985 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Subsistence Management Regulations for Public Lands in Alaska; Subsistence Taking of Wildlife Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2015-01-14T05:00:00Z 2015 1 2015-01-14T05:00:00Z 2015-03-26T03:59:59Z 2018-02-13T01:53:46Z 2015-00425 0 0 09000064819c89bb
FS_FRDOC_0001-1982 FS Recently Posted FS Rules and Notices. FS_FRDOC_0001 Forest Land Enhancement Program Rule Final Rule 2015-01-06T05:00:00Z 2015 1 2015-01-06T05:00:00Z 2015-02-06T04:59:59Z 2018-02-12T03:09:26Z 2014-30806 0 0 09000064819a6a04

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