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

7 rows where agency_id = "FCC" and document_type = "Proposed Rule" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 1

  • Proposed Rule · 7 ✖

agency_id 1

  • FCC · 7 ✖
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
FCC-2026-1024-0001 FCC   Reforming Legacy Rules for an All-IP Future; Accelerating Network Modernization Proposed Rule   2026-03-24 2026 3 2026-03-24 2026-06-23 2026-03-24 21:01:27 2026-05727 1 0 09000064b92303f3
FCC-2026-1322-0001 FCC   Modernizing Suspension and Debarment Rules Proposed Rule   2026-04-09 2026 4 2026-04-09 2026-06-09 2026-04-09 17:14:13 2026-06863 1 0 09000064b92630bc
FCC-2026-1323-0001 FCC   Spectrum Abundance for Weird Space Stuff Proposed Rule   2026-04-09 2026 4 2026-04-09 2026-06-09 2026-04-09 17:14:17 2026-06865 1 0 09000064b9263907
FCC-2026-1256-0001 FCC   Lifeline and Link Up Reform and Modernization: Bridging the Digital Divide for Low-Income Consumers; Telecommunications Carriers Eligible for Universal Service Support; etc. Proposed Rule   2026-04-03 2026 4 2026-04-03 2026-06-03 2026-04-03 16:56:04 2026-06531 1 0 09000064b924d98b
FCC-2026-0991-0001 FCC   Internet-Based Telecommunications Relay Service Modernization Proposed Rule   2026-03-17 2026 3 2026-03-17 2026-05-19 2026-03-17 16:55:24 2026-05213 1 0 09000064b9219c6b
FCC-2026-1420-0001 FCC   Lower C-Band Petitions for Reconsideration Proposed Rule   2026-04-15 2026 4 2026-04-15 2026-05-06 2026-04-15 16:25:50 2026-07269 1 0 09000064b928218d
FCC-2026-0628-0001 FCC   Unlicensed Use of the 6 GHz Band: Expanding Flexible Use in Mid-Band Spectrum between 3.7 and 24 GHz Proposed Rule   2026-02-20 2026 2 2026-02-20 2026-04-22 2026-02-20 17:55:46 2026-03420 1 0 09000064b91c2fe5

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