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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2021 · 9 ✖

document_type 1

  • Proposed Rule · 9 ✖

agency_id 1

  • GSA · 9 ✖
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-GSAR-2021-0028-0001 GSA General Services Administration Acquisition Regulation; Contract Requirements for High-Security Leased Space (GSAR 2021-G522) GSA-GSAR-2021-0028 Acquisition Regulation: Contract Requirements for High-Security Leased Space Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-12-27T05:00:00Z 2021 12 2021-12-27T05:00:00Z 2022-02-26T04:59:59Z 2021-12-28T21:01:10Z 2021-27443 0 0 0900006484efd894
GSA-FMR-2021-0020-0001 GSA Federal Management Regulation; Real Estate Acquisition (FMR Case 2021-102-1) GSA-FMR-2021-0020 Federal Management Regulation: Real Estate Acquisition Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-12-17T05:00:00Z 2021 12 2021-12-17T05:00:00Z 2022-02-16T04:59:59Z 2022-02-15T02:00:41Z 2021-27333 0 0 0900006484ed1eaf
GSA-FTR-2021-0017-0001 GSA Federal Travel Regulation (FTR); FTR Case 2020-301-1; Rental Car Policy Updates and Clarifications GSA-FTR-2021-0017 Federal Travel Regulation: Rental Car Policy Updates and Clarifications Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-09-13T04:00:00Z 2021 9 2021-09-13T04:00:00Z 2021-11-13T04:59:59Z 2021-11-13T02:00:32Z 2021-19284 0 0 0900006484d74828
GSA-GSAR-2021-0018-0001 GSA General Services Acquisition Regulation (GSAR); GSAR Case 2016-G511, Contract Requirements for GSA Information Systems GSA-GSAR-2021-0018 Acquisition Regulation: Contract Requirements for General Services Administration Information Systems Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-09-10T04:00:00Z 2021 9 2021-09-10T04:00:00Z 2021-11-10T04:59:59Z 2021-09-19T00:40:11Z 2021-18866 0 0 0900006484d6b8a5
GSA-GSAR-2021-0015-0001 GSA General Services Administration Acquisition Regulation (GSAR); Extending Federal Supply Schedule Orders Beyond the Contract Term (GSAR Case 2020-G509) GSA-GSAR-2021-0015 Acquisition Regulations: Extending Federal Supply Schedule Orders Beyond the Contract Term Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-08-31T04:00:00Z 2021 8 2021-08-31T04:00:00Z 2021-11-02T03:59:59Z 2021-09-01T19:23:55Z 2021-18517 0 0 0900006484cbed8e
GSA-FTR-2020-0019-0001 GSA FTR RITA GSA-FTR-2020-0019 Federal Travel Regulation: Taxes on Relocation Expenses, Withholding Tax Allowance and Relocation Income Tax Allowance Eligibility Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-06-15T04:00:00Z 2021 6 2021-06-15T04:00:00Z 2021-08-17T03:59:59Z 2021-07-17T01:00:12Z 2021-11086 0 0 0900006484b7f4c3
GSA-GSA-2018-0008-0006 GSA Fees for Governance, Oversight, and Processing of Environmental Reviews and Authorizations by the Federal Permitting Improvement Steering Council GSA-GSA-2018-0008 Fees for Governance, Oversight, and Processing of Environmental Reviews and Authorizations by the Federal Permitting Improvement Steering Council: Withdrawal Proposed Rule Withdrawal 2021-05-18T04:00:00Z 2021 5 2021-05-18T04:00:00Z   2021-05-20T17:09:19Z 2021-10047 0 0 0900006484b12f2e
GSA-FTR-2021-0011-0001 GSA Federal Travel Regulation (FTR); FTR Case 2021-301-01; Removal and Reservation of Part 300-90, and Apendix E to Chapter 301 GSA-FTR-2021-0011 Federal Travel Regulation: Removal and Reservation of Part 300-90-Telework Travel Expenses Test Programs and Appendix E to Chapter 301-Suggested Guidance for Conference Planning Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-05-14T04:00:00Z 2021 5 2021-05-14T04:00:00Z 2021-07-14T03:59:59Z 2021-05-20T17:06:57Z 2021-09303 0 0 0900006484affd36
GSA-GSAR-2021-0008-0001 GSA General Services Acquisition Regulation: Remove OGC Review for Final Payments (GSAR Case 2020-G521) GSA-GSAR-2021-0008 Acquisition Regulation: Remove Office of General Counsel Review for Final Payments Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-04-19T04:00:00Z 2021 4 2021-04-19T04:00:00Z 2021-06-19T03:59:59Z 2021-04-22T01:00:55Z 2021-07817 0 0 0900006484aab9aa

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