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

8 rows where agency_id = "GSA", document_type = "Proposed Rule" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2025 · 8 ✖

document_type 1

  • Proposed Rule · 8 ✖

agency_id 1

  • GSA · 8 ✖
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
GSA-GSA-2025-0002-0008 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Management Regulation; Updating the Federal Management Regulation with Diversity, Equity, Inclusion, and Accessibility Language; Planned Rescission Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T17:02:00Z 2025-06277 0 0 0900006486a9571a
GSA-GSA-2025-0002-0002 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Management Regulation: Designation of Authority and Sustainable Siting; Planned Revision Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T13:56:12Z 2025-06278 0 0 0900006486a95853
GSA-GSA-2025-0002-0006 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Management Regulation: Art in Architecture; Planned Rescission Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T16:59:24Z 2025-06280 0 0 0900006486a957ab
GSA-GSA-2025-0002-0007 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Travel Regulation: Alternative Fuel Vehicle Usage During Relocations; Planned Rescission Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T17:00:47Z 2025-06276 0 0 0900006486a95764
GSA-GSA-2025-0002-0004 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Travel Regulation: Updating the FTR With Diversity, Equity, Inclusion, and Accessibility Language; Planned Rescission Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T14:00:18Z 2025-06275 0 0 0900006486a957f9
GSA-GSA-2025-0002-0003 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Management Regulation: Soliciting Union Memberships Among Contractors in General Services Administration-Controlled Buildings; Planned Rescission Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T13:57:40Z 2025-06181 0 0 0900006486a95852
GSA-GSA-2025-0002-0005 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Management Regulation: Updating Transportation Management, with Diversity, Equity, Inclusion, and Accessibility Language; Planned Rescission Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T16:56:45Z 2025-06279 0 0 0900006486a957f1
GSA-GSA-2025-0002-0009 GSA GSA General Notices - 2025 GSA-GSA-2025-0002 Federal Management Regulation: Federal Advisory Committee Management; Planned Revision Proposed Rule Policy Statement 2025-04-16T04:00:00Z 2025 4 2025-04-16T04:00:00Z   2025-04-16T17:03:05Z 2025-06180 0 0 0900006486a95716

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