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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2007 · 6 ✖

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • CPSC · 6 ✖
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-2007-0029-0001 CPSC Fiscal Year 2007 Program for Systematic Review of Commission Regulations; Request for Comments and Information CPSC-2007-0029 Fiscal Year 2007 Program for Systematic Review of Commission Regulations; Request for Comments and Information Proposed Rule   2007-07-24T04:00:00Z 2007 7 2007-07-24T04:00:00Z 2007-09-25T03:59:59Z 2011-04-05T20:29:09Z E7-14248 0 0 090000648026d1d5
CPSC-2007-0020-0001 CPSC Semi-annual Agenda CPSC-2007-0020 Semi-annual Agenda Proposed Rule   2007-04-30T04:00:00Z 2007 4 2007-04-30T04:00:00Z   2011-04-05T20:16:02Z 07-01253 0 0 0900006480231b64
CPSC-2007-0014-0001 CPSC Standard for the Flammability of Clothing Textiles; Notice of Proposed Rulemaking CPSC-2007-0014 Standard for the Flammability of Clothing Textiles; Notice of Proposed Rulemaking Proposed Rule   2007-02-27T05:00:00Z 2007 2 2007-02-27T05:00:00Z 2007-05-15T03:59:59Z 2011-04-05T19:24:41Z 07-00779 0 0 090000648020c020
CPSC-2007-0006-0001 CPSC Safety Standard for Automatic Residential Garage Door Operators CPSC-2007-0006 Safety Standard for Automatic Residential Garage Door Operators Proposed Rule   2007-01-18T05:00:00Z 2007 1 2007-01-18T05:00:00Z 2007-02-21T04:59:59Z 2011-04-05T18:56:45Z E7-00580 0 0 09000064801f550e
CPSC-2007-0003-0001 CPSC Proposed Technical Amendment to the Flammability Standards for Carpets and Rugs; Notice of Opportunity for Oral Comment CPSC-2007-0003 Proposed Technical Amendment to the Flammability Standards for Carpets and Rugs; Notice of Opportunity for Oral Comment Proposed Rule   2007-01-12T05:00:00Z 2007 1 2007-01-12T05:00:00Z   2011-04-05T18:51:23Z E7-00266 0 0 09000064801f406a
CPSC-2007-0001-0001 CPSC Childrens Jewelry Containing Lead; Advance Notice of Proposed Rulemaking; Request for Comments and Information CPSC-2007-0001 Childrens Jewelry Containing Lead; Advance Notice of Proposed Rulemaking; Request for Comments and Information Proposed Rule   2007-01-09T05:00:00Z 2007 1 2007-01-09T05:00:00Z 2007-03-13T03:59:59Z 2011-04-05T18:45:11Z E7-00109 0 0 09000064801f322b

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