home / open_comments

documents

Federal regulatory documents currently open for public comment.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

11 rows where agency_id = "FS" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 10
  • Proposed Rule 1

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-4167 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Equal Opportunity Program Delivery Compliance Review Tool Notice   2026-05-05 2026 5 2026-05-05 2026-07-07 2026-05-05 16:25:31 2026-08681 1 0 09000064b92c36ae
FS_FRDOC_0001-4162 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: SF-299 Application for Transportation, Utility Systems, Telecommunications and Facilities on Federal Lands and Property Notice   2026-04-16 2026 4 2026-04-16 2026-06-16 2026-04-17 09:00:20 2026-07408 1 0 09000064b92867b2
FS_FRDOC_0001-4159 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: State Forest Law and Policy Notice   2026-04-13 2026 4 2026-04-13 2026-06-13 2026-05-05 09:00:28 2026-07103 1 0 09000064b9272afb
FS_FRDOC_0001-4158 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: National Woodland Owner Survey Notice   2026-04-13 2026 4 2026-04-13 2026-06-13 2026-04-13 16:25:27 2026-07102 1 0 09000064b92683fa
FS-2026-0034-0001 FS FS-2026-0034 Administrative Site Leases Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-05-06 2026 5 2026-05-06 2026-06-06 2026-05-12 09:00:18 2026-08937 1 0 09000064b92c5cac
FS_FRDOC_0001-4155 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Commercial Use of the Woodsy Owl Symbol Notice   2026-03-31 2026 3 2026-03-31 2026-06-02 2026-04-01 09:00:30 2026-06166 1 0 09000064b92466a3
FS_FRDOC_0001-4156 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Infrastructure Investment and Jobs Act Financial Assistance to Facilities that Purchase and Process Byproducts for Ecosystem Restoration Wood Products Infrastructure Assistance Notice   2026-03-31 2026 3 2026-03-31 2026-06-02 2026-04-01 09:00:30 2026-06139 1 0 09000064b924678b
FS_FRDOC_0001-4154 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Forest Industries and Logging Operations Data Collection Systems Notice   2026-03-25 2026 3 2026-03-25 2026-05-27 2026-03-25 16:55:48 2026-05815 1 0 09000064b9236166
FS_FRDOC_0001-4152 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Management of Wild Free-Roaming Horses and Burros Notice   2026-03-24 2026 3 2026-03-24 2026-05-27 2026-04-24 09:00:13 2026-05670 1 0 09000064b923046e
FS_FRDOC_0001-4165 FS FS_FRDOC_0001 Charter Amendments, Establishments, Renewals and Terminations: Secure Rural Schools Resource Advisory Committees; Requests for Nominations Notice   2026-04-30 2026 4 2026-04-30 2026-05-26 2026-04-30 16:25:51 2026-08443 1 0 09000064b92b7fb2
FS_FRDOC_0001-4148 FS FS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Grazing Permit Administration Forms Notice   2026-03-19 2026 3 2026-03-19 2026-05-19 2026-05-16 09:00:11 2026-05326 1 0 09000064b9224189

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
            id TEXT PRIMARY KEY,
            agency_id TEXT,
            docket_id TEXT,
            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_comment_end ON documents(comment_end_date);
CREATE INDEX idx_docs_withdrawn ON documents(withdrawn);
Powered by Datasette · Queries took 6.809ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API