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

5 rows where agency_id = "ETA", document_type = "Rule" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2015 · 5 ✖

document_type 1

  • Rule · 5 ✖

agency_id 1

  • ETA · 5 ✖
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-2015-0003-0003 ETA Federal Awarding Agency Regulatory Implementation of Office of Management and Budget’s Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards ETA-2015-0003 Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards: Technical Amendments, Rule   2015-12-30T05:00:00Z 2015 12 2015-12-30T05:00:00Z   2016-01-04T18:31:14Z 2015-32725 0 0 0900006481ddb01c
ETA-2015-0004-0512 ETA Temporary Agricultural Employment of H-2A Foreign Workers in the Herding or Production of Livestock on the Open Range in the United States ETA-2015-0004 Temporary Agricultural Employment of H-2A Foreign Workers in the Herding or Production of Livestock on the Range in the United States Rule   2015-10-16T04:00:00Z 2015 10 2015-10-16T04:00:00Z   2015-10-16T14:10:51Z 2015-26252 0 0 0900006481cd0931
ETA-2013-0003-0318 ETA Wage Methodology for the Temporary Non-Agricultural Employment H–2B Program, Part 2 ETA-2013-0003 Wage Methodology for the Temporary Non-Agricultural Employment H-2B Program Rule   2015-04-29T04:00:00Z 2015 4 2015-04-29T04:00:00Z   2015-04-29T15:26:45Z 2015-09692 0 0 0900006481ac261a
ETA-2015-0005-0001 ETA Temporary Non-agricultural Employment of H-2B Aliens in the United States ETA-2015-0005 Temporary Non-Agricultural Employment of H-2B Aliens in the United States Rule   2015-04-29T04:00:00Z 2015 4 2015-04-29T04:00:00Z 2015-06-30T03:59:59Z 2015-07-23T01:30:31Z 2015-09694 0 0 0900006481ac267a
ETA_FRDOC_0001-0197 ETA eRecently Posted ETA Rules and Notices. ETA_FRDOC_0001 Temporary Employment of Foreign Workers in the United States; CFR Correction Rule   2015-04-28T04:00:00Z 2015 4 2015-04-28T04:00:00Z   2015-04-28T13:07:20Z 2015-09948 0 0 0900006481abee08

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