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

5 rows where agency_id = "FS", document_type = "Rule" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2015 · 5 ✖

document_type 1

  • Rule · 5 ✖

agency_id 1

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