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

6 rows where agency_id = "ED", document_type = "Proposed Rule" and posted_year = 2026 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2026 · 6 ✖

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • ED · 6 ✖
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
ED-2026-OPE-0133-0001 ED Accountability in Higher Education and Access through Demand-Driven Workforce Pell: Pell Grant Exclusion Relating to Other Grant Aid; and Workforce Pell Grants ED-2026-OPE-0133 Accountability in Higher Education and Access through Demand-Driven Workforce Pell: Pell Grant Exclusion Relating to Other Grant Aid; and Workforce Pell Grants Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-03-09T04:00:00Z 2026 3 2026-03-09T04:00:00Z 2026-04-09T03:59:59Z 2026-03-14T09:00:13Z 2026-04520 1 0 09000064b920087a
ED-2026-OESE-0364-0001 ED Proposed Priorities, Requirements, and Definitions—Comprehensive Centers Program ED-2026-OESE-0364 Proposed Priorities, Requirements, and Definitions—Comprehensive Centers Program Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-03-03T05:00:00Z 2026 3 2026-03-03T05:00:00Z 2026-04-03T03:59:59Z 2026-03-13T09:00:25Z 2026-04142 1 0 09000064b91ed505
ED-2026-OPE-0067-0001 ED Clarification of the Appropriate Use of Terms “National” and “Regional” by Recognized Accrediting Agencies ED-2026-OPE-0067 Clarification of the Appropriate Use of Terms “National” and “Regional” by Recognized Accrediting Agencies Proposed Rule Request for Comment 2026-02-17T05:00:00Z 2026 2 2026-02-17T05:00:00Z 2026-03-20T03:59:59Z 2026-03-14T09:00:11Z 2026-03074 1 0 09000064b91b1f73
ED-2025-OPE-0944-0001 ED Reimagining and Improving Student Education (RISE) Committee ED-2025-OPE-0944 Reimagining and Improving Student Education Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-01-30T05:00:00Z 2026 1 2026-01-30T05:00:00Z 2026-03-03T04:59:59Z 2026-03-14T09:00:09Z 2026-01912 0 0 09000064b91884e6
ED-2025-OPE-1042-0001 ED Intent to Negotiate Accreditation ED-2025-OPE-1042 Intent to Establish Negotiated Rulemaking Committee Proposed Rule Negotiated Rulemaking (NEG REG) 2026-01-27T05:00:00Z 2026 1 2026-01-26T06:00:00Z 2026-01-27T04:59:59Z 2026-01-27T22:39:05Z 2026-01620 0 0 09000064b91845bb
ED_FRDOC_0001-1128 ED Recently Posted ED Rules and Notices. ED_FRDOC_0001 Amendments to Definitions and Related Provisions Under the Randolph-Sheppard Vending Facility Program; Withdrawal Proposed Rule   2026-01-20T05:00:00Z 2026 1 2026-01-20T05:00:00Z   2026-01-20T17:30:28Z 2026-00959 0 0 09000064b915b3d2

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