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

4 rows where docket_id = "OSHA-V05-2-2006-0785" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, last_modified, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 3

  • 2005 2
  • 2000 1
  • 2008 1

document_type 2

  • Supporting & Related Material 3
  • Notice 1

agency_id 1

  • OSHA 4
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
OSHA-V05-2-2006-0785-0004 OSHA Variance Transfers OSHA-V05-2-2006-0785 AmerenUE; American Airlines, Inc.; CBS Outdoor, Inc.; Dixie Divers, Inc.; Graver Tank and Mfg. Co.; Hamon Custodis, Inc.; International Paper Co.; Metalplate Galvanizing, Inc.; Fisher Mills, Inc.; Pullman Power, LLC; U.S. Ecology Idaho, Inc.; West Pharmaceutical Services, Inc.; Zurn Industries, Inc.; and 3M Co: Technical Amendments to, and Revocation of, Permanent Variances Notice Federal Register Notices 2008-12-09T05:00:00Z 2008 12 2008-12-09T05:00:00Z   2012-06-04T20:16:04Z E8-29002(237) 0 0 09000064807d3ca3
OSHA-V05-2-2006-0785-0001 OSHA Variance Transfers OSHA-V05-2-2006-0785 Supporting Exhibit 4; LETTER TO RUTH MCCULLY, OSHA, REGARDING PULLMAN POWER PRODUCTS CORPORATION 1926.552 REQUIREMENTS Supporting & Related Material References/Supporting Documents 2005-07-07T04:00:00Z 2005 7     2022-05-09T15:28:43Z   0 0 09000064802092a4
OSHA-V05-2-2006-0785-0002 OSHA Variance Transfers OSHA-V05-2-2006-0785 Supporting Exhibit 4-1; LETTER TO ROBERT DUNCAN, VICE PRESIDENT CONSTRUCTION, PULLMAN POWER PRODUCTS CORPORATION, REGARDING A PERMANENT VARIANCE FROM THE REQUIREMENTS OF SECTION 1926.552(C) Supporting & Related Material References/Supporting Documents 2005-06-16T04:00:00Z 2005 6     2022-05-09T15:28:43Z   0 0 09000064802092a5
OSHA-V05-2-2006-0785-0003 OSHA Variance Transfers OSHA-V05-2-2006-0785 Supporting Exhibit 4-2; ASSET PURCHASE AGREEMENT AMONG PULLMAN POWER, LLC, PULLMAN PROPERTIES, LLC, STRUCTURAL TECHNOLOGIES, LLC AND RESCO HOLDINGS INC Supporting & Related Material References/Supporting Documents 2000-10-04T04:00:00Z 2000 10     2022-05-09T15:28:43Z   0 0 09000064802092a6

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