documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where agency_id = "FTC", document_type = "Other" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, title, posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2021-0070-0002 | FTC | FTC Seek Comments on Petition for Rule to Prohibit Surveillance Advertising; Matter No: R207005 FTC-2021-0070 | R207005 - PETITION FOR RULEMAKING BY ACCOUNTABLE TECH | Other | 2021-12-27T05:00:00Z | 2021 | 12 | 2021-12-27T05:00:00Z | 2022-01-27T04:59:59Z | 2022-01-28T02:00:43Z | 0 | 0 | 0900006484ea9cda | ||
| FTC-2021-0074-0002 | FTC | FTC Seek Comments on Petition for Rulemaking by Institute for Policy Integrity, Matter No: R207006 FTC-2021-0074 | R207006 - PETITION FOR RULEMAKING BY INSTITUTE FOR POLICY INTEGRITY | Other | 2021-12-27T05:00:00Z | 2021 | 12 | 2021-12-27T05:00:00Z | 2022-01-27T04:59:59Z | 2022-01-28T02:00:41Z | 0 | 0 | 0900006484eba356 | ||
| FTC-2021-0066-0002 | FTC | PETITION FOR RULEMAKING OF RANDALL DAVID MARKS REGARDING SOCIAL MEDIA CUSTOMER SERVICE FTC-2021-0066 | R207004 - PETITION FOR RULEMAKING OF RANDALL DAVID MARKS REGARDING SOCIAL MEDIA CUSTOMER SERVICE | Other | 2021-12-09T05:00:00Z | 2021 | 12 | 2021-12-09T05:00:00Z | 2022-01-11T04:59:59Z | 2022-01-14T02:00:24Z | 0 | 0 | 0900006484ea9c76 | ||
| FTC-2021-0068-0002 | FTC | Solicitation for Public Comments on the Impact of Supply Chain Disruptions on Competition in Consumer Goods and Retail) FTC-2021-0068 | Solicitation for Comment | Other | 2021-11-30T05:00:00Z | 2021 | 11 | 2021-11-30T05:00:00Z | 2022-03-15T03:59:59Z | 2022-03-16T01:00:47Z | 0 | 0 | 0900006484e8cadd | ||
| FTC-2021-0068-0001 | FTC | Solicitation for Public Comments on the Impact of Supply Chain Disruptions on Competition in Consumer Goods and Retail) FTC-2021-0068 | Solicitation for Comment | Other | 2021-11-29T05:00:00Z | 2021 | 11 | 2021-11-29T05:00:00Z | 2022-01-30T04:59:59Z | 2022-02-06T02:59:06Z | 0 | 0 | 0900006484e8911e | ||
| FTC-2021-0061-0001 | FTC | Draft FTC Strategic Plan for Fiscal Years 2022 to 2026 FTC-2021-0061 | Draft FTC Strategic Plan for FY2022-2026 | Other | 2021-11-12T05:00:00Z | 2021 | 11 | 2021-11-12T05:00:00Z | 2021-12-01T04:59:59Z | 2021-12-02T02:00:44Z | 0 | 0 | 0900006484e23f64 | ||
| FTC-2021-0057-0001 | FTC | Making Competition Work: Promoting Competition in Labor Markets FTC-2021-0057 | Making Competition Work: Promoting Competition in Labor Markets | Other | 2021-10-27T04:00:00Z | 2021 | 10 | 2021-10-27T04:00:00Z | 2021-12-21T04:59:59Z | 2021-12-21T02:00:29Z | 0 | 0 | 0900006484df8a9a | ||
| FTC-2021-0036-0022 | FTC | Request for Public Comment Regarding Contract Terms That May Harm Fair Competition FTC-2021-0036 | Solicitation for Public Comment | Other | 2021-08-05T04:00:00Z | 2021 | 8 | 2021-07-21T04:00:00Z | 2021-10-01T03:59:59Z | 2021-10-05T01:00:58Z | 0 | 0 | 0900006484c2caa3 | ||
| FTC-2021-0036-0001 | FTC | Request for Public Comment Regarding Contract Terms That May Harm Fair Competition FTC-2021-0036 | Petition for Rulemaking to Prohibit Worker Non-Compete Clauses | Other | 2021-07-21T04:00:00Z | 2021 | 7 | 2021-08-06T01:00:09Z | 0 | 0 | 0900006484c05948 | ||||
| FTC-2021-0036-0002 | FTC | Request for Public Comment Regarding Contract Terms That May Harm Fair Competition FTC-2021-0036 | Petition for Rulemaking to Prohibit Exclusionary Contracts | Other | 2021-07-21T04:00:00Z | 2021 | 7 | 2021-08-05T19:52:12Z | 0 | 0 | 0900006484c05949 | ||||
| FTC-2021-0019-0001 | FTC | Bringing Dark Patterns to Light: An FTC Workshop FTC-2021-0019 | Request for Comments Regarding Topics to be Discussed at Dark Patterns Workshop | Other | 2021-04-09T04:00:00Z | 2021 | 4 | 2021-04-09T04:00:00Z | 2021-05-30T03:59:59Z | 2021-05-31T01:00:22Z | 0 | 0 | 0900006484a8654f |
Advanced export
JSON shape: default, array, newline-delimited, object
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;