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

6 rows where docket_id = "OSHA-H033E-2006-0915" and posted_year = 1994 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Notice 1

posted_year 1

  • 1994 · 6 ✖

agency_id 1

  • OSHA 6
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-H033E-2006-0915-1079 OSHA ASBESTOS REMAND OSHA-H033E-2006-0915 171: Notice on ASBESTOS REMAND Notice Federal Register Notices 1994-08-10T04:00:00Z 1994 8 1994-08-10T04:00:00Z 1994-08-11T03:59:59Z 2016-08-10T20:51:32Z   0 0 090000648023b67f
OSHA-H033E-2006-0915-0753 OSHA ASBESTOS REMAND OSHA-H033E-2006-0915 Supporting Exhibit L-168; MEMORANDUM FOR ASBESTOS DOCKET, SUBJECT: MEETING REQUESTED BY THE BUILDING OWNERS AND MANAGERS ASSOCIATION AND OTHER TRADE ASSOCIATIONS WITH SIMILAR INTERESTS WITH THE OFFICE OF MANAGEMENT AND BUDGET REGARDING THE OSHA ASBESTOS STANDARDS Supporting & Related Material SOL 1994-07-06T04:00:00Z 1994 7     2016-10-08T12:03:07Z   0 0 090000648023b1a5
OSHA-H033E-2006-0915-1077 OSHA ASBESTOS REMAND OSHA-H033E-2006-0915 Supporting Exhibit 169; NONE, OSHA Supporting & Related Material Final 1994-06-30T04:00:00Z 1994 6     2016-01-08T22:04:48Z   0 0 090000648023b678
OSHA-H033E-2006-0915-1078 OSHA ASBESTOS REMAND OSHA-H033E-2006-0915 Supporting Exhibit 170; CONSAD RESEARCH CORP, CONSAD RESEARCH CORP; CONSAD RESEARCH CORP, CONSAD RESEARCH CORP Supporting & Related Material References/Supporting Documents 1994-02-28T05:00:00Z 1994 2     2016-01-08T22:04:48Z   0 0 090000648023b67a
OSHA-H033E-2006-0915-0745 OSHA ASBESTOS REMAND OSHA-H033E-2006-0915 Supporting Exhibit L-162-66; WELCH JOHN F, SAFE BUILDINGS ALLIANCE Supporting & Related Material References/Supporting Documents 1994-01-24T05:00:00Z 1994 1     2016-01-08T22:04:31Z   0 0 090000648023b194
OSHA-H033E-2006-0915-1094 OSHA ASBESTOS REMAND OSHA-H033E-2006-0915 Supporting Exhibit 413-X; LIPSON SHELDON R, OFFICE OF ADMINISTRATIVE LAW JUDGES Supporting & Related Material Certification 1994-01-14T05:00:00Z 1994 1     2016-01-08T22:04:49Z   0 0 090000648023b6af

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