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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 5 ✖

document_type 1

  • Proposed Rule · 5 ✖

agency_id 1

  • GSA · 5 ✖
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-0013-0002 GSA General Services Administration Acquisition Regulation (GSAR); Adoption of Construction Project Delivery Method Involving Early Industry Engagement - Construction Manager as Constructor (CMc) (GSAR Case 2015-G506) GSA-GSAR-2018-0013 Acquisition Regulation: Adoption of Construction Project Delivery Method Involving Early Industry Engagement-Construction Manager as Constructor (CMc); Correction Proposed Rule Correction 2018-11-27T05:00:00Z 2018 11 2018-11-27T05:00:00Z 2019-01-08T04:59:59Z 2019-01-29T02:04:05Z 2018-25741 0 0 09000064838fea92
GSA-GSAR-2018-0013-0001 GSA General Services Administration Acquisition Regulation (GSAR); Adoption of Construction Project Delivery Method Involving Early Industry Engagement - Construction Manager as Constructor (CMc) (GSAR Case 2015-G506) GSA-GSAR-2018-0013 General Services Administration Acquisition Regulation: Adoption of Construction Project Delivery Method Involving Early Industry Engagement-Construction Manager as Constructor Proposed Rule Request for Comment 2018-11-08T05:00:00Z 2018 11 2018-11-08T05:00:00Z 2019-01-08T04:59:59Z 2019-01-08T02:03:20Z 2018-24282 0 0 09000064838ad566
GSA-GSA-2018-0008-0001 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 Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-09-04T04:00:00Z 2018 9 2018-09-04T04:00:00Z 2018-11-06T04:59:59Z 2018-11-07T02:08:21Z 2018-19032 0 0 090000648369fa51
GSA-GSA-2016-0004-0003 GSA Commission to Prevent Child Abuse and Neglect Fatalities (CECANF) GSA-GSA-2016-0004 Public Availability of Agency Records and Informational Materials Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-06-20T04:00:00Z 2018 6 2018-06-20T04:00:00Z 2018-08-21T03:59:59Z 2018-08-18T01:02:29Z 2018-13105 0 0 0900006483433763
GSA-GSA-2018-0006-0001 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 Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-03-28T04:00:00Z 2018 3 2018-03-28T04:00:00Z 2018-05-30T03:59:59Z 2018-03-28T20:08:52Z 2018-06269 0 0 090000648305927f

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