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

9 rows where agency_id = "CPSC", document_type = "Proposed Rule" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 9 ✖

document_type 1

  • Proposed Rule · 9 ✖

agency_id 1

  • CPSC · 9 ✖
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-0040-0003 CPSC Voluntary Remedial Actions and Guidelines for Voluntary Recall Notices CPSC-2013-0040 Voluntary Remedial Actions and Guidelines for Voluntary Recall Notices Proposed Rule   2013-11-21T05:00:00Z 2013 11 2013-11-21T05:00:00Z 2014-02-05T04:59:59Z 2014-04-17T01:05:18Z 2013-27656 0 0 090000648148e1ce
CPSC-2012-0050-2591 CPSC Safety Standard for Magnet Sets CPSC-2012-0050 Magnet Sets: Opportunity for Oral Presentation of Comments Proposed Rule Request for Comment 2013-09-24T04:00:00Z 2013 9 2013-09-24T04:00:00Z   2014-02-07T02:13:22Z 2013-23138 0 0 090000648143424f
CPSC-2013-0034-0001 CPSC Commission Participation and Commission Employee Involvement in Voluntary Standards Activities CPSC-2013-0034 Participation and Employee Involvement in Voluntary Standards Activities Proposed Rule   2013-09-20T04:00:00Z 2013 9 2013-09-20T04:00:00Z 2013-10-22T03:59:59Z 2013-10-29T01:02:24Z 2013-22805 0 0 090000648142dc15
CPSC-2013-0028-0001 CPSC Petition for Rulemaking to Eliminate Accessible Cords on Window Covering Products CPSC-2013-0028 Petition for Rulemaking to Eliminate Accessible Cords on Window Covering Products Proposed Rule Petition 2013-07-15T04:00:00Z 2013 7 2013-07-15T04:00:00Z 2013-09-14T03:59:59Z 2013-09-17T01:03:44Z 2013-16403 0 0 090000648136682d
CPSC-2013-0019-0001 CPSC Safety Standard for Carriages and Strollers CPSC-2013-0019 Safety Standard for Carriages and Strollers Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-05-20T04:00:00Z 2013 5 2013-05-20T04:00:00Z 2013-08-06T03:59:59Z 2015-07-16T19:23:08Z 2013-11638 0 0 09000064812eccc2
CPSC-2013-0017-0001 CPSC Certificates of Compliance CPSC-2013-0017 Certificates of Compliance Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-05-13T04:00:00Z 2013 5 2013-05-13T04:00:00Z 2013-07-30T03:59:59Z 2013-09-07T01:02:01Z 2013-11164 0 0 09000064812dfc60
CPSC-2013-0014-0001 CPSC Safety Standard for Soft Infant and Toddler Carriers CPSC-2013-0014 Safety Standards for Soft Infant and Toddler Carriers Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-04-05T04:00:00Z 2013 4 2013-04-05T04:00:00Z 2013-06-20T03:59:59Z 2013-06-20T01:02:57Z 2013-07687 0 0 090000648126d942
CPSC-2008-0005-0002 CPSC Standard for the Flammability of Residential Upholstered Furniture CPSC-2008-0005 Upholstered Furniture Fire Safety Technology: Meetings and Request for Comments Proposed Rule Request for Comment 2013-03-20T04:00:00Z 2013 3 2013-03-20T04:00:00Z 2013-07-02T03:59:59Z 2014-01-02T14:58:40Z 2013-06372 0 0 090000648123748c
CPSC-2013-0010-0001 CPSC Hazardous Substances and Articles; Supplemental Definition of "Strong Sensitizer" CPSC-2013-0010 Hazardous Substances and Articles; Supplemental Definition of Strong Sensitizer Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-03-12T04:00:00Z 2013 3 2013-03-12T04:00:00Z 2013-05-29T03:59:59Z 2013-06-15T01:02:54Z 2013-05577 0 0 0900006481225b43

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