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

12 rows where agency_id = "DOL", document_type = "Proposed Rule" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2021 · 12 ✖

document_type 1

  • Proposed Rule · 12 ✖

agency_id 1

  • DOL · 12 ✖
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
DOL_FRDOC_0001-1758 DOL Recently Posted DOL Rules and Notices. DOL_FRDOC_0001 Tip Regulations under the Fair Labor Standards Act: Partial Withdrawal Proposed Rule   2021-06-23T04:00:00Z 2021 6     2021-07-11T12:36:22Z 2021-13262 0 0 0900006484ba43bb
DOL_FRDOC_0001-1721 DOL Recently Posted DOL Rules and Notices. DOL_FRDOC_0001 Tip Regulations under the Fair Labor Standards Act: Delay of Effective Date Proposed Rule   2021-03-25T04:00:00Z 2021 3     2021-03-25T13:14:42Z 2021-06244 0 0 0900006484a7a473
DOL_FRDOC_0001-1715 DOL Recently Posted DOL Rules and Notices. DOL_FRDOC_0001 Rules of Practice and Procedure Concerning Filing and Service and Rules Concerning Filing and Service Proposed Rule   2021-03-17T04:00:00Z 2021 3 2021-03-17T04:00:00Z   2021-03-17T11:53:09Z 2021-05405 0 0 0900006484a6e292
DOL-2020-0015-0030 DOL Rules of Practice and Procedure for Administrative Hearings Before the Office of Administrative Law Judges DOL-2020-0015 Rules of Practice and Procedure for Administrative Hearings Before the Office of Administrative Law Judges Proposed Rule   2021-03-17T04:00:00Z 2021 3 2021-03-17T04:00:00Z 2021-04-02T03:59:59Z 2021-04-06T18:57:27Z 2021-05409 0 0 0900006484a6e2c9
DOL-2020-0013-0005 DOL Rules of Practice and Procedure DOL-2020-0013 Rules of Practice and Procedure Proposed Rule   2021-03-17T04:00:00Z 2021 3 2021-03-17T04:00:00Z 2021-04-02T03:59:59Z 2021-04-14T20:50:55Z 2021-05407 0 0 0900006484a6e13c
DOL_FRDOC_0001-1714 DOL Recently Posted DOL Rules and Notices. DOL_FRDOC_0001 Rules of Practice and Procedure Proposed Rule   2021-03-17T04:00:00Z 2021 3 2021-03-17T04:00:00Z   2021-03-17T11:52:28Z 2021-05410 0 0 0900006484a6e204
DOL_FRDOC_0001-1691 DOL Recently Posted DOL Rules and Notices. DOL_FRDOC_0001 Tip Regulations Under the Fair Labor Standards Act; Delay of Effective Date Proposed Rule   2021-02-05T05:00:00Z 2021 2 2021-02-05T05:00:00Z 2021-02-18T04:59:59Z 2021-02-18T02:00:56Z 2021-02485 0 0 0900006484a1e09c
DOL-2020-0015-0002 DOL Rules of Practice and Procedure for Administrative Hearings Before the Office of Administrative Law Judges DOL-2020-0015 Rules of Practice and Procedure for Administrative Hearings Before the Office of Administrative Law Judges Proposed Rule   2021-01-11T05:00:00Z 2021 1 2021-01-11T05:00:00Z 2021-02-11T04:59:59Z 2021-02-11T02:00:40Z 2020-28050 0 0 09000064849ec3ac
DOL-2020-0017-0001 DOL Rules of Practice and Procedure DOL-2020-0017 Rules of Practice and Procedure Proposed Rule   2021-01-11T05:00:00Z 2021 1 2021-01-11T05:00:00Z 2021-02-11T04:59:59Z 2021-01-21T16:04:03Z 2020-28048 0 0 09000064849ec356
DOL-2020-0013-0001 DOL Rules of Practice and Procedure DOL-2020-0013 Rules of Practice and Procedure Proposed Rule   2021-01-11T05:00:00Z 2021 1 2021-01-11T05:00:00Z 2021-02-11T04:59:59Z 2021-02-11T02:00:27Z 2020-28058 0 0 09000064849ec313
DOL-2020-0011-0001 DOL Rules of Practice and Procedure Concerning Filing and Service and Amended Rules Concerning Filing and Service DOL-2020-0011 Rules of Practice and Procedure Concerning Filing and Service and Amended Rules Concerning Filing and Service Proposed Rule   2021-01-11T05:00:00Z 2021 1 2021-01-11T05:00:00Z 2021-02-11T04:59:59Z 2021-01-12T19:12:24Z 2020-28056 0 0 09000064849ec4c5
DOL-2020-0019-0001 DOL Amended Rules Concerning Discretionary Review by the Secretary of Labor DOL-2020-0019 Discretionary Review by the Secretary of Labor Proposed Rule   2021-01-04T05:00:00Z 2021 1 2021-01-04T05:00:00Z 2021-01-20T04:59:59Z 2021-01-20T02:01:09Z 2020-28952 0 0 09000064849dafe1

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