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

10 rows where agency_id = "ETA", document_type = "Rule" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, 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 · 10 ✖

document_type 1

  • Rule · 10 ✖

agency_id 1

  • ETA · 10 ✖
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-2021-0005-0001 ETA Exercise of Time-Limited Authority to Increase the Fiscal Year 2021 H-2B Numerical Limitation and Temporary Flexibilities for H-2B Employers and Workers Related to the COVID-19 Pandemic ETA-2021-0005 Exercise of Time-Limited Authority to Increase the Fiscal Year 2021 Numerical Limitation for the H-2B Temporary Nonagricultural Worker Program and Portability Flexibility for H-2B Workers Seeking to Change Employers Rule   2021-05-25T04:00:00Z 2021 5 2021-05-25T04:00:00Z 2021-07-27T03:59:59Z 2021-08-09T15:14:33Z 2021-11048 0 0 0900006484b33428
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-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-2020-0006-2342 ETA Strengthening Wage Protections for the Temporary and Permanent Employment of Certain Aliens in the United States ETA-2020-0006 Strengthening Wage Protections for the Temporary and Permanent Employment of Certain Aliens in the United States Rule   2021-01-14T05:00:00Z 2021 1 2021-01-14T05:00:00Z   2021-01-28T17:01:54Z 2021-00218 0 0 09000064849f2716
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-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 1394.476ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API