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 = "VA", 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: 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

  • VA · 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
VA-2026-VHA-0100-0001 VA State Home Care Agreements for State Home Medical Model Adult Day Health Care VA-2026-VHA-0100 State Home Care Agreements for State Home Medical Model Adult Day Health Care (AS41) Proposed Rule   2026-02-20T05:00:00Z 2026 2 2026-02-20T05:00:00Z 2026-04-22T03:59:59Z 2026-03-09T09:00:25Z 2026-03427 1 0 09000064b91c75e8
VA-2026-VBA-0034-0001 VA Providing a Minimum Evaluation for Bradycardia (2900-AS40) VA-2026-VBA-0034 Providing a Minimum Evaluation for Bradycardia (AS40) Proposed Rule   2026-01-30T05:00:00Z 2026 1 2026-01-30T05:00:00Z 2026-04-01T03:59:59Z 2026-02-20T20:30:07Z 2026-01875 1 0 09000064b91893f4
VA-2024-VACO-0023-0004 VA Legal Services, General Counsel, and Miscellaneous Claims (2900-AS05) VA-2024-VACO-0023 Legal Services, General Counsel, and Miscellaneous Claims (AS05) Proposed Rule   2026-01-27T05:00:00Z 2026 1     2026-01-28T20:19:56Z 2026-01608 0 0 09000064b91845bd
VA-2022-VBA-0023-0011 VA AR78-Advance Notice of Proposed Rulemaking-Loan Guaranty-Loss Mitigation Options for Guaranteed Loans VA-2022-VBA-0023 Loan Guaranty: Loss-Mitigation Options for Guaranteed Loans (AR78) Proposed Rule   2026-01-21T05:00:00Z 2026 1     2026-01-21T23:13:07Z 2026-01082 0 0 09000064b917565e
VA-2022-VBA-0013-0011 VA Loan Guaranty: Servicer Tier Ranking Procedures (2900-AR42) VA-2022-VBA-0013 Loan Guaranty: Servicer Tier Ranking Procedures (AR42) Proposed Rule   2026-01-20T05:00:00Z 2026 1     2026-01-20T21:02:10Z 2026-01007 0 0 09000064b916116c
VA-2025-VBA-0172-0001 VA Edith Nourse Rogers STEM Scholarship (2900-AS38) VA-2025-VBA-0172 Edith Nourse Rogers STEM Scholarship (2900-AR28) Proposed Rule   2026-01-15T05:00:00Z 2026 1 2026-01-15T05:00:00Z 2026-03-17T03:59:59Z 2026-01-15T18:05:09Z 2026-00634 1 0 09000064b9152a0b

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