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

11 rows where docket_id = "ETA_FRDOC_0001" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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)

document_type 2

  • Rule 8
  • Proposed Rule 3

posted_year 1

  • 2021 · 11 ✖

agency_id 1

  • ETA 11
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
ETA_FRDOC_0001-0261 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Adjudication of Temporary and Seasonal Need for Herding and Production of Livestock on the Range Applications Under the H2A Program Rule   2021-12-16T05:00:00Z 2021 12 2021-12-16T05:00:00Z   2021-12-16T12:53:12Z 2021-26211 0 0 0900006484ecfb89
ETA_FRDOC_0001-0260 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Strengthening Wage Protections for the Temporary and Permanent Employment of Certain Immigrants and Non-Immigrants in the United States, Implementation of Vacatur Rule   2021-12-13T05:00:00Z 2021 12 2021-12-13T05:00:00Z   2021-12-13T12:43:21Z 2021-26660 0 0 0900006484ec081b
ETA_FRDOC_0001-0257 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Strengthening Wage Protections for the Temporary and Permanent Employment of Certain Immigrants and Non-Immigrants in the United States; Delay of Effective and Transition Dates Rule   2021-05-13T04:00:00Z 2021 5 2021-05-13T04:00:00Z   2021-05-13T11:47:53Z 2021-10084 0 0 0900006484af983b
ETA_FRDOC_0001-0255 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards Rule   2021-04-27T04:00:00Z 2021 4 2021-04-27T04:00:00Z   2021-04-27T11:54:56Z 2021-08731 0 0 0900006484ab829a
ETA_FRDOC_0001-0252 ETA eRecently Posted ETA Rules and Notices. ETA_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:19Z 2021-05405 0 0 0900006484a6e295
ETA_FRDOC_0001-0251 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Strengthening Wage Protections for the Temporary and Permanent Employment of Certain Immigrants and Non-Immigrants in the United States; Delay of Effective Date Rule   2021-03-12T05:00:00Z 2021 3 2021-03-12T05:00:00Z   2021-03-12T12:48:00Z 2021-05269 0 0 0900006484a68de0
ETA_FRDOC_0001-0249 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Department of Labor Federal Civil Penalties Inflation Adjustment Act Annual Adjustments for 2021 Rule   2021-01-14T05:00:00Z 2021 1 2021-01-14T05:00:00Z   2021-01-14T13:34:26Z 2021-00018 0 0 09000064849f27d8
ETA_FRDOC_0001-0246 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Rules of Practice and Procedure Concerning Filing and Service and Amended Rules Concerning Filing and Service Rule   2021-01-11T05:00:00Z 2021 1 2021-01-11T05:00:00Z 2021-02-11T04:59:59Z 2021-01-11T12:50:53Z 2020-28055 0 0 09000064849ec915
ETA_FRDOC_0001-0247 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 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-12T19:03:03Z 2020-28056 0 0 09000064849ec954
ETA_FRDOC_0001-0244 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 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 09000064849db50c
ETA_FRDOC_0001-0245 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Discretionary Review by the Secretary of Labor Rule   2021-01-04T05:00:00Z 2021 1 2021-01-04T05:00:00Z 2021-01-20T04:59:59Z 2021-01-20T02:02:39Z 2020-28951 0 0 09000064849db574

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