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, 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-2212-0001 FCC   Reforming the High-Cost Program for an All-IP Future, Connect America Fund: A National Broadband Plan for our Future High-Cost Universal Support Proposed Rule   2026-06-05 2026 6 2026-06-05 2026-09-04 2026-06-05 16:25:48 2026-11353 1 0 09000064b9315960
FCC-2026-2476-0002 FCC   Establishing the Digital Opportunity Data Collection: Modernizing the FCC Form 477 Data Program; Delete, Delete, Delete Proposed Rule   2026-06-24 2026 6 2026-06-24 2026-08-25 2026-06-24 16:26:35 2026-12767 1 0 09000064b934a30c
FCC-2026-2477-0001 FCC   Television Broadcasting Services: Alamogordo, NM Proposed Rule   2026-06-24 2026 6 2026-06-24 2026-08-11 2026-06-24 16:26:51 2026-12745 1 0 09000064b934a3b0
FCC-2026-2378-0001 FCC   2026 Mandatory Data Collection for Incarcerated People's Communications Services Proposed Rule   2026-06-17 2026 6 2026-06-17 2026-08-04 2026-06-17 16:25:27 2026-12234 1 0 09000064b93360ee
FCC-2026-2014-0001 FCC   Enhancing Know-Your-Customer Requirements Proposed Rule   2026-05-26 2026 5 2026-05-26 2026-07-28 2026-05-26 16:25:24 2026-10407 1 0 09000064b92f05a3
FCC-2026-2346-0001 FCC   Radio Broadcasting Services: Selmer, TN Proposed Rule   2026-06-16 2026 6 2026-06-16 2026-07-25 2026-06-16 16:26:15 2026-12043 1 0 09000064b93331fb
FCC-2026-1850-0002 FCC   Promoting the Integrity and Security of Telecommunications Certification Bodies, Measurement Facilities, and the Equipment Authorization Program Proposed Rule   2026-05-15 2026 5 2026-05-15 2026-07-15 2026-05-15 16:05:59 2026-09821 1 0 09000064b92da919

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