documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "OSHA-2006-0040" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-0040-0061 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS North America, Inc.: Grant of Expansion of Recognition | Notice | Nationally Recognized Testing Laboratory (NRTL) | 2020-09-21T04:00:00Z | 2020 | 9 | 2020-09-21T04:00:00Z | 2020-09-21T13:24:50Z | 2020-20727 | 0 | 0 | 090000648486a8f1 | |
| OSHA-2006-0040-0060 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS North America, Inc.: Grant of Expansion of Recognition and Modification to the Nationally Recognized Testing Laboratory (NRTL) Program’s | Notice | Nationally Recognized Testing Laboratory (NRTL) | 2020-08-27T04:00:00Z | 2020 | 8 | 2020-08-27T04:00:00Z | 2020-08-27T15:40:32Z | 2020-18833 | 0 | 0 | 0900006484823d4b | |
| OSHA-2006-0040-0059 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS France Site Expansion Application | Supporting & Related Material | Form | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-08-12T15:35:18Z | 0 | 0 | 09000064847f4bd9 | |||
| OSHA-2006-0040-0058 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS North America, Inc.: Request for Renewal of Recognition | Notice | Nationally Recognized Testing Laboratory (NRTL) | 2020-07-14T04:00:00Z | 2020 | 7 | 2020-07-14T04:00:00Z | 2020-07-30T03:59:59Z | 2020-07-14T12:48:44Z | 2020-15059 | 0 | 0 | 0900006484752f2a |
| OSHA-2006-0040-0057 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS North America, Inc.: Grant of Expansion of Recognition and Modification to the NRTL Program’s List of Appropriate Test Standards | Notice | Nationally Recognized Testing Laboratory (NRTL) | 2020-03-24T04:00:00Z | 2020 | 3 | 2020-03-24T04:00:00Z | 2020-03-24T12:24:39Z | 2020-06084 | 0 | 0 | 090000648446364a | |
| OSHA-2006-0040-0056 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS North, America, Inc.: Applications for Expansion of Recognition and Proposed Modification o the NRTL Program's List of Appropriate Test Standards | Notice | Nationally Recognized Testing Laboratory (NRTL) | 2020-03-05T05:00:00Z | 2020 | 3 | 2020-03-05T05:00:00Z | 2020-03-21T03:59:59Z | 2020-03-05T16:29:07Z | 2020-04389 | 0 | 0 | 09000064843ed607 |
| OSHA-2006-0040-0055 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS North America, Inc.: Application for Expansion of Recognition | Notice | Nationally Recognized Testing Laboratory (NRTL) | 2020-02-26T05:00:00Z | 2020 | 2 | 2020-02-26T05:00:00Z | 2020-03-13T03:59:59Z | 2020-02-28T02:01:51Z | 2020-03881 | 0 | 0 | 09000064843b4fa4 |
| OSHA-2006-0040-0054 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS Scope Application for Expansion (Part 2) | Supporting & Related Material | Form | 2020-01-08T05:00:00Z | 2020 | 1 | 2020-01-08T16:55:33Z | 0 | 0 | 09000064842768af | |||
| OSHA-2006-0040-0052 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS Scope Application for Expansion | Supporting & Related Material | Form | 2020-01-08T05:00:00Z | 2020 | 1 | 2020-01-08T16:51:35Z | 0 | 0 | 09000064842768ad | |||
| OSHA-2006-0040-0053 | OSHA | SGS U.S. Testing Company, Inc.; Applications for Renewal and Expansion of Recognition OSHA-2006-0040 | SGS Scope Application for Expansion (Part 1) | Supporting & Related Material | Form | 2020-01-08T05:00:00Z | 2020 | 1 | 2020-01-08T16:53:44Z | 0 | 0 | 09000064842768ae |
Advanced export
JSON shape: default, array, newline-delimited, object
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;