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-2010-0028" and posted_year = 2013 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), last_modified (date)

document_type 2

  • Supporting & Related Material 11
  • Rule 2

posted_year 1

  • 2013 · 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-2010-0028-0066 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 Safety Standard for Bassinets and Cradles; Correction Rule Correction 2013-12-24T05:00:00Z 2013 12 2013-12-24T05:00:00Z   2015-07-16T19:12:27Z 2013-30527 0 0 09000064814d547b
CPSC-2010-0028-0065 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 Safety Standard for Bassinets and Cradles Rule Final Rule 2013-10-23T04:00:00Z 2013 10 2013-10-23T04:00:00Z   2015-07-16T19:13:45Z 2013-24203 0 0 090000648145ade1
CPSC-2010-0028-0064 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 ASTM Meeting June 27 2013 Meeting Log Supporting & Related Material Background Material 2013-08-07T04:00:00Z 2013 8     2015-07-16T19:13:44Z   0 0 09000064813966b4
CPSC-2010-0028-0063 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 ASTM Bassinet Removable Bed Task Group May 22 2013 Meeting Log Supporting & Related Material Background Material 2013-05-24T04:00:00Z 2013 5     2015-07-16T19:12:26Z   0 0 09000064812f7b05
CPSC-2010-0028-0061 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 ASTM Bassinet Meeting Log April 18 2013 Supporting & Related Material Background Material 2013-05-15T04:00:00Z 2013 5     2015-07-16T19:11:34Z   0 0 09000064812e60b3
CPSC-2010-0028-0062 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 ASTM Bassinet Removable Bed Task Group April 25 2013 Meeting Log Supporting & Related Material Background Material 2013-05-15T04:00:00Z 2013 5     2015-07-16T19:12:52Z   0 0 09000064812e691d
CPSC-2010-0028-0060 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 ASTM Bassinet Meeting Log April 08 2013 Supporting & Related Material Background Material 2013-04-15T04:00:00Z 2013 4     2015-07-16T19:13:32Z   0 0 090000648129477d
CPSC-2010-0028-0038 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 Bassinet Meeting Log June 28 2010 Supporting & Related Material Background Material 2013-01-08T05:00:00Z 2013 1     2015-07-16T19:11:48Z   0 0 09000064811b0e75
CPSC-2010-0028-0040 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 Bassinet Stability Meeting Log Jan 3 2013 Supporting & Related Material Background Material 2013-01-08T05:00:00Z 2013 1     2015-07-16T19:12:42Z   0 0 09000064811b0e7a
CPSC-2010-0028-0037 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 Bassinet Meeting Log May 10 2010 Supporting & Related Material Background Material 2013-01-08T05:00:00Z 2013 1     2015-07-16T19:11:51Z   0 0 09000064811b0e74
CPSC-2010-0028-0039 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 ASTM Bassinet Meeting Log Oct 23 2012 Supporting & Related Material Background Material 2013-01-08T05:00:00Z 2013 1     2015-07-16T19:13:10Z   0 0 09000064811b0e76
CPSC-2010-0028-0036 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 Bassinet Meeting Log April 7 2010 Supporting & Related Material Background Material 2013-01-08T05:00:00Z 2013 1     2015-07-16T19:11:06Z   0 0 09000064811b0e73
CPSC-2010-0028-0041 CPSC Safety Standard for Bassinets and Cradles: Notice of Proposed Rulemaking CPSC-2010-0028 ASTM Bassinet Meeting Log Jan 7 2013 Supporting & Related Material Background Material 2013-01-08T05:00:00Z 2013 1     2015-07-16T19:13:12Z   0 0 09000064811b0e79

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