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 = "GSA", document_type = "Proposed Rule" and posted_year = 2005 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2005 · 6 ✖

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • GSA · 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
GSA-2005-0051-0001 GSA Federal Acquisition Regulation; Additional Contract Types GSA-2005-0051 Federal Acquisition Regulation; Additional Contract Types Proposed Rule   2005-11-29T05:00:00Z 2005 11 2005-11-29T05:00:00Z 2005-12-10T04:59:59Z 2017-09-15T12:37:17Z 05-23394 0 0 09000064800e6214
GSA-2005-0052-0001 GSA Federal Acquisition Regulation; Payments Under Time-and-Materials and Labor-Hour Contracts GSA-2005-0052 Federal Acquisition Regulation; Payments Under Time-and-Materials and Labor-Hour Contracts Proposed Rule   2005-11-29T05:00:00Z 2005 11 2005-11-29T05:00:00Z 2005-12-10T04:59:59Z 2017-09-15T12:37:18Z 05-23395 0 0 09000064800e6251
GSA-NA-2005-0012-0001 GSA Federal Acquisition Regulation; Payments Under Time-and-Materials and Labor-Hour Contracts GSA-NA-2005-0012 Federal Acquisition Regulation; Payments Under Time-and-Materials and Labor-Hour Contracts Proposed Rule   2005-09-26T04:00:00Z 2005 9 2005-09-26T04:00:00Z 2005-11-26T04:59:59Z 2017-09-15T12:37:46Z 05-18964 0 0 090000648008af81
GSA-NA-2005-0014-0001 GSA Federal Acquisition Regulation; Additional Contract Types GSA-NA-2005-0014 Federal Acquisition Regulation; Additional Contract Types Proposed Rule   2005-09-26T04:00:00Z 2005 9 2005-09-26T04:00:00Z 2005-11-26T04:59:59Z 2017-09-15T12:37:53Z 05-18965 0 0 090000648008b035
GSA-NA-2005-0001 GSA Federal Acquisition Regulation; Government Property GSA-NA-2005 Federal Acquisition Regulation; Government Property Proposed Rule   2005-09-19T04:00:00Z 2005 9 2005-09-19T04:00:00Z 2005-11-19T04:59:59Z 2017-09-14T18:38:07Z 05-18516 0 0 09000064800503da
GSA-NA-2005-0009-0001 GSA Federal Acquisition Regulation; OMB Circular A-76 GSA-NA-2005-0009 Federal Acquisition Regulation; OMB Circular A-76 Proposed Rule   2005-07-26T04:00:00Z 2005 7 2005-07-26T04:00:00Z 2005-09-27T03:59:59Z 2017-09-15T12:37:48Z 05-14569 0 0 09000064800503fb

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