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

8 rows where agency_id = "FTC", document_type = "Proposed Rule" and posted_year = 2018 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

  • 2018 · 8 ✖

document_type 1

  • Proposed Rule · 8 ✖

agency_id 1

  • FTC · 8 ✖
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
FTC-2018-0112-0001 FTC Identity Theft Rules FTC-2018-0112 Identity Theft Rules Proposed Rule   2018-12-11T05:00:00Z 2018 12 2018-12-11T05:00:00Z 2019-02-12T04:59:59Z 2019-02-10T02:08:10Z 2018-26609 0 0 0900006483980ac3
FTC-2018-0108-0001 FTC Military Credit Monitoring FTC-2018-0108 Military Credit Monitoring Proposed Rule   2018-11-16T05:00:00Z 2018 11 2018-11-16T05:00:00Z 2019-01-08T04:59:59Z 2019-01-08T02:02:58Z 2018-24940 0 0 09000064838df165
FTC-2018-0078-0001 FTC Rescission of Guides for Nursery Industry FTC-2018-0078 Rescission of Guides for Nursery Industry Proposed Rule   2018-09-10T04:00:00Z 2018 9 2018-09-10T04:00:00Z 2018-11-06T04:59:59Z 2018-09-11T17:06:46Z 2018-19227 0 0 09000064836c9758
FTC-2018-0038-0001 FTC Deceptive Advertising as to Sizes of Viewable Pictures Shown by Television Receiving Sets FTC-2018-0038 Deceptive Advertising as to Sizes of Viewable Pictures Shown by Television Receiving Sets Proposed Rule   2018-04-18T04:00:00Z 2018 4 2018-04-18T04:00:00Z 2018-05-15T03:59:59Z 2018-04-18T12:43:42Z 2018-08003 0 0 0900006483169b85
FTC-2018-0033-0001 FTC Proposed Self-Regulatory Guidelines: Children's Online Privacy Protection Rule Safe Harbor; Entertainment Software Rating Board's COPPA Safe Harbor Program Application to Modify Program FTC-2018-0033 Proposed Self-Regulatory Guidelines: Children's Online Privacy Protection Rule Safe Harbor; Entertainment Software Rating Board's COPPA Safe Harbor Program Application to Modify Program Requirements Proposed Rule   2018-04-05T04:00:00Z 2018 4 2018-04-05T04:00:00Z 2018-05-10T03:59:59Z 2018-05-06T22:27:33Z 2018-06976 0 0 09000064830976ee
FTC-2018-0019-0001 FTC Guides for the Nursery Industry FTC-2018-0019 Guides for the Nursery Industry Proposed Rule   2018-02-22T05:00:00Z 2018 2 2018-02-22T05:00:00Z 2018-04-21T03:59:59Z 2018-04-13T01:02:24Z 2018-03569 0 0 0900006482f51dd0
FTC-2018-0017-0001 FTC Regulatory Review Schedule FTC-2018-0017 Regulatory Review Schedule Proposed Rule   2018-02-20T05:00:00Z 2018 2 2018-02-20T05:00:00Z   2018-02-20T18:37:27Z 2018-03395 0 0 0900006482f453d6
FTC-2018-0009-0001 FTC Labeling and Advertising of Home Insulation FTC-2018-0009 Labeling and Advertising of Home Insulation Proposed Rule   2018-01-22T05:00:00Z 2018 1 2018-01-22T05:00:00Z 2018-03-24T03:59:59Z 2018-03-24T01:00:39Z 2017-26569 0 0 0900006482e3e301

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