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

11 rows where docket_id = "CPSC-2010-0038" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 7

  • 2022 3
  • 2019 2
  • 2025 2
  • 2010 1
  • 2011 1
  • 2015 1
  • 2016 1

document_type 4

  • Notice 8
  • Proposed Rule 1
  • Rule 1
  • Supporting & Related Material 1

agency_id 1

  • CPSC 11
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-0038-0075 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2025-09-26T04:00:00Z 2025 9 2025-09-26T04:00:00Z 2025-10-28T03:59:59Z 2025-10-18T09:00:25Z 2025-18739 0 0 09000064b8fdf0a9
CPSC-2010-0038-0073 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2025-07-11T04:00:00Z 2025 7 2025-07-11T04:00:00Z 2025-09-10T03:59:59Z 2025-09-10T09:00:37Z 2025-12979 0 0 09000064b8e65951
CPSC-2010-0038-0072 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2022-06-29T04:00:00Z 2022 6 2022-06-29T04:00:00Z 2022-07-30T03:59:59Z 2022-06-29T20:21:37Z 2022-13937 0 0 09000064851a9093
CPSC-2010-0038-0070 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2022-04-13T04:00:00Z 2022 4 2022-04-13T04:00:00Z 2022-06-14T03:59:59Z 2022-04-13T18:58:16Z 2022-07894 0 0 090000648501558e
CPSC-2010-0038-0071 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 2022 Supporting Statement 1107 and 1109 PRA Renewal Supporting & Related Material   2022-04-13T04:00:00Z 2022 4     2022-04-14T00:31:27Z   0 0 0900006485016e6a
CPSC-2010-0038-0068 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2019-06-07T04:00:00Z 2019 6 2019-06-07T04:00:00Z 2019-07-09T03:59:59Z 2019-07-02T01:05:14Z 2019-11967 0 0 0900006483cf5bb1
CPSC-2010-0038-0067 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2019-03-13T04:00:00Z 2019 3 2019-03-13T04:00:00Z 2019-05-14T03:59:59Z 2019-03-14T15:54:13Z 2019-04657 0 0 0900006483adadd1
CPSC-2010-0038-0065 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2016-01-29T05:00:00Z 2016 1 2016-01-29T05:00:00Z 2016-03-01T04:59:59Z 2016-02-25T07:00:11Z 2016-01699 0 0 0900006481e3a51a
CPSC-2010-0038-0063 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Third Party Testing of Children's Products Notice   2015-11-16T05:00:00Z 2015 11 2015-11-16T05:00:00Z 2016-01-16T04:59:59Z 2016-01-14T22:01:10Z 2015-28845 0 0 0900006481d487ca
CPSC-2010-0038-0062 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Testing and Labeling Pertaining to Product Certification Rule   2011-11-08T05:00:00Z 2011 11 2011-11-08T05:00:00Z   2015-01-12T16:11:04Z 2011-27678 0 0 0900006480f681a8
CPSC-2010-0038-0001 CPSC Testing and Labeling Pertaining to Product Certification CPSC-2010-0038 Testing and Labeling Pertaining to Product Certification Proposed Rule   2010-05-20T04:00:00Z 2010 5 2010-05-20T04:00:00Z 2010-08-04T03:59:59Z 2015-01-12T16:08:39Z 2010-11365 0 0 0900006480af13ff

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