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 docket_id = "GSA-GSA-2022-0001" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 4
  • Supporting & Related Material 1

posted_year 1

  • 2023 · 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-GSA-2022-0001-0042 GSA GSA Information Collections -2022 GSA-GSA-2022-0001 3090-XXXX Federal Audit Clearinghouse: Summary of Comments and Responses Supporting & Related Material Statement (Supporting and Related Material) 2023-08-16T04:00:00Z 2023 8     2023-08-16T16:14:07Z   0 0 0900006485e5b38f
GSA-GSA-2022-0001-0043 GSA GSA Information Collections -2022 GSA-GSA-2022-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Federal Audit Clearinghouse Notice 30 Day Proposed Information Collection 2023-08-16T04:00:00Z 2023 8 2023-08-16T04:00:00Z 2023-09-16T03:59:59Z 2023-09-13T01:03:31Z 2023-17518 0 0 0900006485e569d3
GSA-GSA-2022-0001-0041 GSA GSA Information Collections -2022 GSA-GSA-2022-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Equity Study on Remote Identity Proofing; Correction Notice Correction 2023-03-27T04:00:00Z 2023 3 2023-03-27T04:00:00Z   2023-03-29T11:09:40Z 2023-06174 0 0 090000648586969e
GSA-GSA-2022-0001-0036 GSA GSA Information Collections -2022 GSA-GSA-2022-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Equity Study on Remote Identity Proofing Notice 30 Day Proposed Information Collection 2023-02-10T05:00:00Z 2023 2 2023-02-10T05:00:00Z 2023-03-14T03:59:59Z 2023-02-10T14:59:52Z 2023-02918 0 0 0900006485653f0e
GSA-GSA-2022-0001-0035 GSA GSA Information Collections -2022 GSA-GSA-2022-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Nondiscrimination in Federal Financial Assistance Programs Notice 30 Day Proposed Information Collection 2023-01-26T05:00:00Z 2023 1 2023-01-26T05:00:00Z 2023-02-28T04:59:59Z 2023-03-05T20:43:13Z 2023-01550 0 0 090000648560c6ef

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