documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "CPSC-2010-0041" and document_type = "Notice" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2010-0041-0055 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | 2025-12-16T05:00:00Z | 2025 | 12 | 2025-12-16T05:00:00Z | 2026-02-18T04:59:59Z | 2026-02-20T20:29:55Z | 2025-22970 | 0 | 0 | 09000064b90dd112 | |
| CPSC-2010-0041-0054 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | 2023-02-14T05:00:00Z | 2023 | 2 | 2023-02-14T05:00:00Z | 2023-03-17T03:59:59Z | 2023-02-19T02:00:47Z | 2023-03080 | 0 | 0 | 090000648569311b | |
| CPSC-2010-0041-0052 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | 2022-12-08T05:00:00Z | 2022 | 12 | 2022-12-08T05:00:00Z | 2023-02-07T04:59:59Z | 2022-12-09T02:00:39Z | 2022-26643 | 0 | 0 | 0900006485524e07 | |
| CPSC-2010-0041-0051 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | 2019-12-20T05:00:00Z | 2019 | 12 | 2019-12-20T05:00:00Z | 2020-01-22T04:59:59Z | 2020-01-06T14:13:08Z | 2019-27508 | 0 | 0 | 0900006484240021 | |
| CPSC-2010-0041-0049 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | 2019-10-08T04:00:00Z | 2019 | 10 | 2019-10-08T04:00:00Z | 2019-12-10T04:59:59Z | 2019-10-08T12:38:26Z | 2019-21944 | 0 | 0 | 090000648405b21d | |
| CPSC-2010-0041-0048 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | 2016-11-08T05:00:00Z | 2016 | 11 | 2016-11-08T05:00:00Z | 2016-12-09T04:59:59Z | 2016-11-08T15:44:28Z | 2016-26963 | 0 | 0 | 090000648237b76e | |
| CPSC-2010-0041-0046 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database; Extension | Notice | 2016-09-06T04:00:00Z | 2016 | 9 | 2016-09-06T04:00:00Z | 2016-10-19T03:59:59Z | 2016-09-11T00:47:11Z | 2016-19811 | 0 | 0 | 09000064821d7538 | |
| CPSC-2010-0041-0045 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety InformationDatabase | Notice | Information Collection Request (ICR) | 2013-10-31T04:00:00Z | 2013 | 10 | 2013-10-31T04:00:00Z | 2013-12-03T04:59:59Z | 2015-07-16T19:13:49Z | 2013-25893 | 0 | 0 | 0900006481469cd0 |
| CPSC-2010-0041-0042 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | Information Collection Request (ICR) | 2013-08-15T04:00:00Z | 2013 | 8 | 2013-08-15T04:00:00Z | 2013-10-16T03:59:59Z | 2015-07-16T19:12:22Z | 2013-19858 | 0 | 0 | 09000064813b3720 |
| CPSC-2010-0041-0041 | CPSC | Publicly Available Consumer Product Safety Information Database CPSC-2010-0041 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Publicly Available Consumer Product Safety Information Database | Notice | 2011-03-22T04:00:00Z | 2011 | 3 | 2011-03-22T04:00:00Z | 2011-03-23T16:23:05Z | 2011-06645 | 0 | 0 | 0900006480c0d459 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;