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

10 rows where agency_id = "GSA", document_type = "Rule" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 10 ✖

document_type 1

  • Rule · 10 ✖

agency_id 1

  • GSA · 10 ✖
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-2018-0012-0001 GSA GSAR Case 2017-G503, General Services Administration Acquisition Regulation (GSAR); Removing Duplicative Responsibility Determination Guidance GSA-GSAR-2018-0012 General Services Administration Acquisition Regulation: Removing Duplicative Responsibility Determination Guidance Rule Final Rule 2018-11-14T05:00:00Z 2018 11 2018-11-14T05:00:00Z 2018-12-15T04:59:59Z 2018-11-15T16:49:48Z 2018-24755 0 0 09000064838d4d97
GSA-GSA-2018-0002-0072 GSA GSA- Notices -2018 GSA-GSA-2018-0002 Federal Travel Regulations: Contract City-Pair Business-Class Air Accommodations Rule Final Rule 2018-09-13T04:00:00Z 2018 9 2018-09-13T04:00:00Z   2018-09-19T12:32:57Z 2018-19884 0 0 09000064836e60e1
GSA-FMR-2018-0009-0001 GSA Annual Real Property Inventories (FMR Case 2018-102-08) GSA-FMR-2018-0009 Federal Management Regulation; Annual Real Property Inventories Rule Final Rule 2018-08-22T04:00:00Z 2018 8 2018-08-22T04:00:00Z 2018-09-22T03:59:59Z 2018-09-22T01:03:11Z 2018-18041 0 0 09000064836423f4
GSA-GSA-2018-0006-0004 GSA Civilian Board of Contract Appeals; Rules of Procedure for Contract Disputes Act Cases (CBCA Case 2018-61-1) GSA-GSA-2018-0006 Civilian Board of Contract Appeals: Rules of Procedure for Contract Disputes Act Cases Rule Final Rule 2018-08-17T04:00:00Z 2018 8 2018-08-17T04:00:00Z   2018-08-24T19:57:13Z 2018-17213 0 0 090000648363074b
GSA-GSAR-2016-0016-0007 GSA General Services Administration Acquisition Regulation (GSAR); Federal Supply Schedule, Order-Level Materials (GSAR Case 2016-G506) GSA-GSAR-2016-0016 General Services Administration Acquisition Regulation: Federal Supply Schedule, Order-Level Materials; Technical Amendment Rule Final Rule 2018-08-16T04:00:00Z 2018 8 2018-08-16T04:00:00Z   2018-08-24T18:52:43Z 2018-17639 0 0 090000648362b686
GSA-FTR-2018-0007-0001 GSA Removal of FTR Chapter 301, Appendices B and D GSA-FTR-2018-0007 Federal Travel Regulations: Removal of Meals and Incidental Expenses Deduction Table, Allocation of Meals and Incidental Expenses Rates to be Used in Making Deductions from Meals and Incidental Expenses Allowance, and Glossary of Acronyms Rule Final Rule 2018-06-27T04:00:00Z 2018 6 2018-06-27T04:00:00Z 2018-07-28T03:59:59Z 2018-07-13T11:49:51Z 2018-13866 0 0 0900006483468e6b
GSA-GSAR-2016-0010-0004 GSA General Services Administration Acquisition Regulation (GSAR); Unenforceable Commercial Supplier Agreement Terms (GSAR Case 2015-G512) GSA-GSAR-2016-0010 General Services Administration Acquisition Regulations: Unenforceable Commercial Supplier Agreement Terms Rule Final Rule 2018-02-22T05:00:00Z 2018 2 2018-02-22T05:00:00Z   2018-03-07T14:23:42Z 2018-03350 0 0 0900006482f51ece
GSA-GSAR-2016-0016-0006 GSA General Services Administration Acquisition Regulation (GSAR); Federal Supply Schedule, Order-Level Materials (GSAR Case 2016-G506) GSA-GSAR-2016-0016 General Services Administration Acquisition Regulation (GSAR); Federal Supply Schedule, Order-Level Materials Rule Final Rule 2018-01-24T05:00:00Z 2018 1 2018-01-24T05:00:00Z   2018-01-24T18:58:40Z 2018-01232 0 0 0900006482e52b83
GSA-FPMR-2018-0005-0001 GSA Program Fraud and Civil Remedies Act of 1986, Civil Monetary Penalties Inflation Adjustment (FPMR Case 2018-101-1) GSA-FPMR-2018-0005 Program Fraud Civil Remedies Act of 1986, Civil Monetary Penalties Inflation Adjustment Rule Final Rule 2018-01-11T05:00:00Z 2018 1 2018-01-11T05:00:00Z   2018-01-11T14:20:58Z 2018-00367 0 0 0900006482ddabaf
GSA-FTR-2017-0004-0001 GSA Federal Travel Regulation; Use of Transportation Network Companies (TNC) or Innovative Mobility Technology Companies While on Official Travel and Reporting Travel, Transportation, and Relocation Costs GSA-FTR-2017-0004 Federal Travel Regulation: Transportation Network Companies (TNC), Innovative Mobility Technology Companies, and Reporting Travel, Transportation, and Relocation Costs Rule Final Rule 2018-01-05T05:00:00Z 2018 1 2018-01-05T05:00:00Z 2018-02-06T04:59:59Z 2018-01-05T20:29:47Z 2017-28503 0 0 0900006482d9af23

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