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

9 rows where docket_id = "OSHA-2006-0028" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 6
  • Supporting & Related Material 3

posted_year 1

  • 2014 · 9 ✖

agency_id 1

  • OSHA 9
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-2006-0028-0019 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 Nationally Recognized Testing Laboratories: MET Laboratories, Inc. Notice Nationally Recognized Testing Laboratory (NRTL) 2014-10-20T04:00:00Z 2014 10 2014-10-20T04:00:00Z   2014-10-20T15:56:48Z 2014-24857 0 0 09000064818dd6ea
OSHA-2006-0028-0018 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 MET Laboratories, Inc.: Grant of Expansion of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2014-08-29T04:00:00Z 2014 8 2014-08-29T04:00:00Z   2014-08-29T14:27:31Z 2014-20560 0 0 090000648184f4bd
OSHA-2006-0028-0017 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 MET Laboratories, Inc.: Applications for Expansion of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2014-07-23T04:00:00Z 2014 7 2014-07-23T04:00:00Z 2014-08-08T03:59:59Z 2014-07-23T16:10:21Z 2014-17343 0 0 09000064817d760c
OSHA-2006-0028-0016 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 MET Laboratories, Inc.: Grant of Renewal of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2014-07-14T04:00:00Z 2014 7 2014-07-14T04:00:00Z   2014-07-14T16:56:42Z 2014-16432 0 0 09000064817aa807
OSHA-2006-0028-0015 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 Exhibit 1 - MET Expansion Application for UL 2202 Supporting & Related Material   2014-05-28T04:00:00Z 2014 5     2014-05-28T18:32:30Z   0 0 090000648167e037
OSHA-2006-0028-0013 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 MET Laboratories, Inc.; Application for Expansion of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2014-05-06T04:00:00Z 2014 5 2014-05-06T04:00:00Z 2014-05-22T03:59:59Z 2014-05-06T13:31:41Z 2014-10294 0 0 09000064816e4002
OSHA-2006-0028-0014 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 Exhibit 14-2 - MET Laboratories Application for AAMI ES60601-1 Supporting & Related Material Agency References 2014-05-06T04:00:00Z 2014 5     2014-05-06T13:34:31Z   0 0 09000064816b2111
OSHA-2006-0028-0012 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 MET Laboratories, Inc.: Request for Renewal of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2014-02-25T05:00:00Z 2014 2 2014-02-25T05:00:00Z 2014-03-13T03:59:59Z 2016-01-21T20:59:45Z 2014-03920 0 0 09000064815b10b3
OSHA-2006-0028-0011 OSHA MET Laboratories, Inc., Application for Expansion of Recognition OSHA-2006-0028 MET Laboratories, Inc. Renewal Request June 6, 2006 Supporting & Related Material   2014-02-14T05:00:00Z 2014 2     2014-02-14T20:55:05Z   0 0 090000648153a5f9

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