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

13 rows where docket_id = "CPSC-2013-0017" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, posted_date (date), last_modified (date)

posted_year 1

  • 2024 · 13 ✖

document_type 1

  • Supporting & Related Material 13

agency_id 1

  • CPSC 13
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
CPSC-2013-0017-0135 CPSC Certificates of Compliance CPSC-2013-0017 Questions for the Record from Commissioner Trumka - Draft Final Rule to Revise 16 C.F.R. part 1110 Supporting & Related Material   2024-12-10T05:00:00Z 2024 12     2024-12-11T01:32:38Z   0 0 090000648685fca9
CPSC-2013-0017-0134 CPSC Certificates of Compliance CPSC-2013-0017 CORT Questions for the record (QFR) Supporting & Related Material   2024-12-10T05:00:00Z 2024 12     2024-12-11T01:32:51Z   0 0 090000648684a394
CPSC-2013-0017-0133 CPSC Certificates of Compliance CPSC-2013-0017 Boyle - RILA Letter on eFiling Vote Supporting & Related Material   2024-12-04T05:00:00Z 2024 12     2024-12-05T01:31:51Z   0 0 090000648684954e
CPSC-2013-0017-0132 CPSC Certificates of Compliance CPSC-2013-0017 Hoehn-Saric - RILA Letter on eFiling Vote Supporting & Related Material   2024-12-03T05:00:00Z 2024 12     2024-12-04T01:31:43Z   0 0 09000064868471e4
CPSC-2013-0017-0131 CPSC Certificates of Compliance CPSC-2013-0017 2024.10.16 Meeting Log with Express Association of America October 15 Supporting & Related Material   2024-10-16T04:00:00Z 2024 10     2024-10-17T00:32:15Z   0 0 09000064867d21a2
CPSC-2013-0017-0130 CPSC Certificates of Compliance CPSC-2013-0017 2024.09.30 - FINAL eFiling Comment by IKEA Supporting & Related Material   2024-10-01T04:00:00Z 2024 10     2024-10-02T00:38:28Z   0 0 09000064867a59dc
CPSC-2013-0017-0129 CPSC Certificates of Compliance CPSC-2013-0017 2024_09_19_National Fireworks Association Meeting Log Supporting & Related Material   2024-09-30T04:00:00Z 2024 9     2024-10-01T00:33:02Z   0 0 09000064867a1d44
CPSC-2013-0017-0128 CPSC Certificates of Compliance CPSC-2013-0017 NAFTZ FTZ fact sheet August 2023 Supporting & Related Material   2024-09-13T04:00:00Z 2024 9     2024-09-14T00:35:30Z   0 0 09000064866fb9df
CPSC-2013-0017-0127 CPSC Certificates of Compliance CPSC-2013-0017 2024_05_31_NAFTZ Meeting Log Supporting & Related Material   2024-09-07T04:00:00Z 2024 9     2024-09-08T00:32:16Z   0 0 09000064866cda49
CPSC-2013-0017-0124 CPSC Certificates of Compliance CPSC-2013-0017 2024.08.06 Meeting Log with IKEA August 19 Supporting & Related Material   2024-08-20T04:00:00Z 2024 8     2024-08-21T00:32:48Z   0 0 0900006486657aad
CPSC-2013-0017-0123 CPSC Certificates of Compliance CPSC-2013-0017 Summary of Inter IKEA findings from CPSC eFiling Beta Pilot 08.16.2024 Supporting & Related Material   2024-08-19T04:00:00Z 2024 8     2024-08-20T00:32:19Z   0 0 0900006486653202
CPSC-2013-0017-0122 CPSC Certificates of Compliance CPSC-2013-0017 RAC Letter CPSC Supporting & Related Material   2024-07-09T04:00:00Z 2024 7     2024-07-10T00:32:54Z   0 0 09000064865dfdeb
CPSC-2013-0017-0121 CPSC Certificates of Compliance CPSC-2013-0017 National Association of Foreign-Trade Zones Letter Regarding CPSC Regs 4.30.2024 Final Supporting & Related Material   2024-05-07T04:00:00Z 2024 5     2024-05-08T00:32:33Z   0 0 090000648654bd31

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